public static class ITransport.TransportParams
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
connectionKey |
protected java.lang.String |
connectionSerial |
protected boolean |
heartbeats |
protected java.lang.String |
host |
protected ITransport.Mode |
mode |
protected ClientOptions |
options |
protected int |
port |
| Constructor and Description |
|---|
TransportParams(ClientOptions options,
PlatformAgentProvider platformAgentProvider) |
| Modifier and Type | Method and Description |
|---|---|
ClientOptions |
getClientOptions() |
Param[] |
getConnectParams(Param[] baseParams) |
java.lang.String |
getHost() |
int |
getPort() |
protected ClientOptions options
protected java.lang.String host
protected int port
protected java.lang.String connectionKey
protected java.lang.String connectionSerial
protected ITransport.Mode mode
protected boolean heartbeats
public TransportParams(ClientOptions options, PlatformAgentProvider platformAgentProvider)
public java.lang.String getHost()
public int getPort()
public ClientOptions getClientOptions()