Uses of Interface
org.apache.activemq.artemis.protocol.amqp.proton.MessageReader
Packages that use MessageReader
Package
Description
This package includes classes used on the interaction with Proton, including Context classes that will be translated
through the model event.
-
Uses of MessageReader in org.apache.activemq.artemis.protocol.amqp.proton
Classes in org.apache.activemq.artemis.protocol.amqp.proton that implement MessageReaderModifier and TypeClassDescriptionclassReader ofAMQPLargeMessagecontent which reads all bytes and completes once a non-partial delivery is read.classReader of AMQP (non-large) messages which reads all bytes and decodes once a non-partial delivery is read.classReader of tunneled large Core message that have been written as the body of an AMQP delivery with a custom message format that indicates this payload.classReader of tunneled Core message that have been written as the body of an AMQP delivery with a custom message format that indicates this payload.Fields in org.apache.activemq.artemis.protocol.amqp.proton declared as MessageReaderModifier and TypeFieldDescriptionprotected MessageReaderProtonAbstractReceiver.coreLargeMessageReaderprotected MessageReaderProtonAbstractReceiver.coreMessageReaderprotected final MessageReaderProtonAbstractReceiver.largeMessageReaderprotected MessageReaderProtonAbstractReceiver.messageReaderprotected final MessageReaderProtonAbstractReceiver.standardMessageReaderMethods in org.apache.activemq.artemis.protocol.amqp.proton that return MessageReaderModifier and TypeMethodDescriptionAMQPMessageReader.open()AMQPTunneledCoreMessageReader.open()MessageReader.open()Reset any internal state of this reader and prepares it to begin processing a new delivery.protected MessageReaderProtonAbstractReceiver.trySelectMessageReader(org.apache.qpid.proton.engine.Receiver receiver, org.apache.qpid.proton.engine.Delivery delivery)