Enum Class RequestedUriDiscoveryContext.RequestedUriDiscoveryType

java.lang.Object
java.lang.Enum<RequestedUriDiscoveryContext.RequestedUriDiscoveryType>
io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
All Implemented Interfaces:
Serializable, Comparable<RequestedUriDiscoveryContext.RequestedUriDiscoveryType>, Constable
Enclosing interface:
RequestedUriDiscoveryContext

public static enum RequestedUriDiscoveryContext.RequestedUriDiscoveryType extends Enum<RequestedUriDiscoveryContext.RequestedUriDiscoveryType>
Types of discovery of frontend URI. Defaults to HOST when frontend URI discovery is disabled (uses only Host header and information about current request to determine scheme, host, port, and path). Defaults to FORWARDED when discovery is enabled. Can be explicitly configured on socket configuration builder.