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

G

getAcceptExceptionBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the BiConsumer accept exception consumer.
getAddress() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the current InetAddress of the stream.
getAddress() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Gets the current InetAddress of the stream.
getAllocationID() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocatePacket
Gets the allocation ID or null.
getAllocationID() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocationPacket
Gets the allocation ID or null.
getByteArrayFromInteger(int) - Static method in class com.captainalm.lib.calmnet.packet.PacketLoader
Saves an Integer into a byte array.
getCipherFactory() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the ICipherFactory being used.
getCipherFactory() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionUpgradePacket
Gets the ICipherFactory being used or null.
getCipherFactory() - Method in class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactory
Gets the ICipherFactory in use (Could be the same instance).
getCiphers() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionCipherPacket
Gets the cipher names this packet contains.
getClientAcceptanceBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the BiConsumer client acceptance consumer.
getClosedConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Gets the Consumer closed consumer.
getClosedConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the Consumer closed consumer.
getConnectedClients() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the current set of connected NetMarshalClients.
getDatagramSocket() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the datagram socket in use or null.
getDatagramSocket() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Gets the datagram socket in use or null.
getFactory() - Method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Gets the IPacketFactory in use.
getFactory() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the IPacketFactory in use.
getFragmentationOptions() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Gets the FragmentationOptions of the client.
getFragmentationOptions() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the FragmentationOptions of the client.
getFragmentCount() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocatePacket
Gets the number of fragments or null.
getFragmentID() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentPIDMSGPacket
Gets the fragment ID or null.
getFragmentMessage() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentPIDMSGPacket
Gets the fragment message byte array or null.
getHashProvider() - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
This field provides the DigestProvider to use for the payload of the packets on the trailer.
getHeldPacket() - Method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Gets the held packet or null.
getHeldPacket() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the held packet or null.
getInputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Get the input stream.
getIntegerFromByteArray(byte[]) - Static method in class com.captainalm.lib.calmnet.packet.PacketLoader
Loads an Integer from a byte array.
getLastIDFinished() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Gets the last finished packet ID.
getLastIDFinished() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Gets the last finished packet ID.
getLocalAddress() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the local InetAddress of the stream.
getLocalAddress() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Gets the local InetAddress of the stream.
getLocalPort() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the local port of the stream.
getLocalPort() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Gets the local port of the stream.
getMajor() - Method in class com.captainalm.lib.calmnet.packet.PacketProtocolInformation
Gets the major protocol for the packet.
getMinor() - Method in class com.captainalm.lib.calmnet.packet.PacketProtocolInformation
Gets the minor protocol for the packet.
getNumberOfEmptySendsTillForcedCompleteOrResend() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Gets the number of FragmentReceiver.sendPacket() calls, that return null, to a registry entry are made before the FragmentSendCompletePacket or FragmentRetrySendPacket packets are sent.
getOpenedConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the Consumer opened consumer.
getOutputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Get the output stream.
getPacket(PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactory
Constructs a IPacket of the protocol specified by the passed PacketProtocolInformation instance.
getPacket(PacketProtocolInformation) - Method in class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactoryWithPacket
Constructs a IPacket of the protocol specified by the passed PacketProtocolInformation instance.
getPacket() - Method in class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactoryWithPacket
Gets the IPacket in use (Could be the same instance).
getPacket(PacketProtocolInformation) - Method in interface com.captainalm.lib.calmnet.packet.factory.IPacketFactory
Constructs a IPacket of the protocol specified by the passed PacketProtocolInformation instance.
getPacketFactory() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Gets the packet factory in use.
getPacketFactory() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the packet factory in use.
getPacketFactory() - Method in class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactory
Gets the IPacketFactory in use (Could be the same instance).
getPacketFactory() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Gets the IPacketFactory in use.
getPacketID() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentPIDPacket
Gets the packet ID or null.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Gets the packet loader in use.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the packet loader in use.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Gets the PacketLoader in use.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the PacketLoader in use.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.packet.factory.CALMNETPacketFactory
Gets the PacketLoader in use.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentReceiver
Gets the PacketLoader in use.
getPacketLoader() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Gets the PacketLoader in use.
getPacketSize(IPacket, boolean, boolean) - Method in class com.captainalm.lib.calmnet.packet.PacketLoader
Gets the total size of a written packet in bytes.
getPacketSize() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the current datagram packet size.
getPort() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the current port of the stream.
getPort() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Gets the current port of the stream.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionCipherPacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionUpgradePacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkIdentifierPacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkSSLUpgradePacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocatePacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocationPacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentMessagePacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentMessageResponsePacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentRetrySendPacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSendCompletePacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSendStopPacket
Gets the protocol information.
getProtocol() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSendVerifyCompletePacket
Gets the protocol information.
getProtocol() - Method in interface com.captainalm.lib.calmnet.packet.IPacket
Gets the protocol information.
getProtocolInformation(InputStream) - Static method in class com.captainalm.lib.calmnet.packet.PacketProtocolInformation
Gets the PacketProtocolInformation of the packet.
getReceiveBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Gets the BiConsumer receiver consumer.
getReceiveBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the BiConsumer receiver consumer.
getReceiveExceptionBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Gets the BiConsumer receive exception consumer.
getReceiveExceptionBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the BiConsumer receive exception consumer.
getRootInputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Get the root input stream.
getRootOutputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClient
Get the root output stream.
getSize() - Method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Gets the size of the output data.
getSize() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the size of the output data.
getSize() - Method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionCipherPacket
Gets the size of the output data.
getSize() - Method in interface com.captainalm.lib.calmnet.packet.IStreamedPacket
Gets the size of the output data.
getSocket() - Method in class com.captainalm.lib.calmnet.stream.NetworkInputStream
Gets the socket in use or null.
getSocket() - Method in class com.captainalm.lib.calmnet.stream.NetworkOutputStream
Gets the socket in use or null.
getSocketSetupBiConsumer() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServer
Gets the BiConsumer socket setup consumer.
getSplitSize() - Method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSender
Gets the current packet split size in bytes.
getSSLClientSocket(SSLContext, String, int) - Static method in class com.captainalm.lib.calmnet.ssl.SSLUtilities
Creates a new SSLSocket using the specified SSLContext, host and port.
getSSLContext(String, KeyStore, char[]) - Static method in class com.captainalm.lib.calmnet.ssl.SSLUtilities
Gets the SSL context merged with the JRE Trust Store using a unified KeyStore.
getSSLContext(String, KeyStore, char[], KeyStore) - Static method in class com.captainalm.lib.calmnet.ssl.SSLUtilities
Gets the SSL context merged with the JRE Trust Store using separate private and trust KeyStores.
getSSLContextNoJRETrust(String, KeyStore, char[]) - Static method in class com.captainalm.lib.calmnet.ssl.SSLUtilities
Gets the SSL context without the JRE Trust Store using a unified KeyStore.
getSSLContextNoJRETrust(String, KeyStore, char[], KeyStore) - Static method in class com.captainalm.lib.calmnet.ssl.SSLUtilities
Gets the SSL context without the JRE Trust Store using separate private and trust KeyStores.
getSSLServerSocket(SSLContext, int, int, InetAddress) - Static method in class com.captainalm.lib.calmnet.ssl.SSLUtilities
Gets the SSL Server socket for the specified SSLContext, port, backlog and InetAddress.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.core.Base64Packet
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionCipherPacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.core.NetworkEncryptionUpgradePacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.core.NetworkIdentifierPacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.core.NetworkSSLUpgradePacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocatePacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentAllocationPacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentMessagePacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentMessageResponsePacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentRetrySendPacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSendCompletePacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSendStopPacket
Gets the protocol information statically.
getTheProtocol() - Static method in class com.captainalm.lib.calmnet.packet.fragment.FragmentSendVerifyCompletePacket
Gets the protocol information statically.
getTrailingPassword() - Method in class com.captainalm.lib.calmnet.packet.core.EncryptedPacket
Gets the trailing password (Or null if no trailing password).
getWrapperInputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClientWrapped
Gets the Function input stream wrapper function.
getWrapperInputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServerWrapped
Gets the Function input stream wrapper function.
getWrapperOutputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalClientWrapped
Gets the Function output stream wrapper function.
getWrapperOutputStream() - Method in class com.captainalm.lib.calmnet.marshal.NetMarshalServerWrapped
Gets the Function output stream wrapper function.
A B C D E F G H I L M N O P R S U V W 
Skip navigation links