Uses of Interface
com.pervasive.datarush.commons.util.GenericTCPServer.ConnectionHandler
-
Packages that use GenericTCPServer.ConnectionHandler Package Description com.pervasive.datarush.commons.util Provides common utilities -
-
Uses of GenericTCPServer.ConnectionHandler in com.pervasive.datarush.commons.util
Methods in com.pervasive.datarush.commons.util that return GenericTCPServer.ConnectionHandler Modifier and Type Method Description GenericTCPServer.ConnectionHandlerGenericTCPServer. getConnectionHandler()Returns the handler to use for processing connectionsConstructors in com.pervasive.datarush.commons.util with parameters of type GenericTCPServer.ConnectionHandler Constructor Description GenericTCPServer(GenericTCPServer.ConnectionHandler handler)Creates a new server
-