public class ServletRequestLineAttribute extends Object implements io.undertow.attribute.ExchangeAttribute
| Modifier and Type | Class and Description |
|---|---|
static class |
ServletRequestLineAttribute.Builder |
| Modifier and Type | Field and Description |
|---|---|
static io.undertow.attribute.ExchangeAttribute |
INSTANCE |
static String |
REQUEST_LINE |
static String |
REQUEST_LINE_SHORT |
| Modifier and Type | Method and Description |
|---|---|
String |
readAttribute(io.undertow.server.HttpServerExchange exchange) |
void |
writeAttribute(io.undertow.server.HttpServerExchange exchange,
String newValue) |
public static final String REQUEST_LINE_SHORT
public static final String REQUEST_LINE
public static final io.undertow.attribute.ExchangeAttribute INSTANCE
public String readAttribute(io.undertow.server.HttpServerExchange exchange)
readAttribute in interface io.undertow.attribute.ExchangeAttributepublic void writeAttribute(io.undertow.server.HttpServerExchange exchange,
String newValue)
throws io.undertow.attribute.ReadOnlyAttributeException
writeAttribute in interface io.undertow.attribute.ExchangeAttributeio.undertow.attribute.ReadOnlyAttributeExceptionCopyright © 2017. All rights reserved.