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