Uses of Interface
de.gebit.integrity.remoting.transport.MessageProcessor
-
Packages that use MessageProcessor Package Description de.gebit.integrity.remoting.client de.gebit.integrity.remoting.server de.gebit.integrity.remoting.transport -
-
Uses of MessageProcessor in de.gebit.integrity.remoting.client
Methods in de.gebit.integrity.remoting.client that return types with arguments of type MessageProcessor Modifier and Type Method Description protected Map<Class<? extends AbstractMessage>,MessageProcessor<?>>IntegrityRemotingClient. createProcessors()Creates processors to process messages. -
Uses of MessageProcessor in de.gebit.integrity.remoting.server
Methods in de.gebit.integrity.remoting.server that return types with arguments of type MessageProcessor Modifier and Type Method Description protected Map<Class<? extends AbstractMessage>,MessageProcessor<?>>IntegrityRemotingServer. createProcessors()Creates the processors for processing incoming messages. -
Uses of MessageProcessor in de.gebit.integrity.remoting.transport
Constructor parameters in de.gebit.integrity.remoting.transport with type arguments of type MessageProcessor 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.ServerEndpoint(String aHostIP, int aPort, Map<Class<? extends AbstractMessage>,MessageProcessor<?>> aProcessorMap, ClassLoader aClassLoader, boolean anIsForkFlag)Creates a new server endpoint that listens on a specified port/IP.
-