Package io.quarkus.vertx.http.runtime
Class TrustedProxyCheck.TrustedProxyCheckBuilder
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.TrustedProxyCheck.TrustedProxyCheckBuilder
-
- Enclosing interface:
- TrustedProxyCheck
public static final class TrustedProxyCheck.TrustedProxyCheckBuilder extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) TrustedProxyCheckbuild(InetAddress proxyIP, int proxyPort)(package private) static TrustedProxyCheck.TrustedProxyCheckBuilderbuilder(List<TrustedProxyCheck.TrustedProxyCheckPart> parts)Map<String,Integer>getHostNameToPort()(package private) booleanhasHostNames()(package private) booleanhasProxyChecks()(package private) TrustedProxyCheck.TrustedProxyCheckBuilderwithTrustedIP(InetAddress trustedIP, int trustedPort)
-
-
-
Method Detail
-
builder
static TrustedProxyCheck.TrustedProxyCheckBuilder builder(List<TrustedProxyCheck.TrustedProxyCheckPart> parts)
-
withTrustedIP
TrustedProxyCheck.TrustedProxyCheckBuilder withTrustedIP(InetAddress trustedIP, int trustedPort)
-
hasProxyChecks
boolean hasProxyChecks()
-
build
TrustedProxyCheck build(InetAddress proxyIP, int proxyPort)
-
hasHostNames
boolean hasHostNames()
-
-