|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.noderunner.http.Response
public class Response
Contains the contents of an HTTP response message.
In RFC 2616 terms, this object represents data found in the
Response
body.
Constructor Summary | |
---|---|
Response(StatusLine statusLine,
MessageHeaders headers)
Constructs a Response object by parts. |
Method Summary | |
---|---|
MessageHeaders |
getHeaders()
|
StatusLine |
getStatusLine()
|
boolean |
isContinue()
Returns true if the response should be continued. |
java.lang.String |
toString()
Returns a debug string showing the response information contained within. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Response(StatusLine statusLine, MessageHeaders headers)
Response
object by parts.
Method Detail |
---|
public StatusLine getStatusLine()
public MessageHeaders getHeaders()
public boolean isContinue()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |