Package io.ably.lib.transport
Class ITransport.TransportParams
- java.lang.Object
-
- io.ably.lib.transport.ITransport.TransportParams
-
- Enclosing interface:
- ITransport
public static class ITransport.TransportParams extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringconnectionKeyprotected java.lang.StringconnectionSerialprotected booleanheartbeatsprotected java.lang.Stringhostprotected ITransport.Modemodeprotected ClientOptionsoptionsprotected intport
-
Constructor Summary
Constructors Constructor Description TransportParams(ClientOptions options, PlatformAgentProvider platformAgentProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientOptionsgetClientOptions()Param[]getConnectParams(Param[] baseParams)java.lang.StringgetHost()intgetPort()
-
-
-
Field Detail
-
options
protected ClientOptions options
-
host
protected java.lang.String host
-
port
protected int port
-
connectionKey
protected java.lang.String connectionKey
-
connectionSerial
protected java.lang.String connectionSerial
-
mode
protected ITransport.Mode mode
-
heartbeats
protected boolean heartbeats
-
-
Constructor Detail
-
TransportParams
public TransportParams(ClientOptions options, PlatformAgentProvider platformAgentProvider)
-
-
Method Detail
-
getHost
public java.lang.String getHost()
-
getPort
public int getPort()
-
getClientOptions
public ClientOptions getClientOptions()
-
-