Uses of Class
net.noderunner.http.RequestLine

Packages that use RequestLine
net.noderunner.http Provides classes for sending and receiving data over HTTP. 
 

Uses of RequestLine in net.noderunner.http
 

Methods in net.noderunner.http that return RequestLine
static RequestLine RequestLine.create(URL url, Method method)
          Creates and returns a request line based on a URL and method.
 RequestLine Request.getRequestLine()
          Returns the request line.
 

Constructors in net.noderunner.http with parameters of type RequestLine
ClientRequest(RequestLine requestLine, MessageHeaders headers)
          Constructs a ClientRequestImpl by parts.
ClientRequest(RequestLine requestLine, MessageHeaders headers, DataPoster dataPoster)
          Constructs a ClientRequestImpl by parts.
EasyHttpClient(HttpClient client, RequestLine requestLine, MessageHeaders headers)
          Constructs a new HTTP client with a specific wrapped client, request line, and headers.
Request(RequestLine requestLine, MessageHeaders headers)
          Constructs a RequestImpl by parts.
RequestLine(RequestLine requestLine, String requestURI)
          Copy-constructs a new RequestLine using a different requestURI.
 



Copyright © 2011. All Rights Reserved.