static class TransportManager.Port extends Object
| Modifier and Type | Field and Description |
|---|---|
String | ipIP address string |
boolean | isIPv6True if IPv6 |
int | portPort number |
String | styleTransport style |
| Constructor and Description |
|---|
Port(String style,
int port)IPv4 only |
Port(String style,
String host,
int port)IPv6 only |
| Modifier and Type | Method and Description |
|---|---|
boolean | equals(Object o)Whether this port equals the given object. |
int | hashCode()Hash code combining style, port, and IP. |