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 |
---|---|
TextDecoder |
getDecoder() |
TextEncoder |
getEncoder() |
int |
getFrameLength()
Returns the frame length.
|
long |
getRequestId() |
TextCommandConstants.TextCommandType |
getType() |
void |
init(TextDecoder decoder,
long requestId) |
boolean |
isUrgent()
Checks if this Frame is urgent.
|
boolean |
shouldReply() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
readFrom, writeTo
protected final TextCommandConstants.TextCommandType type
protected AbstractTextCommand(TextCommandConstants.TextCommandType type)
public int getFrameLength()
OutboundFrame
getFrameLength
in interface OutboundFrame
public TextCommandConstants.TextCommandType getType()
getType
in interface TextCommand
public TextDecoder getDecoder()
getDecoder
in interface TextCommand
public TextEncoder getEncoder()
getEncoder
in interface TextCommand
public long getRequestId()
getRequestId
in interface TextCommand
public void init(TextDecoder decoder, long requestId)
init
in interface TextCommand
public boolean isUrgent()
OutboundFrame
isUrgent
in interface OutboundFrame
public boolean shouldReply()
shouldReply
in interface TextCommand
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.