Serialized Form


Package com.mindtree.techworks.insight.remoteprotocol

Class com.mindtree.techworks.insight.remoteprotocol.PacketDataSizeOverLimitsException extends RemoteProtocolException implements Serializable

serialVersionUID: 1054259848085808894L

Class com.mindtree.techworks.insight.remoteprotocol.RemoteProtocolException extends java.lang.Exception implements Serializable

serialVersionUID: -1689937266222441019L


Package com.mindtree.techworks.insight.remoteprotocol.spi

Class com.mindtree.techworks.insight.remoteprotocol.spi.DataPacket extends java.lang.Object implements Serializable

serialVersionUID: 7180441160766839296L

Serialized Fields

packetHeader

PacketHeader packetHeader
The header of the packet. For a format of the header, see the PacketHeader class.

See Also:
PacketHeader

packetDataContent

PacketDataContent packetDataContent
The data content of the packet.

Class com.mindtree.techworks.insight.remoteprotocol.spi.LogMessageDataContent extends PacketDataContent implements Serializable

serialVersionUID: 1213532797396843257L

Class com.mindtree.techworks.insight.remoteprotocol.spi.MessageType extends java.lang.Object implements Serializable

serialVersionUID: 6511502118338762271L

Serialized Fields

type

byte type
The type identifier of this MessageType


name

java.lang.String name
The name of this type.

Class com.mindtree.techworks.insight.remoteprotocol.spi.NullMessageDataContent extends PacketDataContent implements Serializable

serialVersionUID: 4983089049003555547L

Class com.mindtree.techworks.insight.remoteprotocol.spi.PacketDataContent extends java.lang.Object implements Serializable

serialVersionUID: 5823310926240802099L

Serialized Fields

packetData

byte[] packetData
Packet Data without the header


messageType

MessageType messageType
Identifies the type of this message packet.

Class com.mindtree.techworks.insight.remoteprotocol.spi.PacketHeader extends java.lang.Object implements Serializable

serialVersionUID: 819535169935681001L

Serialized Fields

version

byte version
The version of the packet / packet header. Currently 1


packetHeaderLength

byte packetHeaderLength
The length of the packet header. For version 1, it is a fixed 16 bytes


messageType

MessageType messageType
The message type. For the different types of messages, see the PacketDataContent class.


flags

byte flags
The flags for the message. Curently message dependent


headerChecksum

short headerChecksum
The checksum of all the fields of the header except the checksum field (set to 0xFF)


sourceIdentifier

short sourceIdentifier
The unique identifier for the source of the message. Should be different for each source and namespace within the source.


messageSequence

short messageSequence
The sequence number of the message.


dataLength

int dataLength
Length of data in the message.

Class com.mindtree.techworks.insight.remoteprotocol.spi.StartupMessageDataContent extends PacketDataContent implements Serializable

serialVersionUID: -5321147203534982253L

Serialized Fields

retransmission

boolean retransmission
Indicates if the packet is a retransmission


version

byte version
The version of the message, currently 1.


namespace

java.lang.String namespace
The namespace contained in the message



Copyright © 2003-2008 MindTree Consulting Ltd.. All Rights Reserved.