|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.rest.AbstractRestResponse
org.elasticsearch.rest.Utf8RestResponse
org.elasticsearch.rest.StringRestResponse
public class StringRestResponse
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.elasticsearch.rest.RestResponse |
---|
RestResponse.Status |
Field Summary |
---|
Fields inherited from class org.elasticsearch.rest.Utf8RestResponse |
---|
EMPTY |
Constructor Summary | |
---|---|
StringRestResponse(RestResponse.Status status)
|
|
StringRestResponse(RestResponse.Status status,
java.lang.String content)
|
Method Summary |
---|
Methods inherited from class org.elasticsearch.rest.Utf8RestResponse |
---|
content, contentLength, contentThreadSafe, contentType, prefixContent, prefixContentLength, status, suffixContent, suffixContentLength |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringRestResponse(RestResponse.Status status)
public StringRestResponse(RestResponse.Status status, java.lang.String content)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |