public class Server extends Object implements AutoCloseable
| Constructor and Description |
|---|
Server(short port,
List<ServerModule> modules) |
Server(short port,
ProtocolOptions options,
List<ServerModule> modules) |
public Server(short port,
ProtocolOptions options,
List<ServerModule> modules)
public Server(short port,
List<ServerModule> modules)
protected void handleInitChannel(io.netty.channel.socket.SocketChannel ch)
public void close()
throws Exception
close in interface AutoCloseableExceptionCopyright © 2014 Eclipse SCADA Project. All rights reserved.