| Interface | Description |
|---|---|
| IAS2HttpRequestDataProvider |
Provider interface to retrieve an AS2
InputStream. |
| IAS2HttpResponseHandler |
Abstract HTTP response handler.
|
| IAS2IncomingMDNCallback |
Callback interface to be invoked for incoming MDNs to simplify logging.
|
| IAS2OutgoingHttpCallback |
Remote communication callback for easy logging of remove interactions.
|
| Class | Description |
|---|---|
| AS2HttpClient |
Http connection, Implemented as HttpClient.
|
| AS2HttpHeaderSetter |
Set HTTP header including logging
|
| AS2HttpRequestDataProviderInputStream | |
| AS2HttpResponseHandlerSocket |
An implementation of
IAS2HttpResponseHandler that writes an HTTP 1.1
response directly to a Socket. |
| ChunkedInputStream |
Stream to read a chunked 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–2022 Philip Helger. All rights reserved.