| Modifier and Type | Method and Description |
|---|---|
protected AS2Message |
AS2Client.createAS2MessageObj() |
protected AS2Message |
AS2Client.createAS2MessageObj() |
protected AS2Message |
AS2Client.createMessage(Partnership aPartnership,
AS2ClientRequest aRequest) |
protected AS2Message |
AS2Client.createMessage(Partnership aPartnership,
AS2ClientRequest aRequest) |
| Constructor and Description |
|---|
AS2MessageMDN(AS2Message aMsg) |
AS2MessageMDN(AS2Message aMsg) |
| Modifier and Type | Method and Description |
|---|---|
protected AS2Message |
AS2ReceiverHandler.createMessage(Socket aSocket)
Create a new message and record the source ip and port
|
protected AS2Message |
AS2ReceiverHandler.createMessage(Socket aSocket)
Create a new message and record the source ip and port
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AS2MDNReceiverHandler.checkAsyncMDN(AS2Message aMsg)
verify if the mic is matched.
|
boolean |
AS2MDNReceiverHandler.checkAsyncMDN(AS2Message aMsg)
verify if the mic is matched.
|
protected com.helger.commons.state.ESuccess |
AS2MDNReceiverHandler.deletePendingFile(AS2Message aMsg,
String sPendingFilename)
Delete the pending file itself.
|
protected com.helger.commons.state.ESuccess |
AS2MDNReceiverHandler.deletePendingFile(AS2Message aMsg,
String sPendingFilename)
Delete the pending file itself.
|
protected com.helger.commons.state.ESuccess |
AS2MDNReceiverHandler.deletePendingInfoStream(AS2Message aMsg)
Delete the pending info file.
|
protected com.helger.commons.state.ESuccess |
AS2MDNReceiverHandler.deletePendingInfoStream(AS2Message aMsg)
Delete the pending info file.
|
protected File |
AS2MDNReceiverHandler.getPendingInfoFile(AS2Message aMsg)
Get the pending info file itself.
|
protected File |
AS2MDNReceiverHandler.getPendingInfoFile(AS2Message aMsg)
Get the pending info file itself.
|
void |
AS2MDNReceiverHandler.handleIncomingMessage(String sClientInfo,
DataSource aMsgData,
AS2Message aMsg,
IAS2HttpResponseHandler aResponseHandler) |
void |
AS2ReceiverHandler.handleIncomingMessage(String sClientInfo,
DataSource aMsgData,
AS2Message aMsg,
IAS2HttpResponseHandler aResponseHandler)
This method can be used to handle an incoming HTTP message AFTER the
headers where extracted.
|
void |
AS2ReceiverHandler.handleIncomingMessage(String sClientInfo,
DataSource aMsgData,
AS2Message aMsg,
IAS2HttpResponseHandler aResponseHandler)
This method can be used to handle an incoming HTTP message AFTER the
headers where extracted.
|
void |
AS2MDNReceiverHandler.handleIncomingMessage(String sClientInfo,
DataSource aMsgData,
AS2Message aMsg,
IAS2HttpResponseHandler aResponseHandler) |
protected InputStream |
AS2MDNReceiverHandler.openPendingInfoStreamForReading(AS2Message aMsg)
Delete the pending info file for reading.
|
protected InputStream |
AS2MDNReceiverHandler.openPendingInfoStreamForReading(AS2Message aMsg)
Delete the pending info file for reading.
|
protected void |
AS2MDNReceiverHandler.receiveMDN(AS2Message aMsg,
byte[] aData,
IAS2HttpResponseHandler aResponseHandler,
AS2ResourceHelper aResHelper)
method for receiving and processing Async MDN sent from receiver.
|
protected void |
AS2MDNReceiverHandler.receiveMDN(AS2Message aMsg,
byte[] aData,
IAS2HttpResponseHandler aResponseHandler,
AS2ResourceHelper aResHelper)
method for receiving and processing Async MDN sent from receiver.
|
void |
AS2MDNReceiverHandler.reparse(AS2Message aMsg,
AS2HttpClient aHttpClient,
IHTTPIncomingDumper aIncomingDumper) |
void |
AS2MDNReceiverHandler.reparse(AS2Message aMsg,
AS2HttpClient aHttpClient,
IHTTPIncomingDumper aIncomingDumper) |
protected void |
AS2ReceiverHandler.sendMDN(String sClientInfo,
IAS2HttpResponseHandler aResponseHandler,
AS2Message aMsg,
DispositionType aDisposition,
String sText,
com.helger.commons.state.ESuccess eSuccess) |
protected void |
AS2ReceiverHandler.sendMDN(String sClientInfo,
IAS2HttpResponseHandler aResponseHandler,
AS2Message aMsg,
DispositionType aDisposition,
String sText,
com.helger.commons.state.ESuccess eSuccess) |
| Modifier and Type | Method and Description |
|---|---|
protected MIC |
AS2SenderModule.calculateAndStoreMIC(AS2Message aMsg)
From RFC 4130 section 7.3.1:
For any signed messages, the MIC to be returned is calculated on the
RFC1767/RFC3023 MIME header and content.
|
protected MIC |
AS2SenderModule.calculateAndStoreMIC(AS2Message aMsg)
From RFC 4130 section 7.3.1:
For any signed messages, the MIC to be returned is calculated on the
RFC1767/RFC3023 MIME header and content.
|
protected void |
AS2SenderModule.checkRequired(AS2Message aMsg) |
protected void |
AS2SenderModule.checkRequired(AS2Message aMsg) |
protected void |
AS2SenderModule.onReceivedMDNError(AS2Message aMsg,
AS2Exception ex)
Handler for errors in MDN processing.
|
protected void |
AS2SenderModule.onReceivedMDNError(AS2Message aMsg,
AS2Exception ex)
Handler for errors in MDN processing.
|
protected OutputStream |
AS2SenderModule.openPendingInfoStreamForWriting(AS2Message aMsg,
String sMsgFilename)
Override this method to store pending MDN messages somewhere else than on
disc.
|
protected OutputStream |
AS2SenderModule.openPendingInfoStreamForWriting(AS2Message aMsg,
String sMsgFilename)
Override this method to store pending MDN messages somewhere else than on
disc.
|
protected void |
AS2SenderModule.receiveSyncMDN(AS2Message aMsg,
AS2HttpClient aHttpClient,
MIC aOriginalMIC,
IHTTPIncomingDumper aIncomingDumper,
AS2ResourceHelper aResHelper) |
protected void |
AS2SenderModule.receiveSyncMDN(AS2Message aMsg,
AS2HttpClient aHttpClient,
MIC aOriginalMIC,
IHTTPIncomingDumper aIncomingDumper,
AS2ResourceHelper aResHelper) |
protected void |
AS2SenderModule.storePendingInfo(AS2Message aMsg,
MIC aMIC)
For storing original MIC and outgoing file into pending information file.
|
protected void |
AS2SenderModule.storePendingInfo(AS2Message aMsg,
MIC aMIC)
For storing original MIC and outgoing file into pending information file.
|
| Modifier and Type | Method and Description |
|---|---|
static IMessageMDN |
AS2Helper.createMDN(IAS2Session aSession,
AS2Message aMsg,
DispositionType aDisposition,
String sText)
Create a new MDN
|
static IMessageMDN |
AS2Helper.createMDN(IAS2Session aSession,
AS2Message aMsg,
DispositionType aDisposition,
String sText)
Create a new MDN
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPOutgoingDumperStreamBased.start(String sURL,
AS2Message aMsg) |
default void |
IHTTPOutgoingDumper.start(String sUrl,
AS2Message aMsg)
Called when a new outgoing connection is initiated.
|
default void |
IHTTPOutgoingDumper.start(String sUrl,
AS2Message aMsg)
Called when a new outgoing connection is initiated.
|
void |
HTTPOutgoingDumperStreamBased.start(String sURL,
AS2Message aMsg) |
Copyright © 2013–2022 Philip Helger. All rights reserved.