public abstract static class PayloadProcessorProvider.PayloadProcessor extends 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 IOException
processPayload(byte[], int, int)
.IOException
public abstract byte[] processPayload(byte[] payload, int start, int length) throws IOException
payloadLength()
.IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.