JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
U
V
W
B
Base64Packet
- Class in
com.captainalm.lib.calmnet.packet.core
This class provides a base64 encrypted packet that can hold an
IPacket
.
Base64Packet(IPacketFactory, PacketLoader)
- Constructor for class com.captainalm.lib.calmnet.packet.core.
Base64Packet
Constructs a new Base64Packet with the specified
IPacketFactory
and
PacketLoader
.
Base64Packet(IPacketFactory, PacketLoader, boolean)
- Constructor for class com.captainalm.lib.calmnet.packet.core.
Base64Packet
Constructs a new Base64Packet with the specified
IPacketFactory
,
PacketLoader
and if the encrypted data should be cached.
Base64Packet(IPacketFactory, PacketLoader, IPacket)
- Constructor for class com.captainalm.lib.calmnet.packet.core.
Base64Packet
Constructs a new Base64Packet with the specified
IPacketFactory
,
PacketLoader
and
IPacket
.
Base64Packet(IPacketFactory, PacketLoader, IPacket, boolean)
- Constructor for class com.captainalm.lib.calmnet.packet.core.
Base64Packet
Constructs a new Base64Packet with the specified
IPacketFactory
,
PacketLoader
,
IPacket
and if the encrypted data should be cached.
broadcastPacket(IPacket, boolean)
- Method in class com.captainalm.lib.calmnet.marshal.
NetMarshalServer
Broadcasts a
IPacket
.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes