com.hazelcast.ascii.rest
Class HttpGetCommand

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommand
      extended by com.hazelcast.ascii.rest.HttpCommand
          extended by com.hazelcast.ascii.rest.HttpGetCommand
All Implemented Interfaces:
TextCommand, SocketReadable, SocketWritable

public class HttpGetCommand
extends HttpCommand


Field Summary
 
Fields inherited from class com.hazelcast.ascii.rest.HttpCommand
CONTENT_LENGTH, CONTENT_TYPE, CONTENT_TYPE_BINARY, CONTENT_TYPE_PLAIN_TEXT, HEADER_CHUNKED, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TYPE, HEADER_EXPECT_100, RES_100, RES_200, RES_204, RES_400, RES_403, RES_404, RES_500, RES_503, response, uri
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommand
type
 
Constructor Summary
HttpGetCommand(String uri)
           
 
Method Summary
 boolean readFrom(ByteBuffer cb)
           
 
Methods inherited from class com.hazelcast.ascii.rest.HttpCommand
getURI, send200, send204, send400, setResponse, setResponse, shouldReply, toString, writeTo
 
Methods inherited from class com.hazelcast.ascii.AbstractTextCommand
getRequestId, getSocketTextReader, getSocketTextWriter, getType, init, isUrgent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpGetCommand

public HttpGetCommand(String uri)
Method Detail

readFrom

public boolean readFrom(ByteBuffer cb)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.