Class UrlParsingUtils.HostPort
java.lang.Object
io.opentelemetry.instrumentation.jdbc.internal.parser.UrlParsingUtils.HostPort
- Enclosing class:
UrlParsingUtils
Result of parsing a server string into host and port components.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
-
Method Details
-
host
The host, with IPv6 addresses bracketed. -
port
The port, or null if not specified. -
ipv6Address
The raw IPv6 address match (without brackets), or null if not IPv6.
-