public interface BodyEncoder
Modifier and Type | Method and Description |
---|---|
void |
close()
This method must not be called directly by HornetQ clients.
|
int |
encode(ByteBuffer bufferRead)
This method must not be called directly by HornetQ clients.
|
int |
encode(HornetQBuffer bufferOut,
int size)
This method must not be called directly by HornetQ clients.
|
long |
getLargeBodySize()
This method must not be called directly by HornetQ clients.
|
void |
open()
This method must not be called directly by HornetQ clients.
|
void open() throws HornetQException
HornetQException
void close() throws HornetQException
HornetQException
int encode(ByteBuffer bufferRead) throws HornetQException
HornetQException
int encode(HornetQBuffer bufferOut, int size) throws HornetQException
HornetQException
long getLargeBodySize()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.