|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpClient | |
|---|---|
| net.noderunner.http | Provides classes for sending and receiving data over HTTP. |
| Uses of HttpClient in net.noderunner.http |
|---|
| Classes in net.noderunner.http that implement HttpClient | |
|---|---|
class |
BasicHttpClient
A very basic HTTP client implementation. |
class |
RetryHttpClient
A HttpClient implementation that retries contacting a remote URL and
allows for persistant connections. |
| Methods in net.noderunner.http that return HttpClient | |
|---|---|
protected HttpClient |
RetryHttpClient.makeHttpClient(java.net.URL url)
Returns a newly constructed HTTP client for a given URL. |
| Constructors in net.noderunner.http with parameters of type HttpClient | |
|---|---|
EasyHttpClient(HttpClient client,
RequestLine requestLine,
MessageHeaders headers)
Constructs a new HTTP client with a specific wrapped client, request line, and headers. |
|
EasyHttpClient(HttpClient c,
java.net.URL url,
Method method)
Constructs a new HTTP client. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||