public abstract static class PayloadProcessorProvider.PayloadProcessor
extends java.lang.Object
payloadLength() to
get the length of the processed payload.| Constructor and Description |
|---|
PayloadProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
payloadLength()
Returns the length of the payload that was returned by
processPayload(byte[], int, int). |
abstract byte[] |
processPayload(byte[] payload,
int start,
int length)
Process the incoming payload and returns the resulting byte[].
|
public abstract int payloadLength()
throws java.io.IOException
processPayload(byte[], int, int).java.io.IOExceptionpublic abstract byte[] processPayload(byte[] payload,
int start,
int length)
throws java.io.IOException
payloadLength().java.io.IOExceptionCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.