io.undertow.attribute.ExchangeAttribute
public class ServletSessionIdAttribute
extends java.lang.Object
implements io.undertow.attribute.ExchangeAttribute
Modifier and Type | Class | Description |
---|---|---|
static class |
ServletSessionIdAttribute.Builder |
Modifier and Type | Field | Description |
---|---|---|
static ServletSessionIdAttribute |
INSTANCE |
|
static java.lang.String |
SESSION_ID |
|
static java.lang.String |
SESSION_ID_SHORT |
Constructor | Description |
---|---|
ServletSessionIdAttribute() |
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 SESSION_ID_SHORT
public static final java.lang.String SESSION_ID
public static final ServletSessionIdAttribute INSTANCE
public java.lang.String readAttribute(io.undertow.server.HttpServerExchange exchange)
readAttribute
in interface io.undertow.attribute.ExchangeAttribute
public void writeAttribute(io.undertow.server.HttpServerExchange exchange, java.lang.String newValue) throws io.undertow.attribute.ReadOnlyAttributeException
writeAttribute
in interface io.undertow.attribute.ExchangeAttribute
io.undertow.attribute.ReadOnlyAttributeException
Copyright © 2018. All rights reserved.