|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteBufferPool | |
---|---|
org.apache.activemq.transport.udp | UDP based Transport implementation. |
Uses of ByteBufferPool in org.apache.activemq.transport.udp |
---|
Classes in org.apache.activemq.transport.udp that implement ByteBufferPool | |
---|---|
class |
DefaultBufferPool
A default implementation of BufferPool which keeps a pool of direct
byte buffers. |
class |
SimpleBufferPool
A simple implementation of BufferPool which does no pooling and just
creates new buffers each time |
Methods in org.apache.activemq.transport.udp that return ByteBufferPool | |
---|---|
ByteBufferPool |
CommandDatagramChannel.getBufferPool()
|
ByteBufferPool |
UdpTransport.getBufferPool()
|
Methods in org.apache.activemq.transport.udp with parameters of type ByteBufferPool | |
---|---|
void |
CommandDatagramChannel.setBufferPool(ByteBufferPool bufferPool)
Sets the implementation of the byte buffer pool to use |
void |
UdpTransport.setBufferPool(ByteBufferPool bufferPool)
|
Constructors in org.apache.activemq.transport.udp with parameters of type ByteBufferPool | |
---|---|
CommandDatagramChannel(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
java.net.SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
java.nio.channels.DatagramChannel channel,
ByteBufferPool bufferPool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |