com.hazelcast.internal.ascii
public interface TextCommand extends SocketWritable, SocketReadable
Modifier and Type | Method and Description |
---|---|
long |
getRequestId() |
SocketTextReader |
getSocketTextReader() |
SocketTextWriter |
getSocketTextWriter() |
TextCommandConstants.TextCommandType |
getType() |
void |
init(SocketTextReader socketTextReader,
long requestId) |
boolean |
shouldReply() |
isUrgent, writeTo
readFrom
TextCommandConstants.TextCommandType getType()
void init(SocketTextReader socketTextReader, long requestId)
SocketTextReader getSocketTextReader()
SocketTextWriter getSocketTextWriter()
long getRequestId()
boolean shouldReply()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.