com.hazelcast.ascii
Interface TextCommand
- All Superinterfaces:
- SocketReadable, SocketWritable
- All Known Implementing Classes:
- AbstractTextCommand, DeleteCommand, EndCommand, ErrorCommand, GetCommand, HttpCommand, HttpDeleteCommand, HttpGetCommand, HttpPostCommand, IncrementCommand, NoOpCommand, PartialGetCommand, SetCommand, SimpleCommand, StatsCommand, TouchCommand, VersionCommand
public interface TextCommand
- extends SocketWritable, SocketReadable
getType
TextCommandConstants.TextCommandType getType()
init
void init(SocketTextReader socketTextReader,
long requestId)
getSocketTextReader
SocketTextReader getSocketTextReader()
getSocketTextWriter
SocketTextWriter getSocketTextWriter()
getRequestId
long getRequestId()
shouldReply
boolean shouldReply()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.