Uses of Class
org.glassfish.grizzly.PortRange
-
Packages that use PortRange Package Description org.glassfish.grizzly org.glassfish.grizzly.nio.transport -
-
Uses of PortRange in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return PortRange Modifier and Type Method Description static PortRangePortRange. valueOf(String s)Parse a port range.Methods in org.glassfish.grizzly with parameters of type PortRange Modifier and Type Method Description Connection<?>AbstractBindingHandler. bind(String host, PortRange portRange, boolean randomStartPort, int backlog)Connection<?>AbstractBindingHandler. bind(String host, PortRange portRange, int backlog)Binds Transport to the specific host, and port within aPortRange.Connection<?>SocketBinder. bind(String host, PortRange portRange, boolean randomStartPort, int backlog)Binds Transport to the specific host, and port within aPortRange.Connection<?>SocketBinder. bind(String host, PortRange portRange, int backlog)Binds Transport to the specific host, and port within aPortRange. -
Uses of PortRange in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type PortRange Modifier and Type Method Description TCPNIOServerConnectionTCPNIOTransport. bind(String host, PortRange portRange, boolean randomStartPort, int backlog)Binds Transport to the specific host, and port within aPortRange.TCPNIOServerConnectionTCPNIOTransport. bind(String host, PortRange portRange, int backlog)Binds Transport to the specific host, and port within aPortRange.UDPNIOServerConnectionUDPNIOTransport. bind(String host, PortRange portRange, boolean randomStartPort, int backlog)Binds Transport to the specific host, and port within aPortRange.UDPNIOServerConnectionUDPNIOTransport. bind(String host, PortRange portRange, int backlog)Binds Transport to the specific host, and port within aPortRange.
-