Uses of Class
org.glassfish.grizzly.PortRange

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

Uses of PortRange in org.glassfish.grizzly
 

Methods in org.glassfish.grizzly that return PortRange
static PortRange PortRange.valueOf(java.lang.String s)
          Parse a port range.
 

Methods in org.glassfish.grizzly with parameters of type PortRange
 Connection SocketBinder.bind(java.lang.String host, PortRange portRange, int backlog)
          Binds Transport to the specific host, and port within a PortRange.
 

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

Methods in org.glassfish.grizzly.nio.transport with parameters of type PortRange
 UDPNIOServerConnection UDPNIOTransport.bind(java.lang.String host, PortRange portRange, int backlog)
          Binds Transport to the specific host, and port within a PortRange.
 TCPNIOServerConnection TCPNIOTransport.bind(java.lang.String host, PortRange portRange, int backlog)
          Binds Transport to the specific host, and port within a PortRange.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.