Uses of Enum
org.apache.hc.core5.http.Method
Packages that use Method
Package
Description
Core HTTP transport component APIs.
Support classes for the classic (blocking) I/O model.
Core HTTP message components, message element parser
and writer APIs and their default implementations.
Support classes for the asynchronous I/O model.
-
Uses of Method in org.apache.hc.core5.http
Methods in org.apache.hc.core5.http that return MethodModifier and TypeMethodDescriptionstatic Method
Method.normalizedValueOf
(String method) Returns the Method for a normalizedvalue
of a method name.static Method
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. -
Uses of Method in org.apache.hc.core5.http.io.support
Constructors in org.apache.hc.core5.http.io.support with parameters of type MethodModifierConstructorDescription(package private)
ClassicRequestBuilder
(Method method) (package private)
ClassicRequestBuilder
(Method method, String uri) (package private)
ClassicRequestBuilder
(Method method, URI uri) -
Uses of Method in org.apache.hc.core5.http.message
Constructors in org.apache.hc.core5.http.message with parameters of type MethodModifierConstructorDescriptionBasicClassicHttpRequest
(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.BasicClassicHttpRequest
(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.BasicHttpRequest
(Method method, HttpHost host, String path) Creates request message with the given method, host and request path. -
Uses of Method in org.apache.hc.core5.http.nio.support
Constructors in org.apache.hc.core5.http.nio.support with parameters of type MethodModifierConstructorDescription(package private)
AsyncRequestBuilder
(Method method) (package private)
AsyncRequestBuilder
(Method method, String uri) (package private)
AsyncRequestBuilder
(Method method, URI uri) BasicRequestProducer
(Method method, URI requestUri) BasicRequestProducer
(Method method, URI requestUri, AsyncEntityProducer dataProducer) BasicRequestProducer
(Method method, HttpHost host, String path) BasicRequestProducer
(Method method, HttpHost host, String path, AsyncEntityProducer dataProducer) -
Uses of Method in org.apache.hc.core5.http.support
Constructors in org.apache.hc.core5.http.support with parameters of type MethodModifierConstructorDescriptionprotected
AbstractRequestBuilder
(Method method) protected
AbstractRequestBuilder
(Method method, String uri) protected
AbstractRequestBuilder
(Method method, URI uri) (package private)
BasicRequestBuilder
(Method method) (package private)
BasicRequestBuilder
(Method method, String uri) (package private)
BasicRequestBuilder
(Method method, URI uri)