Uses of Interface
io.quarkus.vertx.http.runtime.TrustedProxyCheck
Packages that use TrustedProxyCheck
-
Uses of TrustedProxyCheck in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime declared as TrustedProxyCheckModifier and TypeFieldDescriptionstatic final TrustedProxyCheckTrustedProxyCheck.ALLOW_ALLstatic final TrustedProxyCheckTrustedProxyCheck.DENY_ALLMethods in io.quarkus.vertx.http.runtime that return TrustedProxyCheckModifier and TypeMethodDescription(package private) TrustedProxyCheckTrustedProxyCheck.TrustedProxyCheckBuilder.build(InetAddress proxyIP, int proxyPort) (package private) TrustedProxyCheckTrustedProxyCheck.TrustedProxyCheckBuilder.build(Collection<InetAddress> proxyIPs, int proxyPort) static TrustedProxyCheckTrustedProxyCheck.createTrustedProxyDnCheck(io.vertx.core.http.HttpServerRequest event, List<List<Rdn>> trustedDns) static TrustedProxyCheckTrustedProxyCheck.createTruststoreCheck(io.vertx.core.http.HttpServerRequest event, X509TrustManager trustManager, String alias) Methods in io.quarkus.vertx.http.runtime with parameters of type TrustedProxyCheckModifier and TypeMethodDescriptionstatic voidForwardedServerRequestWrapper.handleOrReject(io.vertx.core.http.HttpServerRequest event, ForwardingProxyOptions options, TrustedProxyCheck proxyCheck, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> delegate) Constructors in io.quarkus.vertx.http.runtime with parameters of type TrustedProxyCheckModifierConstructorDescription(package private)ForwardedParser(io.vertx.core.http.impl.HttpServerRequestInternal delegate, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck) (package private)ForwardedServerRequestWrapper(io.vertx.core.http.HttpServerRequest request, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)