Uses of Enum Class
io.helidon.webserver.ProxyProtocolV2Data.Command
Packages that use ProxyProtocolV2Data.Command
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ProxyProtocolV2Data.Command in io.helidon.webserver
Methods in io.helidon.webserver that return ProxyProtocolV2Data.CommandModifier and TypeMethodDescriptionProxyProtocolV2Data.command()The command kind, indicating whether the connection was established on purpose by the proxy without being relayed (LOCAL) or on behalf of another relayed node (PROXY).static ProxyProtocolV2Data.CommandReturns the enum constant of this class with the specified name.static ProxyProtocolV2Data.Command[]ProxyProtocolV2Data.Command.values()Returns an array containing the constants of this enum class, in the order they are declared.