Uses of Class
io.undertow.server.handlers.SetAttributeHandler
-
Packages that use SetAttributeHandler Package Description io.undertow -
-
Uses of SetAttributeHandler in io.undertow
Methods in io.undertow that return SetAttributeHandler Modifier and Type Method Description static SetAttributeHandler
Handlers. setAttribute(HttpHandler next, java.lang.String attribute, java.lang.String value, java.lang.ClassLoader classLoader)
Returns an attribute setting handler that can be used to set an arbitrary attribute on the exchange.
-