Uses of Class
net.noderunner.http.ClientRequest

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

Uses of ClientRequest in net.noderunner.http
 

Methods in net.noderunner.http with parameters of type ClientRequest
 void HttpClient.writeRequest(ClientRequest request)
          Sends the first part of a Request message, consisting of a request line and headers.
 void RetryHttpClient.writeRequest(ClientRequest request)
          Attempts to send an HTTP request, and may retry to send a certain number of times.
 void BasicHttpClient.writeRequest(ClientRequest request)
           
 



Copyright © 2010. All Rights Reserved.