public static class InfoRequest.ListenPort extends java.lang.Object implements InfoRequest.Value
Parameter.Key.AVAIL_LISTEN_PORT.
Doesn't use a type adapter.InfoResponse.ListenPort| Modifier and Type | Field and Description |
|---|---|
boolean |
consecutivePorts
A flag that describes if the port need be consecutive.
|
int |
portCount
Number of ports required.
|
CapabilityTunnel.TransportType |
transportType
Type of protocol.
|
| Constructor and Description |
|---|
ListenPort()
A no args constructor.
|
@SerializedName(value="portCount") public int portCount
@SerializedName(value="transportType") public CapabilityTunnel.TransportType transportType
@SerializedName(value="consecutivePort") public boolean consecutivePorts