|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHTTPResponseMessage
A HTTP response message.
Field Summary | |
---|---|
static byte[] |
EMPTY_BODY
|
Fields inherited from interface org.eclipse.actf.util.httpproxy.core.IHTTPMessage |
---|
CR, DEFAULT_INITIAL_BUFFER_SIZE, HT, INIT_NUM_HEADERS, LF, SP |
Method Summary | |
---|---|
byte[] |
getReasonPhraseAsBytes()
Gets the reason phrase of this response message. |
String |
getReasonPhraseAsString()
Gets the reason phrase of this response message. |
byte[] |
getStatusCodeAsBytes()
Gets the status code of this response message. |
String |
getStatusCodeAsString()
Gets the status code of this response message. |
Methods inherited from interface org.eclipse.actf.util.httpproxy.core.IHTTPMessage |
---|
addTrailingHeader, getHeader, getHeaderAsBytes, getHeaders, getHTTPVersionAsBytes, getHTTPVersionAsString, getMessageBody, getSerial, getTid, isChunkedEncoding, isConnectionToBeClosed, isHTTPVersion1_1, removeHeader, setChunkedEncoding, setConnectionHeader, setHeader, setTid, write, writeBody |
Field Detail |
---|
static final byte[] EMPTY_BODY
Method Detail |
---|
String getStatusCodeAsString()
byte[] getStatusCodeAsBytes()
String getReasonPhraseAsString()
byte[] getReasonPhraseAsBytes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |