Uses of Interface
io.quarkus.vertx.http.runtime.ProxyConfig
Packages that use ProxyConfig
Package
Description
-
Uses of ProxyConfig in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return ProxyConfigModifier and TypeMethodDescriptionVertxHttpConfig.proxy()Proxy.ForwardingProxyHandlerFactory.proxyConfig()Returns the value of theproxyConfigrecord component.Methods in io.quarkus.vertx.http.runtime with parameters of type ProxyConfigModifier and TypeMethodDescription(package private) static ForwardingProxyOptionsForwardingProxyOptions.from(ProxyConfig proxyConfig) Constructors in io.quarkus.vertx.http.runtime with parameters of type ProxyConfigModifierConstructorDescriptionForwardingProxyHandlerFactory(ProxyConfig proxyConfig, io.vertx.core.http.ClientAuth clientAuth, Optional<String> tlsConfigName, Supplier<io.vertx.core.Vertx> vertx, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> root, String configPrefix) ForwardingProxyHandlerFactory(ProxyConfig proxyConfig, io.vertx.core.http.ClientAuth clientAuth, Optional<String> tlsConfigName, Supplier<io.vertx.core.Vertx> vertx, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> root, String configPrefix, boolean allowForwarded, boolean allowXForwarded, boolean hasClientAuthTrustCheck, boolean hasHostTrustCheck) Creates an instance of aForwardingProxyHandlerFactoryrecord class. -
Uses of ProxyConfig in io.quarkus.vertx.http.runtime.management
Methods in io.quarkus.vertx.http.runtime.management that return ProxyConfigModifier and TypeMethodDescriptionManagementConfig.proxy()Holds configuration related with proxy addressing forward. -
Uses of ProxyConfig in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type ProxyConfigModifier and TypeMethodDescriptionstatic io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> HttpServerCommonHandlers.applyProxy(ProxyConfig proxyConfig, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> root, Supplier<io.vertx.core.Vertx> vertx, io.vertx.core.http.ClientAuth clientAuth, Optional<String> tlsConfigName, String configPrefix)