|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjuglr.Message
juglr.net.HTTPRequest
public class HTTPRequest
Send by a HTTPServer
to one of its bottom half actors according
to the rules created via HTTPServer.registerHandler(java.lang.String, juglr.Address, juglr.net.HTTP.Method...)
.
Constructor Summary | |
---|---|
HTTPRequest(java.lang.CharSequence requestUri,
HTTP.Method method,
Box body)
|
Method Summary | |
---|---|
Box |
getBody()
|
HTTP.Method |
getMethod()
|
java.lang.CharSequence |
getUri()
|
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 HTTPRequest(java.lang.CharSequence requestUri, HTTP.Method method, Box body)
Method Detail |
---|
public HTTP.Method getMethod()
public java.lang.CharSequence getUri()
public Box getBody()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |