java.lang.Object
com.smartdevicelink.transport.TransportManagerBase
Managing transports List for status of all transports If transport is not connected. Request Router service connect to it. Get connected message
public TransportManager(BaseTransportConfig config,TransportManagerBase.TransportEventListener listener)
public void start()
public void close(long sessionId)
Deprecated
public void resetSession()
Check to see if a transport is connected.
public boolean isConnected(TransportType transportType,String address)
Retrieve a transport record with the supplied params
public com.smartdevicelink.transport.utl.TransportRecord getTransportRecord(TransportType transportType,String address)
public void sendPacket(SdlPacket packet)
From Class | Methods |
---|---|
com.smartdevicelink.transport.TransportManagerBase | start, close, resetSession, isConnected, getTransportRecord, getConnectedTransports, isHighBandwidthAvailable, updateTransportConfig, sendPacket, requestNewSession, requestSecondaryTransportConnection |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |