Uses of Class
com.camelspotting.jotl.exceptions.JOTLException

Packages that use JOTLException
com.camelspotting.jotl This package contains the main library. 
com.camelspotting.jotl.exceptions   
com.camelspotting.jotl.udp   
 

Uses of JOTLException in com.camelspotting.jotl
 

Methods in com.camelspotting.jotl that throw JOTLException
 Game GameQuerier.getAllInformation()
          Method for getting all available information
 ClientsDetails GameQuerier.getClientsDetails()
          Method for accessing details on the connected clients.
 ServerDetails GameQuerier.getServerDetails()
          Method for accessing server details.
 void ServerMonitor.update()
          This method is public so that any API-user might update manually. also for the automatic update process.
 

Constructors in com.camelspotting.jotl that throw JOTLException
ServerMonitor(GameQuerier gameQuerier, int updateInterval, boolean updateNow, OpenTTDListener... otls)
          Main constructor for creating the server handler.
 

Uses of JOTLException in com.camelspotting.jotl.exceptions
 

Subclasses of JOTLException in com.camelspotting.jotl.exceptions
 class IllegalHostException
           
 class UnreachableHostException
           
 

Uses of JOTLException in com.camelspotting.jotl.udp
 

Methods in com.camelspotting.jotl.udp that throw JOTLException
 Game UDPGameQuerier.getAllInformation()
           
 ClientsDetails UDPGameQuerier.getClientsDetails()
           
 ServerDetails UDPGameQuerier.getServerDetails()
           
static ClientsDetails UDPPacketParser.parseClientsDetails(byte[] data)
          Based on OpenTTD source code: Source file: src/network/core/network_udp.cpp Packet sending code: Receive_CLIENT_DETAIL_INFO Packet parsing code: ?
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.