Uses of Class
org.glassfish.grizzly.nio.transport.TCPNIOServerConnection

Packages that use TCPNIOServerConnection
org.glassfish.grizzly.nio.transport   
 

Uses of TCPNIOServerConnection in org.glassfish.grizzly.nio.transport
 

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

Methods in org.glassfish.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.