Package com.neeve.pkt

The fundamental wire unit for the exchange of data between X Platform messaging participants.

See:
          Description

Interface Summary
PktFactory.PktType.EventHandler The packet type event handler The packet factory type object dispatches events to the user via an instance of this interface.
 

Class Summary
PktBody Base class for all packet bodies.
PktBodyFixed Base class for packet bodies of fixed length.
PktBodyTypes Class containing generic packet body type related definitions.
PktBodyVariable Base class for packet bodies of variable length.
PktBuffer Implements the buffer that backs a packet header or body.
PktConfig Class containing configuration information for the packet package.
PktConstants Class containing package wide constant definitions.
PktFactory Factory class used to instantiate packets and packet bodies.
PktFactory.PktType Stores packet type information.
PktHeader Represents the header portion of a packet.
PktIOBuffer Deprecated. Since 1.9.
PktObject Root class for classes in the packet package.
PktPacket The packet.
PktSerializable Represents a serialiable packet entity.
PktSerializable.DeserializeContext Contains context used in the deserialization of an entity.
PktSerializable.SerializeContext Contains context used in the serialization of an entity.
PktSerializer Packet serializer/deserializer convenience class
PktSubheader Base class for packet subheaders.
PktSubheaderFixed Base class for packet subheaders of fixed length.
PktSubheaderFMC The FMC (Fabric Multicast) packet subheader.
PktSubheaderFUC The FUC (Fabric Unicast) packet subheader.
PktSubheaderODS The ODS packet subheader.
PktSubheaderRR The RR (Request-Response) packet subheader.
PktSubheaderSMA The SMA packet subheader.
PktSubheaderVariable Base class for variable length packet subheaders.
PktTags Packet tag definitions.
 

Exception Summary
EPktBodyClassInstantiateException Indicates that an exception was encountered while loading a packet body class
EPktBodyClassLoadException Indicates that an exception was encountered while loading a packet body class
EPktCorruptException Indicates that a byte array does not contain a valid serialized packet.
EPktDeserializeException Indicates a deserialization error.
EPktEOBException Indicates end of buffer was reached before a requested read from or write to a packet buffer could be completed.
EPktException Base exception class for all exceptions in this package
EPktSerializeException Indicates a serialization error.
EPktTypeInvalidException Indicates that a packet type is invalid
EPktTypeMismatchException Indicates a packet type mismatch.
EPktVersionInvalidException Indicates that the format version of received packet entity is invalid
 

Package com.neeve.pkt Description

The fundamental wire unit for the exchange of data between X Platform messaging participants.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.