Class SetAttributeHandler

java.lang.Object
io.undertow.server.handlers.SetAttributeHandler
All Implemented Interfaces:
HttpHandler

public class SetAttributeHandler extends Object implements HttpHandler
Handler that can set an arbitrary attribute on the exchange. Both the attribute and the value to set are expressed as exchange attributes.
Author:
Stuart Douglas