com.hazelcast.internal.ascii
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 |
---|---|
long |
getRequestId() |
SocketTextReader |
getSocketTextReader() |
SocketTextWriter |
getSocketTextWriter() |
TextCommandConstants.TextCommandType |
getType() |
void |
init(SocketTextReader socketTextReader,
long requestId) |
boolean |
isUrgent()
Checks if this SocketWritable is urgent.
|
boolean |
shouldReply() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
writeTo
readFrom
protected final TextCommandConstants.TextCommandType type
protected AbstractTextCommand(TextCommandConstants.TextCommandType type)
public TextCommandConstants.TextCommandType getType()
getType
in interface TextCommand
public SocketTextReader getSocketTextReader()
getSocketTextReader
in interface TextCommand
public SocketTextWriter getSocketTextWriter()
getSocketTextWriter
in interface TextCommand
public long getRequestId()
getRequestId
in interface TextCommand
public void init(SocketTextReader socketTextReader, long requestId)
init
in interface TextCommand
public boolean isUrgent()
SocketWritable
isUrgent
in interface SocketWritable
public boolean shouldReply()
shouldReply
in interface TextCommand
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.