Uses of Class
io.quarkus.vertx.http.runtime.TrustedProxyCheck.TrustedProxyCheckPart
-
Packages that use TrustedProxyCheck.TrustedProxyCheckPart Package Description io.quarkus.vertx.http.runtime -
-
Uses of TrustedProxyCheck.TrustedProxyCheckPart in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type TrustedProxyCheck.TrustedProxyCheckPart Modifier and Type Field Description Optional<List<TrustedProxyCheck.TrustedProxyCheckPart>>ProxyConfig. trustedProxiesConfigure the list of trusted proxy addresses.Methods in io.quarkus.vertx.http.runtime that return TrustedProxyCheck.TrustedProxyCheckPart Modifier and Type Method Description TrustedProxyCheck.TrustedProxyCheckPartTrustedProxyCheckPartConverter. convert(String proxyAddress)Method parameters in io.quarkus.vertx.http.runtime with type arguments of type TrustedProxyCheck.TrustedProxyCheckPart Modifier and Type Method Description (package private) static TrustedProxyCheck.TrustedProxyCheckBuilderTrustedProxyCheck.TrustedProxyCheckBuilder. builder(List<TrustedProxyCheck.TrustedProxyCheckPart> parts)
-