Uses of Class
org.apache.hc.core5.http.Method
-
Packages that use Method Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.io.support Support classes for the classic (blocking) I/O model.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 -
-
Uses of Method in org.apache.hc.core5.http
Methods in org.apache.hc.core5.http that return Method Modifier and Type Method Description static Method
Method. normalizedValueOf(java.lang.String method)
Returns the Method for a normalizedvalue
of a method name.static Method
Method. valueOf(java.lang.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. -
Uses of Method in org.apache.hc.core5.http.io.support
Constructors in org.apache.hc.core5.http.io.support with parameters of type Method Constructor Description ClassicRequestBuilder(Method method)
ClassicRequestBuilder(Method method, java.lang.String uri)
ClassicRequestBuilder(Method method, java.net.URI uri)
-
Uses of Method in org.apache.hc.core5.http.message
Constructors in org.apache.hc.core5.http.message with parameters of type Method Constructor Description BasicClassicHttpRequest(Method method, java.lang.String path)
Creates request message with the given method and request path.BasicClassicHttpRequest(Method method, java.net.URI requestUri)
Creates request message with the given method, request URI.BasicClassicHttpRequest(Method method, HttpHost host, java.lang.String path)
Creates request message with the given method, host and request path.BasicHttpRequest(Method method, java.lang.String path)
Creates request message with the given method and request path.BasicHttpRequest(Method method, java.net.URI requestUri)
Creates request message with the given method, request URI.BasicHttpRequest(Method method, HttpHost host, java.lang.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 Method Constructor Description AsyncRequestBuilder(Method method)
AsyncRequestBuilder(Method method, java.lang.String uri)
AsyncRequestBuilder(Method method, java.net.URI uri)
BasicRequestProducer(Method method, java.net.URI requestUri)
BasicRequestProducer(Method method, java.net.URI requestUri, AsyncEntityProducer dataProducer)
BasicRequestProducer(Method method, HttpHost host, java.lang.String path)
BasicRequestProducer(Method method, HttpHost host, java.lang.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 Method Constructor Description AbstractRequestBuilder(Method method)
AbstractRequestBuilder(Method method, java.lang.String uri)
AbstractRequestBuilder(Method method, java.net.URI uri)
BasicRequestBuilder(Method method)
BasicRequestBuilder(Method method, java.lang.String uri)
BasicRequestBuilder(Method method, java.net.URI uri)
-