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