- PacketException - Exception in com.captainalm.lib.calmnet.packet
-
This class provides the packet exception wrapper class.
- PacketException(String) - Constructor for exception com.captainalm.lib.calmnet.packet.PacketException
-
Constructs a new exception with the specified detail message.
- PacketException(String, Throwable) - Constructor for exception com.captainalm.lib.calmnet.packet.PacketException
-
Constructs a new exception with the specified detail message and
cause.
- PacketException(Throwable) - Constructor for exception com.captainalm.lib.calmnet.packet.PacketException
-
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- PacketLoader - Class in com.captainalm.lib.calmnet.packet
-
This class provides the ability to load and save
IPacket
to
InputStream
and
OutputStream
.
- PacketLoader() - Constructor for class com.captainalm.lib.calmnet.packet.PacketLoader
-
Constructs a new Packet loader instance.
- PacketLoader(DigestProvider) - Constructor for class com.captainalm.lib.calmnet.packet.PacketLoader
-
Constructs a new Packet loader instance with the specified DigestProvider
.
- PacketProtocolInformation - Class in com.captainalm.lib.calmnet.packet
-
This class provides the packet protocol information for
IPacket
.
- PacketProtocolInformation() - Constructor for class com.captainalm.lib.calmnet.packet.PacketProtocolInformation
-
Constructs a new instance of PacketProtocolInformation.
- PacketProtocolInformation(byte, byte) - Constructor for class com.captainalm.lib.calmnet.packet.PacketProtocolInformation
-
Constructs a new instance of PacketProtocolInformation.
- pollLastIDFinished() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
-
Polls the last finished packet ID.
- pollLastIDFinished() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
-
Polls the last finished packet ID.
- port - Variable in class com.captainalm.lib.calmnet.marshal.CandidateClient
-
The remote port of the candidate.