public class ClientDecoder extends AMQDecoder<ClientMethodProcessor<? extends ClientChannelMethodProcessor>>
FRAME_HEADER_SIZE, FRAME_MIN_SIZE| Constructor and Description |
|---|
ClientDecoder(ClientMethodProcessor<? extends ClientChannelMethodProcessor> methodProcessor)
Creates a new AMQP decoder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decodeBuffer(ByteBuffer incomingBuffer) |
decodable, decode, getMethodProcessor, processAMQPFrames, processFrame, processInput, setExpectProtocolInitiation, setMaxFrameSizepublic ClientDecoder(ClientMethodProcessor<? extends ClientChannelMethodProcessor> methodProcessor)
methodProcessor - method processorpublic void decodeBuffer(ByteBuffer incomingBuffer) throws AMQFrameDecodingException, AMQProtocolVersionException
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.