public class AS2MDNReceiverHandler extends AbstractReceiverHandler
MA_HTTP_ORIGINAL_CONTENT_LENGTH, MA_HTTP_ORIGINAL_CONTENT_TRANSFER_ENCODING| Constructor and Description |
|---|
AS2MDNReceiverHandler(AS2MDNReceiverModule aModule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAsyncMDN(AS2Message aMsg)
verify if the mic is matched.
|
AS2MDNReceiverModule |
getModule() |
void |
handle(AbstractActiveNetModule aOwner,
Socket aSocket) |
protected void |
receiveMDN(AS2Message aMsg,
byte[] aData,
IAS2HttpResponseHandler aResponseHandler)
method for receiving and processing Async MDN sent from receiver.
|
void |
reparse(AS2Message aMsg,
IAS2HttpConnection aConn) |
getClientInfo, readAndDecodeHttpRequestpublic AS2MDNReceiverHandler(@Nonnull AS2MDNReceiverModule aModule)
@Nonnull public AS2MDNReceiverModule getModule()
public void handle(@Nonnull AbstractActiveNetModule aOwner, @Nonnull Socket aSocket)
protected final void receiveMDN(@Nonnull AS2Message aMsg, byte[] aData, @Nonnull IAS2HttpResponseHandler aResponseHandler) throws OpenAS2Exception, IOException
aMsg - The MDN messageaData - The MDN contentaResponseHandler - The HTTP response handler for setting the correct HTTP response codeOpenAS2Exception - In case of errorIOException - In case of IO errorpublic boolean checkAsyncMDN(AS2Message aMsg)
aMsg - Messagepublic void reparse(@Nonnull AS2Message aMsg, IAS2HttpConnection aConn) throws OpenAS2Exception
OpenAS2ExceptionCopyright © 2013–2019 Philip Helger. All rights reserved.