Serialized Form
-
Package dev.mccue.guava.net
-
Class dev.mccue.guava.net.HostAndPort
class HostAndPort extends Object implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
hasBracketlessColons
boolean hasBracketlessColons
True if the parsed host has colons, but no surrounding brackets. -
host
String host
Hostname, IPv4/IPv6 literal, or unvalidated nonsense. -
port
int port
Validated port number in the range [0..65535], or NO_PORT
-
-