Package sonia.scm.net.ahc
package sonia.scm.net.ahc
Advanced http client.
-
ClassDescriptionAdvanced client for http operations.The
AdvancedHttpClientoffers a fluid interface for handling most common http operations.A http request withoutContentfor example a GET or HEAD request.Http request with body.Http response.BaseHttpRequest<T extends BaseHttpRequest>Base class for http requests.ByteSourcecontent forAdvancedHttpRequestWithBody.Content of aAdvancedHttpRequestWithBody.TransformsByteSourcecontent to an object and vice versa.AContentTransformerExceptionis thrown if an error occurs during content transformation by anContentTransformer.The ContentTransformerNotFoundException is thrown, if noContentTransformercould be found for the given type.Content-Types.Sets the content of the file to the request.The form builder is able to add form parameters to a request.Http methods.Byte array content forAdvancedHttpRequestWithBody.String content forAdvancedHttpRequestWithBody.