Package io.quarkus.vertx.http.runtime
Class ForwardedParser.Forwarded
java.lang.Object
io.quarkus.vertx.http.runtime.ForwardedParser.Forwarded
- All Implemented Interfaces:
ForwardedInfo
- Enclosing class:
ForwardedParser
-
Field Summary
Fields inherited from interface io.quarkus.vertx.http.runtime.ForwardedInfo
CONTEXT_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getPort()booleanvoidvoidvoidvoidsetRemoteHost(String host) voidsetRemotePort(Integer port) void
-
Constructor Details
-
Forwarded
Forwarded()
-
-
Method Details
-
setScheme
-
setHost
-
setPort
-
setRemoteHost
-
setRemotePort
-
setPrefix
-
modifiedPropertiesMatch
-
getScheme
- Specified by:
getSchemein interfaceForwardedInfo
-
getHost
- Specified by:
getHostin interfaceForwardedInfo
-
getPort
- Specified by:
getPortin interfaceForwardedInfo
-
getRemoteHost
- Specified by:
getRemoteHostin interfaceForwardedInfo
-
getRemotePort
- Specified by:
getRemotePortin interfaceForwardedInfo
-
getPrefix
- Specified by:
getPrefixin interfaceForwardedInfo
-