FragmentReceiver
and FragmentSender
objects.See: Description
Class | Description |
---|---|
FragmentAllocatePacket |
This class provides a packet for fragment allocation requesting.
|
FragmentAllocationPacket |
This class provides a packet for giving the allocated packetID
as a response for
FragmentAllocatePacket . |
FragmentMessagePacket |
This class provides a packet for sending a payload with a packetID and fragmentID.
|
FragmentMessageResponsePacket |
This class provides a packet for sending an optional payload with a packetID and fragmentID
as a response for
FragmentMessagePacket . |
FragmentPIDAKNPacket |
This abstract base class provides the ability for packets to contain an ID and if it is an Acknowledgement.
|
FragmentPIDMSGPacket |
This abstract base class provides the ability for packets to contain an ID, a Fragment ID and a payload.
|
FragmentPIDPacket |
This abstract base class provides the ability for packets to return an ID.
|
FragmentReceiver |
This class provides the ability to re-construct packets from
com.captainalm.lib.calmnet.packet.fragment . |
FragmentRetrySendPacket |
This class provides a packet for signalling that the sending end
should start re-sending un acknowledged fragment packets.
|
FragmentSendCompletePacket |
This class provides a packet for signalling that all fragments for a packet have been sent or that sending has been successfully cancelled.
|
FragmentSender |
This class provides the ability to create packets for
com.captainalm.lib.calmnet.packet.fragment . |
FragmentSendStopPacket |
This class provides a packet for stopping the remote
FragmentSender . |
FragmentSendVerifyCompletePacket |
This class provides a packet for stating that all packets have been successfully sent and verified.
|
FragmentReceiver
and FragmentSender
objects.
Major ID: 254