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  java.util.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(java.net.SocketAddress socketAddress)
          Binds Transport to the specific SocketAddress.
 UDPNIOServerConnection UDPNIOTransport.bind(java.net.SocketAddress socketAddress, int backlog)
          Binds Transport to the specific SocketAddress.
 UDPNIOServerConnection UDPNIOTransport.bind(java.lang.String host, int port)
          Binds Transport to the specific host and port.
 UDPNIOServerConnection UDPNIOTransport.bind(java.lang.String host, int port, int backlog)
          Binds Transport to the specific host and port.
 UDPNIOServerConnection UDPNIOTransport.bind(java.lang.String host, PortRange portRange, int backlog)
          Binds Transport to the specific host, and port within a PortRange.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.