Package ca.ualberta.cs.poker.free.server

This package contains the code that is specifically associated with the server.

See:
          Description

Class Summary
GenerateCards  
Main  
PAProTCPPlugin  
PlayerAgent  
PokerServer  
RunTournament  
 

Exception Summary
ConversionException  
SyncException  
TimeoutException This exception is a little more general than its name implies: any socket or i/o exception during transfer results in a timeout exception.
 

Package ca.ualberta.cs.poker.free.server Description

This package contains the code that is specifically associated with the server. In particular, the Main class should be run to test and see if the code is working. The PokerServer class is the heart of the server code; its run command handles a full match of poker.

In the future, the code required to run the various tournaments will be placed in this package.