Uses of Class
io.quarkus.vertx.http.runtime.TrustedProxyCheck.TrustedProxyCheckBuilder
Packages that use TrustedProxyCheck.TrustedProxyCheckBuilder
-
Uses of TrustedProxyCheck.TrustedProxyCheckBuilder in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return TrustedProxyCheck.TrustedProxyCheckBuilderModifier and TypeMethodDescription(package private) static TrustedProxyCheck.TrustedProxyCheckBuilderTrustedProxyCheck.TrustedProxyCheckBuilder.builder(List<TrustedProxyCheck.TrustedProxyCheckPart> parts) (package private) TrustedProxyCheck.TrustedProxyCheckBuilderTrustedProxyCheck.TrustedProxyCheckBuilder.withTrustedIP(Collection<InetAddress> trustedIP, int trustedPort) Constructors in io.quarkus.vertx.http.runtime with parameters of type TrustedProxyCheck.TrustedProxyCheckBuilderModifierConstructorDescriptionForwardedProxyHandler(TrustedProxyCheck.TrustedProxyCheckBuilder proxyCheckBuilder, Supplier<io.vertx.core.Vertx> vertx, io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest> delegate, ForwardingProxyOptions forwardingProxyOptions)