Interface BodyEncoder
-
@Deprecated public interface BodyEncoder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.This method must not be called directly by ActiveMQ Artemis clients.intencode(ByteBuffer bufferRead)Deprecated.This method must not be called directly by ActiveMQ Artemis clients.intencode(ActiveMQBuffer bufferOut, int size)Deprecated.This method must not be called directly by ActiveMQ Artemis clients.longgetLargeBodySize()Deprecated.This method must not be called directly by ActiveMQ Artemis clients.voidopen()Deprecated.This method must not be called directly by ActiveMQ Artemis clients.
-
-
-
Method Detail
-
open
void open() throws ActiveMQException
Deprecated.This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-
close
void close() throws ActiveMQExceptionDeprecated.This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-
encode
int encode(ByteBuffer bufferRead) throws ActiveMQException
Deprecated.This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-
encode
int encode(ActiveMQBuffer bufferOut, int size) throws ActiveMQException
Deprecated.This method must not be called directly by ActiveMQ Artemis clients.- Throws:
ActiveMQException
-
getLargeBodySize
long getLargeBodySize()
Deprecated.This method must not be called directly by ActiveMQ Artemis clients.
-
-