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


Method Summary
 long getRequestId()
           
 SocketTextReader getSocketTextReader()
           
 SocketTextWriter getSocketTextWriter()
           
 TextCommandConstants.TextCommandType getType()
           
 void init(SocketTextReader socketTextReader, long requestId)
           
 boolean shouldReply()
           
 
Methods inherited from interface com.hazelcast.nio.SocketWritable
isUrgent, writeTo
 
Methods inherited from interface com.hazelcast.nio.SocketReadable
readFrom
 

Method Detail

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.