Package | Description |
---|---|
org.apache.hc.core5.http |
Core HTTP transport component APIs.
|
org.apache.hc.core5.http.message |
Core HTTP message components, message element parser
and writer APIs and their default implementations.
|
org.apache.hc.core5.http.nio.support |
Support classes for the asynchronous I/O model.
|
org.apache.hc.core5.http.support |
Modifier and Type | Method and Description |
---|---|
static Method |
Method.normalizedValueOf(String method)
Returns the Method for a normalized
value of a method name. |
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BasicClassicHttpRequest(Method method,
HttpHost host,
String path)
Creates request message with the given method, host and request path.
|
BasicClassicHttpRequest(Method method,
String path)
Creates request message with the given method and request path.
|
BasicClassicHttpRequest(Method method,
URI requestUri)
Creates request message with the given method, request URI.
|
BasicHttpRequest(Method method,
HttpHost host,
String path)
Creates request message with the given method, host and request path.
|
BasicHttpRequest(Method method,
String path)
Creates request message with the given method and request path.
|
BasicHttpRequest(Method method,
URI requestUri)
Creates request message with the given method, request URI.
|
Constructor and Description |
---|
BasicRequestProducer(Method method,
HttpHost host,
String path) |
BasicRequestProducer(Method method,
HttpHost host,
String path,
AsyncEntityProducer dataProducer) |
BasicRequestProducer(Method method,
URI requestUri) |
BasicRequestProducer(Method method,
URI requestUri,
AsyncEntityProducer dataProducer) |
Constructor and Description |
---|
AbstractRequestBuilder(Method method) |
AbstractRequestBuilder(Method method,
String uri) |
AbstractRequestBuilder(Method method,
URI uri) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.