Package net.sf.freecol.common.networking

Contains the common networking classes.

See:
          Description

Interface Summary
MessageHandler Handles complete incoming messages.
NetworkConstants Contains the network constants.
StreamedMessageHandler Handles streamed incoming messages.
 

Class Summary
BuildColonyMessage The message sent when the client requests building of a colony.
BuyMessage The message sent when purchasing at an IndianSettlement.
BuyPropositionMessage The message sent when negotiating a purchase at an IndianSettlement.
CashInTreasureTrainMessage The message sent when cashing in a treasure train.
ChatMessage The message that contains a chat string.
ClaimLandMessage The message sent when the client requests claiming land.
CloseTransactionMessage The message sent to initiate a transaction.
Connection A network connection.
DebugForeignColonyMessage The message sent when spying on a settlement.
DeclareIndependenceMessage The message sent when a player declares independence.
DeliverGiftMessage The message sent when delivering a gift to a Settlement.
DiplomacyMessage The message sent when executing a diplomatic trade.
DisembarkMessage The message sent when disembarking.
EmigrateUnitMessage The message sent when a unit is to emigrate.
GetTransactionMessage The message sent to initiate a transaction.
GiveIndependenceMessage The message sent when a player gives independence.
GoodsForSaleMessage The message sent when renaming a FreeColGameObject.
JoinColonyMessage The message sent when the client requests building of a colony.
Message Class for parsing raw message data into an XML-tree and for creating new XML-trees.
NetworkReplyObject Class for storing a network response.
RenameMessage The message sent when renaming a FreeColGameObject.
SellMessage The message sent when selling at an IndianSettlement.
SellPropositionMessage The message sent when negotiating a sale at an IndianSettlement.
SetDestinationMessage The message sent when the client requests setting a unit destination.
SpySettlementMessage The message sent when spying on a settlement.
StatisticsMessage  
UpdateCurrentStopMessage The message sent updating a unit's current stop.
 

Enum Summary
DiplomacyMessage.TradeStatus A type for the agreement status.
 

Exception Summary
NoRouteToServerException Thrown if there is no route to a server.
 

Package net.sf.freecol.common.networking Description

Contains the common networking classes.