@Deprecated public interface BodyEncoder
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
This method must not be called directly by ActiveMQ Artemis clients.
|
int |
encode(ActiveMQBuffer bufferOut,
int size)
Deprecated.
This method must not be called directly by ActiveMQ Artemis clients.
|
int |
encode(ByteBuffer bufferRead)
Deprecated.
This method must not be called directly by ActiveMQ Artemis clients.
|
long |
getLargeBodySize()
Deprecated.
This method must not be called directly by ActiveMQ Artemis clients.
|
void |
open()
Deprecated.
This method must not be called directly by ActiveMQ Artemis clients.
|
void open() throws ActiveMQException
ActiveMQException
void close() throws ActiveMQException
ActiveMQException
int encode(ByteBuffer bufferRead) throws ActiveMQException
ActiveMQException
int encode(ActiveMQBuffer bufferOut, int size) throws ActiveMQException
ActiveMQException
long getLargeBodySize()
Copyright © 2021 JBoss by Red Hat. All rights reserved.