Package org.apache.activemq.artemis.protocol.amqp.util


package org.apache.activemq.artemis.protocol.amqp.util
  • Classes
    Class
    Description
     
    ReadableBuffer implementation that wraps a Netty ByteBuf to allow use of Netty buffers to be used when decoding AMQP messages.
    WritableBuffer implementation that wraps a Netty ByteBuf to allow use of Netty buffers to be used when encoding AMQP messages.
    This can go away if Proton provides this feature.