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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]toByteArray(org.redisson.client.protocol.Encoder encoder, Object value) protected ObjecttoObject(org.redisson.client.protocol.Decoder<?> decoder, byte[] value)
-
Constructor Details
-
AttributeMessage
public AttributeMessage() -
AttributeMessage
-
-
Method Details
-
getSessionId
-
getNodeId
-
toByteArray
protected byte[] toByteArray(org.redisson.client.protocol.Encoder encoder, Object value) throws IOException - Throws:
IOException
-
toObject
protected Object toObject(org.redisson.client.protocol.Decoder<?> decoder, byte[] value) throws IOException, ClassNotFoundException - Throws:
IOExceptionClassNotFoundException
-