| Interface | Description |
|---|---|
| IAS2HttpConnection |
Interface for Http connection, for set and get headers, content, etc.
|
| IAS2HttpHeaderWrapper |
A wrapper to set HTTP headers on an object - abstraction layer between
HttpURLConnection and HttpClient.
|
| IAS2HttpResponseHandler |
Abstract HTTP response handler.
|
| IAS2InputStreamProvider |
Provider interface to retrieve an AS2
InputStream. |
| Class | Description |
|---|---|
| AS2HttpClient |
Http connection, Implemented as HttpClient.
|
| AS2HttpHeaderWrapperHttpURLConnection | |
| AS2HttpResponseHandlerSocket |
An implementation of
IAS2HttpResponseHandler that writes an HTTP 1.1
response directly to a Socket. |
| AS2HttpURLConnection |
AS2 Http connection, Implemented as HttpURLConnection.
|
| AS2InputStreamProviderSocket | |
| ChunkedInputStream |
Stream to read a chuncked body stream.
|
| HTTPHelper |
HTTP utility methods.
|
| TempSharedFileInputStream |
Stores the content of the input
InputStream in a temporary file, and
opens SharedFileInputStream on that file. |
Copyright © 2013–2019 Philip Helger. All rights reserved.