public class SectionDecoderImpl extends Object implements SectionDecoder
Constructor and Description |
---|
SectionDecoderImpl(AMQPDescribedTypeRegistry describedTypeRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Section> |
parseAll(QpidByteBuffer buf) |
Section |
readSection(QpidByteBuffer buf) |
public SectionDecoderImpl(AMQPDescribedTypeRegistry describedTypeRegistry)
public List<Section> parseAll(QpidByteBuffer buf) throws AmqpErrorException
parseAll
in interface SectionDecoder
AmqpErrorException
public Section readSection(QpidByteBuffer buf) throws AmqpErrorException
readSection
in interface SectionDecoder
AmqpErrorException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.