Uses of Class
soc.server.genericServer.Server.ConnVersionCounter

Packages that use Server.ConnVersionCounter
soc.server.genericServer   
 

Uses of Server.ConnVersionCounter in soc.server.genericServer
 

Fields in soc.server.genericServer with type parameters of type Server.ConnVersionCounter
private  java.util.TreeMap<java.lang.Integer,Server.ConnVersionCounter> Server.cliVersionsConnected
          Versions of currently connected clients, according to StringConnection.getVersion().
 

Methods in soc.server.genericServer that return types with arguments of type Server.ConnVersionCounter
private  java.util.TreeMap<java.lang.Integer,Server.ConnVersionCounter> Server.clientVersionBuildMap()
          Build a fresh TreeMap of the client versions connected, to check consistency of Server.cliVersionsConnected.
 

Methods in soc.server.genericServer with parameters of type Server.ConnVersionCounter
 int Server.ConnVersionCounter.compareTo(Server.ConnVersionCounter cvc)
           
 

Method parameters in soc.server.genericServer with type arguments of type Server.ConnVersionCounter
private  boolean Server.clientVersionCheckMap(java.util.TreeMap<java.lang.Integer,Server.ConnVersionCounter> tree2, boolean fullCheck)
          Perform a quick or full consistency-check of Server.cliVersionsConnected.
private  void Server.clientVersionRebuildMap(java.util.TreeMap<java.lang.Integer,Server.ConnVersionCounter> newTree)
          Replace the current client-version map with a consistent new one, and update related fields such as minimum/maximum connected version.