| Package | Description |
|---|---|
| com.helger.as2lib.cert | |
| com.helger.as2lib.message | |
| com.helger.as2lib.processor.sender | |
| com.helger.as2lib.util.dump |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
AbstractCertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType) |
X509Certificate |
ICertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
X509Certificate |
ICertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
X509Certificate |
AbstractCertificateFactory.getCertificate(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType) |
default X509Certificate |
ICertificateFactory.getCertificateOrNull(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
default X509Certificate |
ICertificateFactory.getCertificateOrNull(IBaseMessage aMsg,
ECertificatePartnershipType ePartnershipType)
Get the certificate of the specified type for the partnership defined in
the provided message
|
| 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 |
|---|---|
IHTTPOutgoingDumper |
AbstractHttpSenderModule.getHttpOutgoingDumper(IBaseMessage aMsg) |
IHTTPOutgoingDumper |
AbstractHttpSenderModule.getHttpOutgoingDumper(IBaseMessage aMsg) |
| Modifier and Type | Method and Description |
|---|---|
IHTTPOutgoingDumper |
DefaultHTTPOutgoingDumperFactory.apply(IBaseMessage aMsg) |
IHTTPOutgoingDumper |
DefaultHTTPOutgoingDumperFactory.apply(IBaseMessage aMsg) |
void |
HTTPIncomingDumperDirectoryBased.dumpIncomingRequest(List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg) |
void |
HTTPIncomingDumperStreamBased.dumpIncomingRequest(List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg) |
void |
IHTTPIncomingDumper.dumpIncomingRequest(List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg)
Dump an incoming HTTP request.
|
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) |
protected void |
HTTPIncomingDumperDirectoryBased.writeToFile(File aDestinationFile,
List<String> aHeaderLines,
byte[] aPayload,
IBaseMessage aMsg) |
| Constructor and Description |
|---|
HTTPOutgoingDumperFileBased(File aDumpDirectory,
IBaseMessage aMsg) |
HTTPOutgoingDumperFileBased(File aDumpDirectory,
IBaseMessage aMsg) |
Copyright © 2013–2022 Philip Helger. All rights reserved.