Uses of Interface
naga.NIOServerSocket
-
Packages that use NIOServerSocket Package Description naga The main Naga classes. -
-
Uses of NIOServerSocket in naga
Subinterfaces of NIOServerSocket in naga Modifier and Type Interface Description interfaceNIOServerSocketSSLInterface for SSL Server SocketsMethods in naga that return NIOServerSocket Modifier and Type Method Description NIOServerSocketNIOService. openServerSocket(int port)Open a server socket on the given port with the default connection backlog.NIOServerSocketNIOService. openServerSocket(int port, int backlog)Open a server socket on the given port.NIOServerSocketNIOService. openServerSocket(java.net.InetSocketAddress address, int backlog)Open a server socket on the address.
-