Uses of Class
org.jgrapes.net.SocketServer
-
Uses of SocketServer in org.jgrapes.net
Modifier and TypeMethodDescriptionSocketServer.setBacklog
(int backlog) Sets the backlog size.SocketServer.setBufferSize
(int size) SocketServer.setConnectionLimiter
(PermitsPool connectionLimiter) Sets a permit “pool”.SocketServer.setMinimalPurgeableTime
(long millis) Sets a minimal time that a connection must be purgeable (idle) before it may be purged.SocketServer.setServerAddress
(SocketAddress serverAddress) Sets the address to bind to.ModifierConstructorDescriptionSocketServerInfo
(SocketServer server) Instantiates a new socket server info.