Package | Description |
---|---|
org.apache.http |
Core HTTP components based on the blocking I/O model.
|
org.apache.http.impl |
Default implementations for interfaces in
org.apache.http . |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
HttpRequestFactory.newHttpRequest(RequestLine requestline) |
HttpRequest |
HttpRequestFactory.newHttpRequest(String method,
String uri) |
Modifier and Type | Method and Description |
---|---|
HttpRequest |
DefaultHttpRequestFactory.newHttpRequest(RequestLine requestline) |
HttpRequest |
DefaultHttpRequestFactory.newHttpRequest(String method,
String uri) |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.