| Package | Description |
|---|---|
| com.jsunsoft.http |
| Class and Description |
|---|
| ClientBuilder
Builder for
CloseableHttpClient. |
| FilterSupport |
| HttpMethod |
| HttpRequest
HttpRequest is the main entry point to the API used to build and execute client requests.
|
| HttpRequestBuilder
Http request builder
|
| OtherwiseSupport |
| Response |
| ResponseBodyProcessingException
When response body parsing failed
|
| ResponseBodyReadableContext |
| ResponseBodyReader
Implementation of this interface must provided deserialization of response body to type
T |
| ResponseBodyReaderContext |
| ResponseBodyReaderException |
| ResponseException
Signals an HTTP response processing error
|
| ResponseHandler
ResponseHandler objects are immutable they can be shared.
|
| RetryContext |
| TypeReference
This generic abstract class is used for obtaining full generics type information
Class is based on ideas from
http://gafter.blogspot.com/2006/12/super-type-tokens.html,
Additional idea (from a suggestion made in comments of the article)
is to require bogus implementation of
Comparable
(any such generic interface would do, as long as it forces a method
with generic type to be implemented). |
| UnexpectedResponseException
Signals an unexpected HTTP response
|
| WebTarget
A resource target identified by the resource URI.
|
Copyright © 2021. All rights reserved.