Uses of Interface
de.gebit.integrity.remoting.transport.EndpointListener
-
Packages that use EndpointListener Package Description de.gebit.integrity.remoting.transport -
-
Uses of EndpointListener in de.gebit.integrity.remoting.transport
Constructors in de.gebit.integrity.remoting.transport with parameters of type EndpointListener Constructor Description Endpoint(String aHost, int aPort, Map<Class<? extends AbstractMessage>,MessageProcessor<?>> aProcessorMap, EndpointListener aListener, ClassLoader aClassLoader)Creates a new endpoint and connects to a remote host, on which aServerEndpointis expected to run.Endpoint(Socket aSocket, Map<Class<? extends AbstractMessage>,MessageProcessor<?>> aProcessorMap, EndpointListener aListener, ClassLoader aClassLoader)Creates a new endpoint from a specific, already-connected socket.
-