public class ServerDecoder extends AMQDecoder<ServerMethodProcessor<? extends ServerChannelMethodProcessor>>
FRAME_HEADER_SIZE, FRAME_MIN_SIZE| Constructor and Description |
|---|
ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)
Creates a new AMQP decoder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decodeBuffer(QpidByteBuffer buf) |
protected void |
processMethod(int channelId,
QpidByteBuffer in) |
decodable, decode, getMethodProcessor, newUnknownMethodException, processAMQPFrames, processFrame, processInput, setExpectProtocolInitiation, setMaxFrameSizepublic ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)
methodProcessor - method processorpublic void decodeBuffer(QpidByteBuffer buf) throws AMQFrameDecodingException, AMQProtocolVersionException, IOException
protected void processMethod(int channelId,
QpidByteBuffer in)
throws AMQFrameDecodingException
processMethod in class AMQDecoder<ServerMethodProcessor<? extends ServerChannelMethodProcessor>>AMQFrameDecodingExceptionCopyright © 2006–2021 The Apache Software Foundation. All rights reserved.