public abstract static class PayloadProcessorProvider.PayloadProcessor extends Object
payloadLength() to
get the length of the processed payload.| Constructor and Description |
|---|
PayloadProcessorProvider.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 PayloadProcessorProvider.PayloadProcessor()
public abstract int payloadLength()
throws IOException
processPayload(byte[], int, int).IOExceptionpublic abstract byte[] processPayload(byte[] payload,
int start,
int length)
throws IOException
payloadLength().IOException