Uses of Class
com.pervasive.datarush.commons.util.GenericTCPServer.ServerContext
-
Packages that use GenericTCPServer.ServerContext Package Description com.pervasive.datarush.commons.util Provides common utilities -
-
Uses of GenericTCPServer.ServerContext in com.pervasive.datarush.commons.util
Methods in com.pervasive.datarush.commons.util with parameters of type GenericTCPServer.ServerContext Modifier and Type Method Description void
GenericTCPServer.ConnectionHandler. init(GenericTCPServer.ServerContext context)
Called upon server start to inform the handler of context information such as the listening address.void
SimpleRMI.ServerListener. init(GenericTCPServer.ServerContext context)
Called upon server start to inform the handler of context information such as the listening address.
-