public class WebsocketSessionClusterSerializedRestore extends Object implements Externalizable
| Modifier and Type | Field and Description | 
|---|---|
| static String | WEBSOCKET_SESSION_SERIALIZED_RESTORE | 
| Constructor and Description | 
|---|
| WebsocketSessionClusterSerializedRestore() | 
| WebsocketSessionClusterSerializedRestore(String channelToken) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChannelToken() | 
| boolean | isDeserialized() | 
| void | readExternal(ObjectInput in) | 
| void | setChannelToken(String channelToken) | 
| void | writeExternal(ObjectOutput out) | 
public static final String WEBSOCKET_SESSION_SERIALIZED_RESTORE
public WebsocketSessionClusterSerializedRestore()
public WebsocketSessionClusterSerializedRestore(String channelToken)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic String getChannelToken()
public void setChannelToken(String channelToken)
public boolean isDeserialized()
Copyright © 2022 The Apache Software Foundation. All rights reserved.