public interface CouchCommand extends Command
Modifier and Type | Field and Description |
---|---|
static int |
HTTP_ACCEPTED
202 Accepted
|
static int |
HTTP_BAD_REQUEST
400 Bad Request
|
static int |
HTTP_CREATED
201 Created
|
static int |
HTTP_EXPECTATION_FAILED
417 Expectation FaileD
|
static int |
HTTP_NO_CONTENT
204 No Content
|
static int |
HTTP_NOT_FOUND
404 Not Found
|
static int |
HTTP_NOT_MODIFIED
304 Not Modified
|
static int |
HTTP_OK
200 OK
|
static int |
HTTP_RESET_CONTENT
205 Reset Content
|
Modifier and Type | Method and Description |
---|---|
HttpMethod |
asDelete() |
HttpMethod |
asGet() |
HttpMethod |
asHead() |
HttpMethod |
asPost() |
HttpMethod |
asPut() |
String |
getBody() |
static final int HTTP_OK
static final int HTTP_CREATED
static final int HTTP_ACCEPTED
static final int HTTP_NO_CONTENT
static final int HTTP_RESET_CONTENT
static final int HTTP_NOT_MODIFIED
static final int HTTP_NOT_FOUND
static final int HTTP_BAD_REQUEST
static final int HTTP_EXPECTATION_FAILED
HttpMethod asPut()
HttpMethod asPost()
HttpMethod asDelete()
HttpMethod asGet()
HttpMethod asHead()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.