Class SimpleHttpRequests
java.lang.Object
org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Common HTTP methods using
SimpleHttpRequest as a HTTP request message representation.- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SimpleHttpRequestDeprecated.Creates a new BasicHttpRequest for the givenmethodandStringURI.static SimpleHttpRequestDeprecated.Creates a new BasicHttpRequest for the givenmethodandURI.static SimpleHttpRequestDeprecated.Creates a request object of the exact subclass ofSimpleHttpRequest.static SimpleHttpRequestDeprecated.Creates a request object of the exact subclass ofSimpleHttpRequest.static SimpleHttpRequestDeprecated.Creates a request object of the exact subclass ofSimpleHttpRequest.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.static SimpleHttpRequestDeprecated.
-
Constructor Details
-
SimpleHttpRequests
public SimpleHttpRequests()Deprecated.
-
-
Method Details
-
create
Deprecated.Creates a new BasicHttpRequest for the givenmethodandStringURI.- Parameters:
method- A method supported by this class.uri- a non-null request string URI.- Returns:
- A new BasicHttpRequest.
-
create
Deprecated.Creates a new BasicHttpRequest for the givenmethodandURI.- Parameters:
method- A method supported by this class.uri- a non-null request URI.- Returns:
- A new BasicHttpRequest.
-
delete
Deprecated. -
delete
Deprecated. -
delete
Deprecated. -
get
Deprecated. -
get
Deprecated. -
get
Deprecated. -
head
Deprecated. -
head
Deprecated. -
head
Deprecated. -
options
Deprecated. -
options
Deprecated. -
options
Deprecated. -
patch
Deprecated. -
patch
Deprecated. -
patch
Deprecated. -
post
Deprecated. -
post
Deprecated. -
post
Deprecated. -
put
Deprecated. -
put
Deprecated. -
put
Deprecated. -
trace
Deprecated. -
trace
Deprecated. -
trace
Deprecated. -
create
Deprecated.Creates a request object of the exact subclass ofSimpleHttpRequest.- Parameters:
uri- a non-null URI String.- Returns:
- a new subclass of SimpleHttpRequest
-
create
Deprecated.Creates a request object of the exact subclass ofSimpleHttpRequest.- Parameters:
uri- a non-null URI.- Returns:
- a new subclass of SimpleHttpRequest
-
create
public static SimpleHttpRequest create(org.apache.hc.core5.http.Method method, org.apache.hc.core5.http.HttpHost host, String path) Deprecated.Creates a request object of the exact subclass ofSimpleHttpRequest.- Parameters:
host- HTTP host.path- request path.- Returns:
- a new subclass of SimpleHttpRequest
-
SimpleRequestBuilder.