Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
TransportManager

Class TransportManager

Hierarchy

java.lang.Object
     com.smartdevicelink.transport.TransportManagerBase

Package
com.smartdevicelink.transport

Constructors

TransportManager( MultiplexTransportConfig config, TransportManagerBase.TransportEventListener listener )

Managing transports List for status of all transports If transport is not connected. Request Router service connect to it. Get connected message

public TransportManager(MultiplexTransportConfig config,TransportManagerBase.TransportEventListener listener)

Constructor Parameters

config
listener

Methods

start()

start internally validates the target ROuterService, which was done in ctor before.

public void start()

close( long sessionId )

public void close(long sessionId)

Method Parameters

sessionId

isConnected( TransportType transportType, String address )

Check to see if a transport is connected.

public boolean isConnected(TransportType transportType,String address)

Method Parameters

transportType
the transport to have its connection status returned. If `null` is passed in, all transports will be checked and if any are connected a true value will be returned.
address
the address associated with the transport type. If null, the first transport of supplied type will be used to return if connected.

getTransportRecord( TransportType transportType, String address )

Retrieve a transport record with the supplied params

public com.smartdevicelink.transport.utl.TransportRecord getTransportRecord(TransportType transportType,String address)

Method Parameters

transportType
the transport to have its connection status returned.
address
the address associated with the transport type. If null, the first transport of supplied type will be returned.

getConnectedTransports()

Retrieves the currently connected transports

public java.util.List getConnectedTransports()

isHighBandwidthAvailable()

public boolean isHighBandwidthAvailable()

updateTransportConfig( BaseTransportConfig config )

public com.smartdevicelink.transport.BaseTransportConfig updateTransportConfig(BaseTransportConfig config)

Method Parameters

config

sendPacket( SdlPacket packet )

public void sendPacket(SdlPacket packet)

Method Parameters

packet

requestNewSession( TransportRecord transportRecord )

public void requestNewSession(TransportRecord transportRecord)

Method Parameters

transportRecord

requestSecondaryTransportConnection( byte sessionId, TransportRecord transportRecord )

public void requestSecondaryTransportConnection(byte sessionId,TransportRecord transportRecord)

Method Parameters

sessionId
transportRecord

Inherited Methods

From Class Methods
com.smartdevicelink.transport.TransportManagerBase start, close, isConnected, getTransportRecord, getConnectedTransports, isHighBandwidthAvailable, updateTransportConfig, sendPacket, requestNewSession, requestSecondaryTransportConnection
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section