Package com.neeve.pkt

Fabric specific packet extensions.

See:
          Description

Interface Summary
PktBuffer.Initializer Used to initialize the buffer The user registers an instance of this interface with a packet buffer to initialize the contents of the backing IO buffer when first created by the packet buffer.
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.
PktClasses Class containing generic packet class related definitions.
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 Implements an IO buffer.
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.
PktSubheaderHSpace The Hierarchical Space packet subheader.
PktSubheaderODS The ODS packet subheader.
PktSubheaderROGRL The ROGRL 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

Fabric specific packet extensions.



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