Uses of Class
com.sun.grizzly.nio.transport.TCPNIOServerConnection

Packages that use TCPNIOServerConnection
com.sun.grizzly.nio.transport   
 

Uses of TCPNIOServerConnection in com.sun.grizzly.nio.transport
 

Fields in com.sun.grizzly.nio.transport with type parameters of type TCPNIOServerConnection
protected  Collection<TCPNIOServerConnection> TCPNIOTransport.serverConnections
          The Server connections.
 

Methods in com.sun.grizzly.nio.transport that return TCPNIOServerConnection
 TCPNIOServerConnection TCPNIOTransport.bind(int port)
          Binds Transport to the specific port on localhost.
 TCPNIOServerConnection TCPNIOTransport.bind(SocketAddress socketAddress)
          Binds Transport to the specific SocketAddress.
 TCPNIOServerConnection TCPNIOTransport.bind(SocketAddress socketAddress, int backlog)
          Binds Transport to the specific SocketAddress.
 TCPNIOServerConnection TCPNIOTransport.bind(String host, int port)
          Binds Transport to the specific host and port.
 TCPNIOServerConnection TCPNIOTransport.bind(String host, int port, int backlog)
          Binds Transport to the specific host and port.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.