java.lang.Object
com.smartdevicelink.transport.BaseTransportConfig
From Class | Fields |
---|---|
com.smartdevicelink.transport.BaseTransportConfig | iHeartBeatTimeout |
Constructor. Objects of this class must be created for known port and IP address value.
public TCPTransportConfig(int port,String ipAddress,boolean autoReconnect)
Gets value of Port.
public int getPort()
Gets value of IP address.
public java.lang.String getIPAddress()
Gets value of AutoReconnect
public boolean getAutoReconnect()
Overridden abstract method which returns specific type of this transport configuration.
public com.smartdevicelink.transport.enums.TransportType getTransportType()
public java.lang.String toString()
From Class | Methods |
---|---|
com.smartdevicelink.transport.BaseTransportConfig | getTransportType, getHeartBeatTimeout, setHeartBeatTimeout |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |