|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PacketDataContent | |
---|---|
com.mindtree.techworks.insight.remoteprotocol.spi |
Uses of PacketDataContent in com.mindtree.techworks.insight.remoteprotocol.spi |
---|
Subclasses of PacketDataContent in com.mindtree.techworks.insight.remoteprotocol.spi | |
---|---|
class |
LogMessageDataContent
This the data content of a data packet containig log data. |
class |
NullMessageDataContent
This is the data content for packets where all the information is carried in the Header itself. |
class |
StartupMessageDataContent
The content type of a startup message. |
Methods in com.mindtree.techworks.insight.remoteprotocol.spi that return PacketDataContent | |
---|---|
PacketDataContent |
DataPacket.getPacketDataContent()
Returns the content of the packet |
Methods in com.mindtree.techworks.insight.remoteprotocol.spi with parameters of type PacketDataContent | |
---|---|
void |
PacketHeader.recalculateHeader(PacketDataContent content)
Recalculates the Header for this packet using the PacketDataContent field passed in. |
void |
DataPacket.setPacketDataContent(PacketDataContent packetDataContent)
Sets the content of the packet |
Constructors in com.mindtree.techworks.insight.remoteprotocol.spi with parameters of type PacketDataContent | |
---|---|
DataPacket(PacketDataContent content,
PacketHeader header)
Creates a DataPacket instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |