- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for withDefaultPort (1.18 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava/src/com/google/common/net/HostAndPort.java
/** * An immutable representation of a host and port. * * <p>Example usage: * * {@snippet : * HostAndPort hp = * HostAndPort.fromString("[2001:db8::1]") * .withDefaultPort(80) * .requireBracketsForIPv6(); * hp.getHost(); // returns "2001:db8::1" * hp.getPort(); // returns 80 * hp.toString(); // returns "[2001:db8::1]:80" * } *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Feb 23 19:19:10 GMT 2026 - 11.1K bytes - Click Count (0)