Package io.quarkus.vertx.http.runtime
Class ForwardedParser
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.ForwardedParser
-
class ForwardedParser extends Object
-
-
Constructor Summary
Constructors Constructor Description ForwardedParser(io.vertx.core.http.HttpServerRequest delegate, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) StringabsoluteURI()(package private) Stringhost()(package private) booleanisSSL()(package private) io.vertx.core.net.SocketAddressremoteAddress()Stringscheme()(package private) Stringuri()
-
-
-
Constructor Detail
-
ForwardedParser
ForwardedParser(io.vertx.core.http.HttpServerRequest delegate, ForwardingProxyOptions forwardingProxyOptions, TrustedProxyCheck trustedProxyCheck)
-
-