Uses of Interface
io.quarkus.vertx.http.runtime.TrustedProxyCheck
-
Packages that use TrustedProxyCheck Package Description io.quarkus.vertx.http.runtime -
-
Uses of TrustedProxyCheck in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return TrustedProxyCheck Modifier and Type Method Description static TrustedProxyCheckTrustedProxyCheck. allowAll()(package private) TrustedProxyCheckTrustedProxyCheck.TrustedProxyCheckBuilder. build(InetAddress proxyIP, int proxyPort)static TrustedProxyCheckTrustedProxyCheck. denyAll()Constructors in io.quarkus.vertx.http.runtime with parameters of type TrustedProxyCheck Constructor Description ForwardedParser(io.vertx.core.http.HttpServerRequest delegate, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)ForwardedServerRequestWrapper(io.vertx.core.http.HttpServerRequest request, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)
-