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