Package | Description |
---|---|
org.apache.http |
Core HTTP component APIs and primitives.
|
org.apache.http.impl |
Default implementations of HTTP connections for synchronous,
blocking communication.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequestFactory.newHttpRequest(RequestLine requestline) |
HttpRequest |
HttpRequestFactory.newHttpRequest(java.lang.String method,
java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
DefaultHttpRequestFactory.newHttpRequest(RequestLine requestline) |
HttpRequest |
DefaultHttpRequestFactory.newHttpRequest(java.lang.String method,
java.lang.String uri) |