Package org.forgerock.openig.websocket
Class WebSocketHandshakeContext
- java.lang.Object
 - 
- org.forgerock.services.context.AbstractContext
 - 
- org.forgerock.openig.websocket.WebSocketHandshakeContext
 
 
 
- 
- All Implemented Interfaces:
 Context
public class WebSocketHandshakeContext extends AbstractContext
Contextsignaling that the associated request is a WebSocket Handshake. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringNAMEContext's name.- 
Fields inherited from class org.forgerock.services.context.AbstractContext
data 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WebSocketHandshakeContext(Context parent)Create an instance of this context. 
- 
Method Summary
- 
Methods inherited from class org.forgerock.services.context.AbstractContext
as, asContext, containsContext, containsContext, get, getContext, getContextName, getId, getParent, getRootId, isRootContext, toJsonValue, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
NAME
public static final String NAME
Context's name.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
WebSocketHandshakeContext
public WebSocketHandshakeContext(Context parent)
Create an instance of this context.- Parameters:
 parent- the parent context.
 
 - 
 
 -