Module datarush.commons
Class GenericTCPServer.ServerContext
java.lang.Object
com.pervasive.datarush.commons.util.GenericTCPServer.ServerContext
- Enclosing class:
- GenericTCPServer
Information passed to a server implementation to provide execution context.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the address on which the server is listening.voidCan be invoked to start shutdown of the server
-
Method Details
-
getListenAddress
Returns the address on which the server is listening.- Returns:
- the listening address for the server
-
startShutdown
public void startShutdown()Can be invoked to start shutdown of the server
-