Uses of Class
org.apache.qpid.server.protocol.v0_8.AMQFrameDecodingException
-
Packages that use AMQFrameDecodingException Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of AMQFrameDecodingException in org.apache.qpid.server.protocol.v0_8
Methods in org.apache.qpid.server.protocol.v0_8 that return AMQFrameDecodingException Modifier and Type Method Description protected AMQFrameDecodingExceptionAMQDecoder. newUnknownMethodException(int classId, int methodId, ProtocolVersion protocolVersion)Methods in org.apache.qpid.server.protocol.v0_8 that throw AMQFrameDecodingException Modifier and Type Method Description protected intAMQDecoder. decodable(org.apache.qpid.server.bytebuffer.QpidByteBuffer in)protected intAMQDecoder. decode(org.apache.qpid.server.bytebuffer.QpidByteBuffer buf)voidServerDecoder. decodeBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buf)protected intAMQDecoder. processAMQPFrames(org.apache.qpid.server.bytebuffer.QpidByteBuffer buf)protected intBrokerDecoder. processAMQPFrames(org.apache.qpid.server.bytebuffer.QpidByteBuffer buf)protected voidAMQDecoder. processFrame(int channel, byte type, long bodySize, org.apache.qpid.server.bytebuffer.QpidByteBuffer in)protected voidBrokerDecoder. processFrame(int channelId, byte type, long bodySize, org.apache.qpid.server.bytebuffer.QpidByteBuffer in)protected voidAMQDecoder. processInput(org.apache.qpid.server.bytebuffer.QpidByteBuffer in)protected abstract voidAMQDecoder. processMethod(int channelId, org.apache.qpid.server.bytebuffer.QpidByteBuffer in)protected voidServerDecoder. processMethod(int channelId, org.apache.qpid.server.bytebuffer.QpidByteBuffer in)static longEncodingUtils. readLongAsShortString(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer) -
Uses of AMQFrameDecodingException in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport that throw AMQFrameDecodingException Modifier and Type Method Description BasicContentHeaderPropertiesContentHeaderPropertiesFactory. createContentHeaderProperties(int classId, int propertyFlags, org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, int size)static ContentHeaderBodyContentHeaderBody. createFromBuffer(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, long size)Helper method that is used currently by the persistence layer.protected voidHeartbeatBody. populateFromBuffer(java.io.DataInputStream buffer, long size)static voidBasicConsumeBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidChannelAlertBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidConnectionSecureBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ClientMethodProcessor dispatcher)static voidConnectionStartBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ClientMethodProcessor dispatcher)static voidConnectionStartOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ServerMethodProcessor dispatcher)static voidContentHeaderBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor methodProcessor, long size)static voidExchangeDeclareBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueBindBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueDeclareBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueUnbindBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)Constructors in org.apache.qpid.server.protocol.v0_8.transport that throw AMQFrameDecodingException Constructor Description BasicContentHeaderProperties(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, int propertyFlags, int size)ContentHeaderBody(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, long size)
-