Interface LargeBodyReader
- All Superinterfaces:
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 TypeMethodDescriptionvoidclose()This method must not be called directly by ActiveMQ Artemis clients.longgetSize()This method must not be called directly by ActiveMQ Artemis clients.voidopen()This method must not be called directly by ActiveMQ Artemis clients.longposition()This method must not be called directly by ActiveMQ Artemis clients.voidposition(long position) This method must not be called directly by ActiveMQ Artemis clients.intreadInto(ByteBuffer bufferRead) This method must not be called directly by ActiveMQ Artemis clients.
-
Method Details
-
open
This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-
position
This method must not be called directly by ActiveMQ Artemis clients.This is the reading position.
- Throws:
ActiveMQException
-
position
long position()This method must not be called directly by ActiveMQ Artemis clients.This is the reading position.
-
close
This method must not be called directly by ActiveMQ Artemis clients.- Specified by:
closein interfaceAutoCloseable- Throws:
ActiveMQException
-
readInto
This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-
getSize
This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-