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

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

Uses of Server in com.camelspotting.jotl
 

Methods in com.camelspotting.jotl that return Server
 Server GameQuerier.getServer()
          Returns server related information.
 

Uses of Server in com.camelspotting.jotl.exceptions
 

Methods in com.camelspotting.jotl.exceptions that return Server
 Server UnreachableHostException.getServer()
           
 Server IllegalHostException.getServer()
           
 

Constructors in com.camelspotting.jotl.exceptions with parameters of type Server
IllegalHostException(Server server, Throwable cause)
           
UnreachableHostException(Server server, Throwable cause)
           
 

Uses of Server in com.camelspotting.jotl.parsing
 

Methods in com.camelspotting.jotl.parsing that return Server
static Server ParseUtil.parseHost(String host, int port)
          This method checks if host is an IP-address via regex and parses it or if not, does a DNS look up on it.
 

Uses of Server in com.camelspotting.jotl.udp
 

Methods in com.camelspotting.jotl.udp that return Server
 Server UDPGameQuerier.getServer()
           
 



Copyright © 2013. All Rights Reserved.