| Package | Description | 
|---|---|
| org.apache.hc.client5.http.classic.methods | 
 Common HTTP methods and message handlers for the classic I/O model. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpDelete
HTTP DELETE method. 
 | 
class  | 
HttpGet
HTTP GET method. 
 | 
class  | 
HttpHead
HTTP HEAD method. 
 | 
class  | 
HttpOptions
HTTP OPTIONS method. 
 | 
class  | 
HttpPatch
HTTP PATCH method. 
 | 
class  | 
HttpPost
HTTP POST method. 
 | 
class  | 
HttpPut
HTTP PUT method. 
 | 
class  | 
HttpTrace
HTTP TRACE method. 
 | 
class  | 
HttpUriRequestBase
Base class for HTTP method subclasses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HttpUriRequest | 
ClassicHttpRequests.create(org.apache.hc.core5.http.Method method,
      String uri)
Deprecated.  
Creates a new HttpUriRequest for the given  
Method and String URI. | 
static HttpUriRequest | 
ClassicHttpRequests.create(org.apache.hc.core5.http.Method method,
      URI uri)
Deprecated.  
Creates a new HttpUriRequest for the given  
Method and URI. | 
static HttpUriRequest | 
ClassicHttpRequests.create(String method,
      String uri)
Deprecated.  
Creates a new HttpUriRequest for the given  
method and String URI. | 
static HttpUriRequest | 
ClassicHttpRequests.create(String method,
      URI uri)
Deprecated.  
Creates a new HttpUriRequest for the given  
method and URI. | 
static HttpUriRequest | 
ClassicHttpRequests.delete(String uri)
Deprecated.  
Constructs a new  
"DELETE" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.delete(URI uri)
Deprecated.  
Constructs a new  
"DELETE" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.get(String uri)
Deprecated.  
Constructs a new  
"GET" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.get(URI uri)
Deprecated.  
Constructs a new  
"GET" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.head(String uri)
Deprecated.  
Constructs a new  
"HEAD" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.head(URI uri)
Deprecated.  
Constructs a new  
"HEAD" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.options(String uri)
Deprecated.  
Constructs a new  
"OPTIONS" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.options(URI uri)
Deprecated.  
Constructs a new  
"OPTIONS" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.patch(String uri)
Deprecated.  
Constructs a new  
"PATCH" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.patch(URI uri)
Deprecated.  
Constructs a new  
"PATCH" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.post(String uri)
Deprecated.  
Constructs a new  
"POST" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.post(URI uri)
Deprecated.  
Constructs a new  
"POST" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.put(String uri)
Deprecated.  
Constructs a new  
"PUT" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.put(URI uri)
Deprecated.  
Constructs a new  
"PUT" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.trace(String uri)
Deprecated.  
Constructs a new  
"TRACE" HttpUriRequest initialized with the given URI. | 
static HttpUriRequest | 
ClassicHttpRequests.trace(URI uri)
Deprecated.  
Constructs a new  
"TRACE" HttpUriRequest initialized with the given URI. | 
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.