com.radekzitek.userver.http
Class HttpResponseMessage

java.lang.Object
  extended bycom.radekzitek.userver.http.HttpMessage
      extended bycom.radekzitek.userver.http.HttpResponseMessage

public class HttpResponseMessage
extends HttpMessage

Author:
rzitek

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

HttpResponseMessage

public HttpResponseMessage()
Method Detail

getResponseLine

public HttpResponseLine getResponseLine()
Retrieves the response line.

Returns:
the response line

setResponseLine

public void setResponseLine(HttpResponseLine responseLine)
Sets the response line.

Parameters:
responseLine - the response line to set