All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description ByteArrayContent CloseListenerInputStream CloseListenerInputStream.CloseListener ContentType ContentTypes DeleteRequest ExecutorType FileContent GetRequest Headers Deprecated. HeaderStore<T extends HeaderStore<T>> HeadRequest HttpClient HttpContent HttpContentRequest HttpHeader HttpHeaders HttpRequest HttpRequest.FollowRedirects HttpRequestBuilder HttpRequestException HttpRequestUtils HttpResponse HttpResponseHandler<R> IgnoringTrustManager MultiPartFormContent MultiPartFormContent.FormPart PostRequest ProxyHandler ProxyType PutRequest ReactorNettyExecutor Executor that uses reactor-netty to execute requests.
Make sure to add the dependency to your project before using this executor.
Limitations: Does not support streaming (request and response)RequestExecutor RequestMethods ResettableStorage<T> RetryExceededException RetryHandler SingleProxyAuthenticator SingleProxySelector StatusCodes StreamedHttpContent Represents a streamed http content which is not fully loaded into memory.
It requires special handling in the executor to support this type of content.
It is fully backwards compatible if the executor does not support this feature by reading the entire stream into memory.
All built-in executors support this type of content.StringContent ThrowingResponseHandler URLCoder URLConnectionExecutor Executor that usesHttpURLConnectionto execute requests.
This executor is available on all Java versions and is the default executor if no other executor is available.
Limitations: Only supports HTTP/1.1 Proxies are static and can't be used multithreadedURLEncodedFormContent URLWrapper