Interface LargeBodyReader

All Superinterfaces:
AutoCloseable

public interface LargeBodyReader extends AutoCloseable
Class used to readInto message body into buffers.

Used to send large streams over the wire

None of these methods should be caleld from Clients

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method must not be called directly by ActiveMQ Artemis clients.
    long
    This method must not be called directly by ActiveMQ Artemis clients.
    void
    This method must not be called directly by ActiveMQ Artemis clients.
    long
    This method must not be called directly by ActiveMQ Artemis clients.
    void
    position(long position)
    This method must not be called directly by ActiveMQ Artemis clients.
    int
    readInto(ByteBuffer bufferRead)
    This method must not be called directly by ActiveMQ Artemis clients.