|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalHostException | |
---|---|
com.camelspotting.jotl.parsing | |
com.camelspotting.jotl.udp |
Uses of IllegalHostException in com.camelspotting.jotl.parsing |
---|
Methods in com.camelspotting.jotl.parsing that throw IllegalHostException | |
---|---|
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 IllegalHostException in com.camelspotting.jotl.udp |
---|
Constructors in com.camelspotting.jotl.udp that throw IllegalHostException | |
---|---|
UDPGameQuerier(String host,
int fromPort,
int destPort)
Main constructor for class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |