Uses of Interface
jfreerails.network.Connection2Client

Packages that use Connection2Client
jfreerails.network Provides classes for sending moves and commands between the client and server. 
 

Uses of Connection2Client in jfreerails.network
 

Classes in jfreerails.network that implement Connection2Client
 class InetConnection2Client
          Lets the server send messages to a client over the Internet.
 class LocalConnection
          A connection between the a client and server in the same JVM.
 

Fields in jfreerails.network with type parameters of type Connection2Client
private  java.util.HashMap<NameAndPassword,Connection2Client> FreerailsGameServer.acceptedConnections
           
private  java.util.Vector<Connection2Client> EchoGameServer.connections
           
 

Methods in jfreerails.network with parameters of type Connection2Client
 void EchoGameServer.addConnection(Connection2Client connection)
           
 void FreerailsGameServer.addConnection(Connection2Client connection)
           
 void GameServer.addConnection(Connection2Client connection)
           
private  void FreerailsGameServer.send2AllExcept(Connection2Client dontSend2, FreerailsSerializable message)
          Sends the specified message to all connections except the specified one.