Package eap.freeciv

Interface Summary
PacketListener An interface for objects which can receive packets from a PacketConnection.
 

Class Summary
ArrayField Represents a set of repeated fields in a packet.
BinaryField  
BitField  
BitStringField  
BooleanField  
CityMap  
CityMapField  
Client  
Field Represents a generic field in a packet structure.
Packet Acts as a repository for packet data.
PacketBroker Generates PacketStructure objects, by reading XML configuration files.
PacketConnection Represents a socket connection through which freeciv packets will flow.
PacketDumper  
PacketSource Allows you to read packets from an InputStream.
PacketStructure Describes the way a packet is encoded in a data stream.
PassThrough  
Player  
Server  
SignedIntField  
SimpleField Represents a field with a name and a single value.
StringField  
TechList  
TechListField  
UnsignedIntField  
WorkList This is a special data structure used in the Freeciv packets.
WorkListField