Uses of Class
com.camelspotting.jotl.domain.ServerDetails

Packages that use ServerDetails
com.camelspotting.jotl This package contains the main library. 
com.camelspotting.jotl.domain   
com.camelspotting.jotl.udp   
 

Uses of ServerDetails in com.camelspotting.jotl
 

Methods in com.camelspotting.jotl that return ServerDetails
 ServerDetails GameQuerier.getServerDetails()
          Method for accessing server details.
 

Uses of ServerDetails in com.camelspotting.jotl.domain
 

Methods in com.camelspotting.jotl.domain that return ServerDetails
 ServerDetails Game.getServerDetails()
          Getter for the ServerInfo object.
 

Constructors in com.camelspotting.jotl.domain with parameters of type ServerDetails
Game(ServerDetails serverDetails, ClientsDetails clientDetails)
          This internal constructor is for creating these archive objects.
 

Uses of ServerDetails in com.camelspotting.jotl.udp
 

Methods in com.camelspotting.jotl.udp that return ServerDetails
 ServerDetails UDPGameQuerier.getServerDetails()
           
static ServerDetails UDPPacketParser.parseServerDetails(byte[] data)
          Based on OpenTTD source code: Source file: src/network/core/udp.cpp Packet sending code: SendNetworkGameInfo Packet parsing code: ReceiveNetworkGameInfo
 



Copyright © 2013. All Rights Reserved.