| Package | Description |
|---|---|
| org.attribyte.api.http | |
| org.attribyte.api.http.impl.commons | |
| org.attribyte.api.http.impl.jetty | |
| org.attribyte.api.http.impl.ning | |
| org.attribyte.api.http.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncClient
Defines the async HTTP client interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Commons3Client
An HTTP client based on Apache commons HTTP.
|
class |
Commons4Client
An HTTP client based on Apache commons HTTP.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JettyClient |
| Modifier and Type | Class and Description |
|---|---|
class |
NingClient |
| Modifier and Type | Method and Description |
|---|---|
static RobotsTxt |
RobotsTxt.parse(java.lang.String host,
Client httpClient,
java.lang.String userAgent,
java.util.Set<java.lang.String> preserveAgents,
Logger logger)
Creates a robots.txt from the standard location (
/robots.txt). |