Uses of Enum
io.vertx.ext.web.AllowForwardHeaders
Packages that use AllowForwardHeaders
-
Uses of AllowForwardHeaders in io.vertx.ext.web
Subclasses with type arguments of type AllowForwardHeaders in io.vertx.ext.webModifier and TypeClassDescriptionenumWhat kind of forward header parsing are we allowing.Methods in io.vertx.ext.web that return AllowForwardHeadersModifier and TypeMethodDescriptionstatic AllowForwardHeadersReturns 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 AllowForwardHeadersModifier and TypeMethodDescriptionRouter.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 AllowForwardHeadersModifier and TypeMethodDescriptionRouter.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 AllowForwardHeadersModifier and TypeMethodDescriptionRouter.allowForward(AllowForwardHeaders allowForwardHeaders) Set whether the router should parse "forwarded"-type headers