Uses of Interface
io.helidon.webserver.ProxyProtocolData
Packages that use 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
Methods in io.helidon.webserver that return types with arguments of type ProxyProtocolDataModifier and TypeMethodDescriptiondefault Optional
<ProxyProtocolData> ConnectionContext.proxyProtocolData()
Proxy protocol header data. -
Uses of ProxyProtocolData in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return types with arguments of type ProxyProtocolDataModifier and TypeMethodDescriptionServerRequest.proxyProtocolData()
Access proxy protocol data for the connection on which this request was sent.