Uses of Class
io.vertx.ext.web.AllowForwardHeaders
-
Packages that use AllowForwardHeaders Package Description io.vertx.ext.web io.vertx.reactivex.ext.web io.vertx.rxjava3.ext.web -
-
Uses of AllowForwardHeaders in io.vertx.ext.web
Methods in io.vertx.ext.web that return AllowForwardHeaders Modifier and Type Method Description static AllowForwardHeaders
AllowForwardHeaders. valueOf(String name)
Returns the enum constant of this type with the specified name.static AllowForwardHeaders[]
AllowForwardHeaders. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.web with parameters of type AllowForwardHeaders Modifier and Type Method Description Router
Router. allowForward(AllowForwardHeaders allowForwardHeaders)
Set whether the router should parse "forwarded"-type headers -
Uses of AllowForwardHeaders in io.vertx.reactivex.ext.web
Methods in io.vertx.reactivex.ext.web with parameters of type AllowForwardHeaders Modifier and Type Method Description Router
Router. allowForward(AllowForwardHeaders allowForwardHeaders)
Set whether the router should parse "forwarded"-type headers -
Uses of AllowForwardHeaders in io.vertx.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web with parameters of type AllowForwardHeaders Modifier and Type Method Description Router
Router. allowForward(AllowForwardHeaders allowForwardHeaders)
Set whether the router should parse "forwarded"-type headers
-