public class BrokerDecoder extends ServerDecoder
FRAME_HEADER_SIZE, FRAME_MIN_SIZE| Constructor and Description |
|---|
BrokerDecoder(AMQPConnection_0_8Impl connection)
Creates a new AMQP decoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
processAMQPFrames(QpidByteBuffer buf) |
protected void |
processFrame(int channelId,
byte type,
long bodySize,
QpidByteBuffer in) |
decodeBufferdecodable, decode, getMethodProcessor, processInput, setExpectProtocolInitiation, setMaxFrameSizepublic BrokerDecoder(AMQPConnection_0_8Impl connection)
connection - protected void processFrame(int channelId,
byte type,
long bodySize,
QpidByteBuffer in)
throws AMQFrameDecodingException
processFrame in class AMQDecoder<ServerMethodProcessor<? extends ServerChannelMethodProcessor>>AMQFrameDecodingExceptionprotected int processAMQPFrames(QpidByteBuffer buf) throws AMQFrameDecodingException
processAMQPFrames in class AMQDecoder<ServerMethodProcessor<? extends ServerChannelMethodProcessor>>AMQFrameDecodingExceptionCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.