Uses of Class
io.helidon.webserver.ProxyProtocolConfig.Builder
Packages that use ProxyProtocolConfig.Builder
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ProxyProtocolConfig.Builder in io.helidon.webserver
Subclasses with type arguments of type ProxyProtocolConfig.Builder in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type ProxyProtocolConfig.BuilderMethods in io.helidon.webserver that return ProxyProtocolConfig.BuilderModifier and TypeMethodDescriptionstatic ProxyProtocolConfig.BuilderProxyProtocolConfig.builder()Create a new fluent API builder to customize configuration.static ProxyProtocolConfig.BuilderProxyProtocolConfig.builder(ProxyProtocolConfig instance) Create a new fluent API builder from an existing instance.Method parameters in io.helidon.webserver with type arguments of type ProxyProtocolConfig.BuilderModifier and TypeMethodDescriptionListenerConfig.BuilderBase.proxyProtocol(Consumer<ProxyProtocolConfig.Builder> consumer) PROXY protocol configuration.