Uses of Package
org.eclipse.sw360.http
-
Packages that use org.eclipse.sw360.http Package Description org.eclipse.sw360.http org.eclipse.sw360.http.utils -
Classes in org.eclipse.sw360.http used by org.eclipse.sw360.http Class 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.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 An interface for components that process the response of an HTTP request and generate a result object. -
Classes in org.eclipse.sw360.http used by org.eclipse.sw360.http.utils Class Description RequestBuilder An interface that allows the definition of HTTP requests to be executed.Response An interface describing the response of an HTTP request.ResponseProcessor An interface for components that process the response of an HTTP request and generate a result object.