public interface NetworkServer
Modifier and Type | Method and Description |
---|---|
RequestResponseChannel |
getRequestResponseChannel()
Provides the request response channel used by this network server
|
void |
shutdown()
Shuts down the network server
|
void |
start()
Starts the network server
|
void start() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
void shutdown()
RequestResponseChannel getRequestResponseChannel()