public class Server extends ServerBase
Constructor and Description |
---|
Server(Collection<InetSocketAddress> addresses,
ProtocolConfigurationFactory protocolConfigurationFactory,
Service service) |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
createNewConnection(IoSession session) |
dispose, start, stop
public Server(Collection<InetSocketAddress> addresses, ProtocolConfigurationFactory protocolConfigurationFactory, Service service) throws Exception
Exception
public ServerConnection createNewConnection(IoSession session)
createNewConnection
in class ServerBase