Package io.undertow.servlet.attribute
Class ServletRequestedSessionIdValidAttribute
- java.lang.Object
-
- io.undertow.servlet.attribute.ServletRequestedSessionIdValidAttribute
-
- All Implemented Interfaces:
ExchangeAttribute
public class ServletRequestedSessionIdValidAttribute extends Object implements ExchangeAttribute
The request session ID- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServletRequestedSessionIdValidAttribute.Builder
-
Field Summary
Fields Modifier and Type Field Description static ServletRequestedSessionIdValidAttributeINSTANCEstatic StringREQUESTED_SESSION_ID_VALID
-
Constructor Summary
Constructors Constructor Description ServletRequestedSessionIdValidAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringreadAttribute(HttpServerExchange exchange)StringtoString()voidwriteAttribute(HttpServerExchange exchange, String newValue)
-
-
-
Field Detail
-
REQUESTED_SESSION_ID_VALID
public static final String REQUESTED_SESSION_ID_VALID
- See Also:
- Constant Field Values
-
INSTANCE
public static final ServletRequestedSessionIdValidAttribute INSTANCE
-
-
Method Detail
-
readAttribute
public String readAttribute(HttpServerExchange exchange)
- Specified by:
readAttributein interfaceExchangeAttribute
-
writeAttribute
public void writeAttribute(HttpServerExchange exchange, String newValue) throws ReadOnlyAttributeException
- Specified by:
writeAttributein interfaceExchangeAttribute- Throws:
ReadOnlyAttributeException
-
-