|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjuglr.Message
juglr.net.HTTPResponse
public class HTTPResponse
Send as a reply to a HTTPRequest
. The recipient of the reply should
be httpRequest.getReplyTo()
.
Constructor Summary | |
---|---|
HTTPResponse(HTTP.Status status,
Box body)
|
Method Summary | |
---|---|
Box |
getBody()
|
HTTP.Status |
getStatus()
|
Methods inherited from class juglr.Message |
---|
getReplyTo, getSender, setReplyTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTTPResponse(HTTP.Status status, Box body)
Method Detail |
---|
public HTTP.Status getStatus()
public Box getBody()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |