Package io.undertow.servlet.attribute
Class ServletRequestedSessionIdValidAttribute
java.lang.Object
io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
- All Implemented Interfaces:
ExchangeAttribute
The request session ID
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServletRequestedSessionIdValidAttributestatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAttribute(HttpServerExchange exchange) voidwriteAttribute(HttpServerExchange exchange, String newValue)
-
Field Details
-
REQUESTED_SESSION_ID_VALID
- See Also:
-
INSTANCE
-
-
Constructor Details
-
ServletRequestedSessionIdValidAttribute
public ServletRequestedSessionIdValidAttribute()
-
-
Method Details
-
readAttribute
- Specified by:
readAttributein interfaceExchangeAttribute
-
writeAttribute
public void writeAttribute(HttpServerExchange exchange, String newValue) throws ReadOnlyAttributeException - Specified by:
writeAttributein interfaceExchangeAttribute- Throws:
ReadOnlyAttributeException
-