com.hazelcast.ascii.rest
Class HttpPostCommand
java.lang.Object
com.hazelcast.ascii.AbstractTextCommand
com.hazelcast.ascii.rest.HttpCommand
com.hazelcast.ascii.rest.HttpPostCommand
- All Implemented Interfaces:
- TextCommand, SocketReadable, SocketWritable
public class HttpPostCommand
- extends HttpCommand
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 |
HttpPostCommand
public HttpPostCommand(SocketTextReader socketTextRequestReader,
String uri)
readFrom
public boolean readFrom(ByteBuffer cb)
- POST /path HTTP/1.0
User-Agent: HTTPTool/1.0
Content-TextCommandType: application/x-www-form-urlencoded
Content-Length: 45
byte[45]
- Parameters:
cb
-
- Returns:
getData
public byte[] getData()
getContentType
public byte[] getContentType()
doActualRead
public boolean doActualRead(ByteBuffer cb)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.