Package sonia.scm.net.ahc
package sonia.scm.net.ahc
Advanced http client.
-
ClassDescriptionAdvanced client for http operations.The
AdvancedHttpClient
offers a fluid interface for handling most common http operations.A http request withoutContent
for example a GET or HEAD request.Http request with body.Http response.BaseHttpRequest<T extends BaseHttpRequest>Base class for http requests.ByteSource
content forAdvancedHttpRequestWithBody
.Content of aAdvancedHttpRequestWithBody
.TransformsByteSource
content to an object and vice versa.AContentTransformerException
is thrown if an error occurs during content transformation by anContentTransformer
.The ContentTransformerNotFoundException is thrown, if noContentTransformer
could 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
.