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 gRPC Support.
Helidon WebServer HTTP specific APIs.
-
Uses of ProxyProtocolData in io.helidon.webserver
Subinterfaces of ProxyProtocolData in io.helidon.webserverModifier and TypeInterfaceDescriptioninterfaceBinary (V2) Proxy protocol data parsed byProxyProtocolHandler.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.grpc
Methods in io.helidon.webserver.grpc that return types with arguments of type ProxyProtocolDataModifier and TypeMethodDescriptionGrpcConnectionContext.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.