Uses of Interface
io.helidon.webserver.ProxyProtocolConfig
Packages that use ProxyProtocolConfig
Package
Description
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of ProxyProtocolConfig in io.helidon.webserver
Classes in io.helidon.webserver with type parameters of type ProxyProtocolConfigModifier and TypeClassDescriptionstatic classProxyProtocolConfig.BuilderBase<BUILDER extends ProxyProtocolConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ProxyProtocolConfig>Fluent API builder base forProxyProtocolConfig.Classes in io.helidon.webserver that implement ProxyProtocolConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type ProxyProtocolConfig in io.helidon.webserverClasses in io.helidon.webserver that implement interfaces with type arguments of type ProxyProtocolConfigMethods in io.helidon.webserver that return ProxyProtocolConfigModifier and TypeMethodDescriptionProxyProtocolConfig.Builder.build()Create an instance from this builder.ProxyProtocolConfig.Builder.buildPrototype()Create an instance of the prototype.static ProxyProtocolConfigProxyProtocolConfig.create()Create a new instance with default values.static ProxyProtocolConfigCreate a new instance from configuration.Methods in io.helidon.webserver that return types with arguments of type ProxyProtocolConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.proxyProtocol()ListenerConfig.BuilderBase.proxyProtocol()PROXY protocol configuration.default Optional<ProxyProtocolConfig> ListenerConfig.proxyProtocol()PROXY protocol configuration.Methods in io.helidon.webserver with parameters of type ProxyProtocolConfigModifier and TypeMethodDescriptionstatic ProxyProtocolConfig.BuilderProxyProtocolConfig.builder(ProxyProtocolConfig instance) Create a new fluent API builder from an existing instance.ProxyProtocolConfig.BuilderBase.from(ProxyProtocolConfig prototype) Update this builder from an existing prototype instance.ListenerConfig.BuilderBase.proxyProtocol(ProxyProtocolConfig proxyProtocol) PROXY protocol configuration.Method parameters in io.helidon.webserver with type arguments of type ProxyProtocolConfigModifier and TypeMethodDescriptionListenerConfig.BuilderBase.proxyProtocol(Supplier<? extends ProxyProtocolConfig> supplier) PROXY protocol configuration.