Skip navigation links
A B C D E F G H I L M N O P R S U V W 

C

CALMNETPacketFactory - Class in com.captainalm.lib.calmnet.packet.factory
This class provides a standard extensible IPacketFactory for calmnet packets.
CALMNETPacketFactory(boolean, PacketLoader) - Constructor for class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactory
Constructs a new Instance of CALMNETPacketFactory with if IStreamedPackets are preferred and the specified PacketLoader.
CALMNETPacketFactory(boolean, PacketLoader, IPacketFactory) - Constructor for class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactory
Constructs a new Instance of CALMNETPacketFactory with if IStreamedPackets are preferred, the specified PacketLoader and the IPacketFactory.
CALMNETPacketFactoryWithPacket - Class in com.captainalm.lib.calmnet.packet.factory
This class provides a standard extensible IPacketFactory for calmnet packets with the ability to set the IPacket of supporting packets.
CALMNETPacketFactoryWithPacket(boolean, PacketLoader) - Constructor for class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactoryWithPacket
Constructs a new Instance of CALMNETPacketFactoryWithPacket with if IStreamedPackets are preferred and the specified PacketLoader.
CALMNETPacketFactoryWithPacket(boolean, PacketLoader, IPacketFactory) - Constructor for class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactoryWithPacket
Constructs a new Instance of CALMNETPacketFactoryWithPacket with if IStreamedPackets are preferred, the specified PacketLoader and the IPacketFactory.
canDatagramBufferBeSet() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
CandidateClient - Class in com.captainalm.lib.calmnet.marshal
This class provides a candidate client for NetMarshalServers.
CandidateClient(InetAddress, int) - Constructor for class com.captainalm.lib.calmnet.marshal.CandidateClient
Constructs a new instance of CandidateClient with an address and port.
clearFragmentStorage() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Clears the fragment storage registries if fragmentation is enabled.
clearLastIDFinished() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Clears all the last finished packet IDs.
clearLastIDFinished() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Clears all the last finished packet IDs.
clearRegistry() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Clears the registry (And requests the sender to stop sending).
clearRegistry() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Clears the registry.
clearWaitingPackets() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Clears the currently waiting packets.
clearWaitingPackets() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Clears the currently waiting packets.
close() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Closes the marshal, closing all its streams.
close() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Closes the marshal, closing all the connected clients.
close() - Method in class com.captainalm.lib.calmnet.stream.LengthClampedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Closes this output stream and releases any system resources associated with this stream.
com.captainalm.lib.calmnet.marshal - package com.captainalm.lib.calmnet.marshal
This package contains the network marshals for managed sending of IPackets on sockets.
com.captainalm.lib.calmnet.packet - package com.captainalm.lib.calmnet.packet
This package contains the network packets and handling code.
com.captainalm.lib.calmnet.packet.core - package com.captainalm.lib.calmnet.packet.core
This package contains the core network packets.
com.captainalm.lib.calmnet.packet.factory - package com.captainalm.lib.calmnet.packet.factory
This package contains the IPacketFactory interface and standard classes.
com.captainalm.lib.calmnet.packet.fragment - package com.captainalm.lib.calmnet.packet.fragment
This package contains the fragment network packets and the FragmentReceiver and FragmentSender objects.
com.captainalm.lib.calmnet.ssl - package com.captainalm.lib.calmnet.ssl
This package provides SSL utilities for wrapping Sockets and creating SSLContexts.
com.captainalm.lib.calmnet.stream - package com.captainalm.lib.calmnet.stream
This package provides streams for network packet streaming.
connect(InetAddress, int, int) - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Connects to a remote endpoint.
A B C D E F G H I L M N O P R S U V W 
Skip navigation links