Uses of Class
org.glassfish.grizzly.PortRange
Packages that use PortRange
Package
Description
-
Uses of PortRange in org.glassfish.grizzly
Methods in org.glassfish.grizzly that return PortRangeMethods in org.glassfish.grizzly with parameters of type PortRangeModifier and TypeMethodDescriptionConnection<?>Connection<?>Binds Transport to the specific host, and port within aPortRange.Connection<?>Binds Transport to the specific host, and port within aPortRange.Connection<?>Binds Transport to the specific host, and port within aPortRange. -
Uses of PortRange in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return PortRangeMethods in org.glassfish.grizzly.http.server with parameters of type PortRangeModifier and TypeMethodDescriptionstatic HttpServerHttpServer.createSimpleServer(String docRoot, String host, PortRange range) static HttpServerHttpServer.createSimpleServer(String docRoot, PortRange range) Constructors in org.glassfish.grizzly.http.server with parameters of type PortRangeModifierConstructorDescriptionNetworkListener(String name, String host, PortRange portRange) Constructs a newNetworkListenerusing the specifiedname,host, andport.NetworkListener(String name, String host, PortRange portRange, boolean randomStartPort) Constructs a newNetworkListenerusing the specifiedname,host, andport. -
Uses of PortRange in org.glassfish.grizzly.nio.transport
Methods in org.glassfish.grizzly.nio.transport with parameters of type PortRangeModifier and TypeMethodDescriptionBinds Transport to the specific host, and port within aPortRange.Binds Transport to the specific host, and port within aPortRange.Binds Transport to the specific host, and port within aPortRange.Binds Transport to the specific host, and port within aPortRange.