public abstract class AbstractTextCommand extends Object implements TextCommand
| Modifier and Type | Field and Description | 
|---|---|
| protected TextCommandConstants.TextCommandType | type | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractTextCommand(TextCommandConstants.TextCommandType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| TextChannelInboundHandler | getReadHandler() | 
| long | getRequestId() | 
| TextCommandConstants.TextCommandType | getType() | 
| TextChannelOutboundHandler | getWriteHandler() | 
| void | init(TextChannelInboundHandler textReadHandler,
    long requestId) | 
| boolean | isUrgent()Checks if this Frame is urgent. | 
| boolean | shouldReply() | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadFrom, writeToprotected final TextCommandConstants.TextCommandType type
protected AbstractTextCommand(TextCommandConstants.TextCommandType type)
public TextCommandConstants.TextCommandType getType()
getType in interface TextCommandpublic TextChannelInboundHandler getReadHandler()
getReadHandler in interface TextCommandpublic TextChannelOutboundHandler getWriteHandler()
getWriteHandler in interface TextCommandpublic long getRequestId()
getRequestId in interface TextCommandpublic void init(TextChannelInboundHandler textReadHandler, long requestId)
init in interface TextCommandpublic boolean isUrgent()
OutboundFrameisUrgent in interface OutboundFramepublic boolean shouldReply()
shouldReply in interface TextCommandCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.