Package org.redisson.tomcat
Class AttributeMessage
java.lang.Object
org.redisson.tomcat.AttributeMessage
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AttributeRemoveMessage
,AttributesClearMessage
,AttributesPutAllMessage
,AttributeUpdateMessage
,SessionCreatedMessage
,SessionDestroyedMessage
- Author:
- Nikita Koksharov
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]
toByteArray
(Encoder encoder, Object value) protected Object
-
Constructor Details
-
AttributeMessage
public AttributeMessage() -
AttributeMessage
-
-
Method Details
-
getSessionId
-
getNodeId
-
toByteArray
- Throws:
IOException
-
toObject
protected Object toObject(Decoder<?> decoder, byte[] value) throws IOException, ClassNotFoundException - Throws:
IOException
ClassNotFoundException
-