juglr.net
Class HTTPRequest

java.lang.Object
  extended by juglr.Message
      extended by juglr.net.HTTPRequest

public class HTTPRequest
extends Message

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...).

Since:
Feb 16, 2010
Author:
Mikkel Kamstrup Erlandsen

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

HTTPRequest

public HTTPRequest(java.lang.CharSequence requestUri,
                   HTTP.Method method,
                   Box body)
Method Detail

getMethod

public HTTP.Method getMethod()

getUri

public java.lang.CharSequence getUri()

getBody

public Box getBody()