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

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

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

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

Methods in org.glassfish.grizzly.nio.transport that return UDPNIOServerConnection
 UDPNIOServerConnection UDPNIOTransport.bind(int port)
          Binds Transport to the specific port on localhost.
 UDPNIOServerConnection UDPNIOTransport.bind(SocketAddress socketAddress)
          Binds Transport to the specific SocketAddress.
 UDPNIOServerConnection UDPNIOTransport.bind(SocketAddress socketAddress, int backlog)
          Binds Transport to the specific SocketAddress.
 UDPNIOServerConnection UDPNIOTransport.bind(String host, int port)
          Binds Transport to the specific host and port.
 UDPNIOServerConnection UDPNIOTransport.bind(String host, int port, int backlog)
          Binds Transport to the specific host and port.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.