|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.radekzitek.userver.http.HttpMessage
com.radekzitek.userver.http.HttpResponseMessage
Field Summary |
Fields inherited from class com.radekzitek.userver.http.HttpMessage |
body, headers, startLine, trailers |
Constructor Summary | |
HttpResponseMessage()
|
Method Summary | |
HttpResponseLine |
getResponseLine()
Retrieves the response line. |
void |
setResponseLine(HttpResponseLine responseLine)
Sets the response line. |
Methods inherited from class com.radekzitek.userver.http.HttpMessage |
clear, getBody, getBodyLength, getHeader, getHeaders, getTrailer, getTrailers, isBodyless, isChunked, isHeadResponse, putHeader, putTrailer, setBody, setHeaders, setHeadResponse, setTrailers, shouldClose, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public HttpResponseMessage()
Method Detail |
public HttpResponseLine getResponseLine()
public void setResponseLine(HttpResponseLine responseLine)
responseLine
- the response line to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |