Package org.eclipse.sw360.http
-
Interface Summary Interface Description HttpClient The central interface for the execution of HTTP requests.HttpClientFactory Definition of an interface that allows the creation of anHttpClientobject.RequestBodyBuilder A builder interface for defining the body of a request.RequestBuilder An interface that allows the definition of HTTP requests to be executed.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. -
Class Summary Class Description HttpClientFactoryImpl An implementation of theHttpClientFactoryinterface that creates client instances using underlying OkHttpClient objects.NewHttpClientImpl This class implements the java native client library. -
Enum Summary Enum Description RequestBuilder.Method An enumeration class for the HTTP methods supported by the HTTP client.