Uses of Interface
io.quarkus.vertx.http.runtime.TrustedProxyCheck
Packages that use TrustedProxyCheck
-
Uses of TrustedProxyCheck in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return TrustedProxyCheckModifier and TypeMethodDescriptionstatic TrustedProxyCheckTrustedProxyCheck.allowAll()(package private) TrustedProxyCheckTrustedProxyCheck.TrustedProxyCheckBuilder.build(InetAddress proxyIP, int proxyPort) (package private) TrustedProxyCheckTrustedProxyCheck.TrustedProxyCheckBuilder.build(Collection<InetAddress> proxyIPs, int proxyPort) static TrustedProxyCheckTrustedProxyCheck.denyAll()Constructors in io.quarkus.vertx.http.runtime with parameters of type TrustedProxyCheckModifierConstructorDescription(package private)ForwardedParser(io.vertx.core.http.HttpServerRequest delegate, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck) ForwardedServerRequestWrapper(io.vertx.core.http.HttpServerRequest request, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)