Package org.apache.myfaces.push
Class WebsocketSessionClusterSerializedRestore
java.lang.Object
org.apache.myfaces.push.WebsocketSessionClusterSerializedRestore
- All Implemented Interfaces:
- Externalizable,- Serializable
This class ensures the Session instance is properly registered into WebsocketApplicationSessionHolder in case
 of serialization/deserialization roundtrip.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
WEBSOCKET_SESSION_SERIALIZED_RESTORE- See Also:
 
 
- 
- 
Constructor Details- 
WebsocketSessionClusterSerializedRestorepublic WebsocketSessionClusterSerializedRestore()
- 
WebsocketSessionClusterSerializedRestore
 
- 
- 
Method Details- 
writeExternal- Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
- 
readExternal- Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
- 
getChannelToken
- 
setChannelToken
- 
isDeserializedpublic boolean isDeserialized()
 
-