Uses of Interface
io.helidon.webserver.ProxyProtocolData
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP specific APIs.
-
Uses of ProxyProtocolData in io.helidon.webserver
Modifier and TypeMethodDescriptiondefault Optional
<ProxyProtocolData> ConnectionContext.proxyProtocolData()
Proxy protocol header data. -
Uses of ProxyProtocolData in io.helidon.webserver.http
Modifier and TypeMethodDescriptionServerRequest.proxyProtocolData()
Access proxy protocol data for the connection on which this request was sent.