Uses of Class
org.jgrapes.net.SocketConnectionManager
-
Uses of SocketConnectionManager in org.jgrapes.net
Modifier and TypeClassDescriptionclass
A component that reads from or write to a socket connection.class
Provides a socket server.Modifier and TypeMethodDescriptionSocketConnectionManager.setBufferSize
(int bufferSize) Sets the buffer size for the send an receive buffers.SocketConnectionManager.setExecutorService
(ExecutorService executorService) Sets an executor service to be used by the event pipelines that process the data from the network.