Class HostAddressAndPortExtractor<REQUEST>

java.lang.Object
io.opentelemetry.instrumentation.api.semconv.http.internal.HostAddressAndPortExtractor<REQUEST>
All Implemented Interfaces:
AddressAndPortExtractor<REQUEST>

public final class HostAddressAndPortExtractor<REQUEST> extends Object implements AddressAndPortExtractor<REQUEST>
Extracts server address and port from the HTTP Host header.

This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.