Uses of Class
org.jgrapes.net.SocketConnectionManager
Packages that use SocketConnectionManager
-
Uses of SocketConnectionManager in org.jgrapes.net
Subclasses of SocketConnectionManager in org.jgrapes.netModifier and TypeClassDescriptionclass
A component that reads from or write to a socket connection.class
Provides a socket server.Methods in org.jgrapes.net that return SocketConnectionManagerModifier 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.