| Package | Description |
|---|---|
| com.helger.as2lib.util.dump | |
| com.helger.as2lib.util.http |
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPOutgoingDumperFileBased
Directory based outgoing HTTP dumper.
|
class |
HTTPOutgoingDumperStreamBased
Abstract outgoing HTTP dumper using an
OutputStream for operations. |
| Modifier and Type | Method and Description |
|---|---|
static IHTTPOutgoingDumper |
HTTPHelper.getHTTPOutgoingDumper(IBaseMessage aMsg) |
| Modifier and Type | Method and Description |
|---|---|
long |
AS2HttpClient.send(InputStream aISToSend,
com.helger.mail.cte.EContentTransferEncoding eCTE,
IHTTPOutgoingDumper aOutgoingDumper) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HTTPHelper.setHTTPOutgoingDumperFactory(com.helger.commons.functional.IFunction<? super IBaseMessage,? extends IHTTPOutgoingDumper> aHttpDumperFactory)
Set the factory for creating dumper for outgoing HTTP requests
|
| Constructor and Description |
|---|
AS2HttpHeaderWrapperHttpURLConnection(IAS2HttpConnection aConn,
IHTTPOutgoingDumper aOutgoingDumper)
Constructor with debug support
|
Copyright © 2013–2019 Philip Helger. All rights reserved.