Enum Class SocketConfiguration.RequestedUriDiscoveryType

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

public static enum SocketConfiguration.RequestedUriDiscoveryType extends Enum<SocketConfiguration.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.