Package io.quarkus.vertx.http.runtime
Class TrustedProxyCheck.TrustedProxyCheckPart
java.lang.Object
io.quarkus.vertx.http.runtime.TrustedProxyCheck.TrustedProxyCheckPart
- Enclosing interface:
TrustedProxyCheck
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String(package private) final int(package private) final BiPredicate<InetAddress, Integer> -
Constructor Summary
ConstructorsConstructorDescriptionTrustedProxyCheckPart(String hostName, int port) TrustedProxyCheckPart(BiPredicate<InetAddress, Integer> proxyCheck) -
Method Summary
-
Field Details
-
proxyCheck
-
hostName
-
port
final int port
-
-
Constructor Details
-
TrustedProxyCheckPart
TrustedProxyCheckPart(BiPredicate<InetAddress, Integer> proxyCheck) -
TrustedProxyCheckPart
TrustedProxyCheckPart(String hostName, int port)
-