| Package | Description |
|---|---|
| com.helger.as2lib.message | |
| com.helger.as2lib.util.dump | |
| com.helger.as2lib.util.http |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMessage
Base interface for an AS2 Message
|
interface |
IMessageMDN
Base interface for an AS2 MDN
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBaseMessage
|
class |
AbstractMessage
Abstract base implementation of the
IMessage interface. |
class |
AbstractMessageMDN |
class |
AS2Message |
class |
AS2MessageMDN |
| Modifier and Type | Method and Description |
|---|---|
void |
IHTTPIncomingDumper.dumpIncomingRequest(List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg)
Dump an incoming HTTP request.
|
void |
HTTPIncomingDumperStreamBased.dumpIncomingRequest(List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg) |
void |
HTTPIncomingDumperDirectoryBased.dumpIncomingRequest(List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg) |
protected void |
HTTPIncomingDumperDirectoryBased.writeToFile(File aDestinationFile,
List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg) |
| Constructor and Description |
|---|
HTTPOutgoingDumperFileBased(File aDumpDirectory,
IBaseMessage aMsg) |
| Modifier and Type | Method and Description |
|---|---|
static IHTTPOutgoingDumper |
HTTPHelper.getHTTPOutgoingDumper(IBaseMessage aMsg) |
| 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
|
Copyright © 2013–2019 Philip Helger. All rights reserved.