public class ResponseHeaderAttribute extends Object implements ExchangeAttribute
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseHeaderAttribute.Builder |
| Constructor and Description |
|---|
ResponseHeaderAttribute(HttpString responseHeader) |
| Modifier and Type | Method and Description |
|---|---|
String |
readAttribute(HttpServerExchange exchange)
Resolve the attribute from the HTTP server exchange.
|
void |
writeAttribute(HttpServerExchange exchange,
String newValue) |
public ResponseHeaderAttribute(HttpString responseHeader)
public String readAttribute(HttpServerExchange exchange)
ExchangeAttributereadAttribute in interface ExchangeAttributeexchange - The exchangepublic void writeAttribute(HttpServerExchange exchange, String newValue) throws ReadOnlyAttributeException
writeAttribute in interface ExchangeAttributeReadOnlyAttributeExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.