All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description FailedRequestException A special exception class to report errors caused by requests that have an unexpected (typically non-success) status code.HttpClient The central interface for the execution of HTTP requests.HttpClientConfig A class collecting all configuration options supported by the HTTP client library.HttpClientFactory Definition of an interface that allows the creation of anHttpClientobject.HttpClientFactoryImpl An implementation of theHttpClientFactoryinterface that creates client instances using underlying OkHttpClient objects.HttpConstants A class defining some frequently used constants related to HTTP requests and responses.HttpUtils A class providing static utility functions related to the usage ofHttpClientobjects.NewHttpClientImpl This class implements the java native client library.ProxySettings A class defining proxy settings for HTTP clients.RequestBodyBuilder A builder interface for defining the body of a request.RequestBuilder An interface that allows the definition of HTTP requests to be executed.RequestBuilder.Method An enumeration class for the HTTP methods supported by the HTTP client.Response An interface describing the response of an HTTP request.ResponseProcessor<T> An interface for components that process the response of an HTTP request and generate a result object.