Package | Description |
---|---|
org.globus.net |
Contains socket factories for creating regural and secure server sockets behind firewalls
or NAT servers.
|
Modifier and Type | Field and Description |
---|---|
private PortRange |
DatagramSocketFactory.portRange |
private PortRange |
SocketFactory.portRange |
private PortRange |
ServerSocketFactory.portRange |
private static PortRange |
PortRange.tcpPortRange |
private static PortRange |
PortRange.tcpSourcePortRange |
private static PortRange |
PortRange.udpSourcePortRange |
Modifier and Type | Method and Description |
---|---|
static PortRange |
PortRange.getInstance()
Returns PortRange instance for TCP listening sockets.
|
static PortRange |
PortRange.getTcpInstance()
Returns PortRange instance for TCP listening sockets.
|
static PortRange |
PortRange.getTcpSourceInstance()
Returns PortRange instance for TCP source sockets.
|
static PortRange |
PortRange.getUdpSourceInstance()
Returns PortRange instance for UDP source sockets.
|