Class SdlRouterService.PacketWriteTask
Hierarchy
java.lang.Object
- Package
- com.smartdevicelink.transport
- All Implemented Interfaces
-
java.lang.Runnable
Overview
A runnable task for writing out packets.
Quick Jump
- Constructors
-
- Methods
-
Constructors
PacketWriteTask(
byte[] bytes,
int offset,
int size,
int priorityCoefficient,
TransportType transportType
)
public PacketWriteTask(byte[] bytes,int offset,int size,int priorityCoefficient,TransportType transportType)
Constructor Parameters
- bytes
- offset
- size
- priorityCoefficient
- transportType
PacketWriteTask(
Bundle bundle
)
public PacketWriteTask(Bundle bundle)
Constructor Parameters
- bundle
Methods
setTransportType(
TransportType transportType
)
protected void setTransportType(TransportType transportType)
Method Parameters
- transportType
Inherited Methods
From Class |
Methods |
java.lang.Object
|
getClass,
hashCode,
equals,
clone,
toString,
notify,
notifyAll,
wait,
wait,
wait,
finalize
|
View on GitHub.com