Uses of Class
net.sf.freecol.server.networking.DummyConnection

Packages that use DummyConnection
net.sf.freecol.server.networking Contains the server networking classes. 
 

Uses of DummyConnection in net.sf.freecol.server.networking
 

Methods in net.sf.freecol.server.networking that return DummyConnection
 DummyConnection DummyConnection.getOtherConnection()
          Gets the DummyConnection this object is connected to.
 

Methods in net.sf.freecol.server.networking with parameters of type DummyConnection
 void DummyConnection.setOutgoingMessageHandler(DummyConnection c)
          Sets the outgoing MessageHandler for this Connection.