public class BrokerDecoder
extends org.apache.qpid.codec.ServerDecoder
| Constructor and Description |
|---|
BrokerDecoder(AMQPConnection_0_8Impl connection)
Creates a new AMQP decoder.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
processAMQPFrames(org.apache.qpid.bytebuffer.QpidByteBuffer buf) |
protected void |
processFrame(int channelId,
byte type,
long bodySize,
org.apache.qpid.bytebuffer.QpidByteBuffer in) |
public BrokerDecoder(AMQPConnection_0_8Impl connection)
connection - protected void processFrame(int channelId,
byte type,
long bodySize,
org.apache.qpid.bytebuffer.QpidByteBuffer in)
throws org.apache.qpid.framing.AMQFrameDecodingException
processFrame in class org.apache.qpid.codec.AMQDecoder<org.apache.qpid.framing.ServerMethodProcessor<? extends org.apache.qpid.framing.ServerChannelMethodProcessor>>org.apache.qpid.framing.AMQFrameDecodingExceptionprotected int processAMQPFrames(org.apache.qpid.bytebuffer.QpidByteBuffer buf)
throws org.apache.qpid.framing.AMQFrameDecodingException
processAMQPFrames in class org.apache.qpid.codec.AMQDecoder<org.apache.qpid.framing.ServerMethodProcessor<? extends org.apache.qpid.framing.ServerChannelMethodProcessor>>org.apache.qpid.framing.AMQFrameDecodingExceptionCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.