public interface TextCommand extends OutboundFrame
| Modifier and Type | Method and Description | 
|---|---|
| TextChannelInboundHandler | getReadHandler() | 
| long | getRequestId() | 
| TextCommandConstants.TextCommandType | getType() | 
| TextChannelOutboundHandler | getWriteHandler() | 
| void | init(TextChannelInboundHandler textReadHandler,
    long requestId) | 
| boolean | readFrom(ByteBuffer src) | 
| boolean | shouldReply() | 
| boolean | writeTo(ByteBuffer dst) | 
isUrgentTextCommandConstants.TextCommandType getType()
void init(TextChannelInboundHandler textReadHandler, long requestId)
TextChannelInboundHandler getReadHandler()
TextChannelOutboundHandler getWriteHandler()
long getRequestId()
boolean shouldReply()
boolean readFrom(ByteBuffer src)
boolean writeTo(ByteBuffer dst)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.