public class ServerDecoder extends AMQDecoder<ServerMethodProcessor<? extends ServerChannelMethodProcessor>>
| Constructor and Description |
|---|
ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)
Creates a new AMQP decoder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decodeBuffer(QpidByteBuffer buf) |
decode, getMethodProcessor, processFrame, setExpectProtocolInitiation, setMaxFrameSizepublic ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)
methodProcessor - method processorpublic void decodeBuffer(QpidByteBuffer buf) throws AMQFrameDecodingException, AMQProtocolVersionException, IOException
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.