public abstract static class PayloadProcessorProvider.PayloadProcessor extends Object
payloadLength() to
get the length of the processed payload.| Constructor | Description |
|---|---|
PayloadProcessor() |
| Modifier and Type | Method | 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 IOException
processPayload(byte[], int, int).IOExceptionpublic abstract byte[] processPayload(byte[] payload,
int start,
int length)
throws IOException
payloadLength().IOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.