Uses of Class
org.jgrapes.net.TcpConnectionManager
Packages that use TcpConnectionManager
-
Uses of TcpConnectionManager in org.jgrapes.net
Subclasses of TcpConnectionManager in org.jgrapes.netModifier and TypeClassDescriptionclass
A component that reads from or write to a TCP connection.class
Provides a TCP server.Methods in org.jgrapes.net that return TcpConnectionManagerModifier and TypeMethodDescriptionTcpConnectionManager.setBufferSize
(int bufferSize) Sets the buffer size for the send an receive buffers.TcpConnectionManager.setExecutorService
(ExecutorService executorService) Sets an executor service to be used by the event pipelines that process the data from the network.