public abstract class AbstractReceiverHandler extends Object implements INetModuleHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
MA_HTTP_ORIGINAL_CONTENT_LENGTH
The original content length before any eventual decoding (only if
Content-Transfer-Encoding is provided)
|
static String |
MA_HTTP_ORIGINAL_CONTENT_TRANSFER_ENCODING
The value of the Content-Transfer-Encoding header (if provided)
|
| Constructor and Description |
|---|
AbstractReceiverHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientInfo(Socket aSocket) |
protected DataSource |
readAndDecodeHttpRequest(IAS2InputStreamProvider aISP,
IAS2HttpResponseHandler aResponseHandler,
IMessage aMsg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic static final String MA_HTTP_ORIGINAL_CONTENT_TRANSFER_ENCODING
public static final String MA_HTTP_ORIGINAL_CONTENT_LENGTH
@Nonnull protected DataSource readAndDecodeHttpRequest(@Nonnull IAS2InputStreamProvider aISP, @Nonnull IAS2HttpResponseHandler aResponseHandler, @Nonnull IMessage aMsg) throws IOException, javax.mail.MessagingException
IOExceptionjavax.mail.MessagingExceptionCopyright © 2013–2019 Philip Helger. All rights reserved.