Class DefaultHttpRequest

java.lang.Object
org.jboss.netty.handler.codec.http.DefaultHttpMessage
org.jboss.netty.handler.codec.http.DefaultHttpRequest
All Implemented Interfaces:
HttpMessage, HttpRequest

public class DefaultHttpRequest extends DefaultHttpMessage implements HttpRequest
The default HttpRequest implementation.
  • Field Details

  • Constructor Details

    • DefaultHttpRequest

      public DefaultHttpRequest(HttpVersion httpVersion, HttpMethod method, String uri)
      Creates a new instance.
      Parameters:
      httpVersion - the HTTP version of the request
      method - the HTTP method of the request
      uri - the URI or path of the request
  • Method Details