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