| Package | Description |
|---|---|
| net.noderunner.http |
Provides classes for sending and receiving data over HTTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicHttpClient
A very basic HTTP client implementation.
|
class |
RetryHttpClient
A
HttpClient implementation that retries contacting a remote URL and
allows for persistant connections. |
| Modifier and Type | Method and Description |
|---|---|
protected HttpClient |
RetryHttpClient.makeHttpClient(URL url)
Returns a newly constructed HTTP client for a given URL.
|
| Constructor and Description |
|---|
EasyHttpClient(HttpClient client,
RequestLine requestLine,
MessageHeaders headers)
Constructs a new HTTP client with a specific wrapped
client, request line, and headers.
|
EasyHttpClient(HttpClient c,
URL url,
Method method)
Constructs a new HTTP client.
|
Copyright © 2012. All Rights Reserved.