public class SetAttributeHandler extends Object implements HttpHandler
Constructor and Description |
---|
SetAttributeHandler(HttpHandler next, ExchangeAttribute attribute, ExchangeAttribute value) |
SetAttributeHandler(HttpHandler next, String attribute, String value) |
SetAttributeHandler(HttpHandler next, String attribute, String value, ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void | handleRequest(HttpServerExchange exchange) Handle the request. |
public SetAttributeHandler(HttpHandler next, ExchangeAttribute attribute, ExchangeAttribute value)
public SetAttributeHandler(HttpHandler next, String attribute, String value)
public SetAttributeHandler(HttpHandler next, String attribute, String value, ClassLoader classLoader)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandler
handleRequest
in interface HttpHandler
exchange
- the HTTP request/response exchangeException
Copyright © 2015 JBoss by Red Hat. All rights reserved.