|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RestResponse
Method Summary | |
---|---|
byte[] |
content()
Returns the actual content. |
int |
contentLength()
The content length. |
boolean |
contentThreadSafe()
Can the content byte[] be used only with this thread (false), or by any thread (true). |
java.lang.String |
contentType()
|
byte[] |
prefixContent()
|
int |
prefixContentLength()
|
RestStatus |
status()
|
byte[] |
suffixContent()
|
int |
suffixContentLength()
|
Method Detail |
---|
boolean contentThreadSafe()
java.lang.String contentType()
byte[] content() throws java.io.IOException
contentLength()
in order to know the
content length of the byte array.
java.io.IOException
int contentLength() throws java.io.IOException
java.io.IOException
byte[] prefixContent()
int prefixContentLength()
byte[] suffixContent()
int suffixContentLength()
RestStatus status()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |