|
||||||||||
| 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 |
UdpTransport.getBufferPool()
|
ByteBufferPool |
CommandDatagramChannel.getBufferPool()
|
| Methods in org.apache.activemq.transport.udp with parameters of type ByteBufferPool | |
|---|---|
void |
UdpTransport.setBufferPool(ByteBufferPool bufferPool)
|
void |
CommandDatagramChannel.setBufferPool(ByteBufferPool bufferPool)
Sets the implementation of the byte buffer pool to use |
| Constructors in org.apache.activemq.transport.udp with parameters of type ByteBufferPool | |
|---|---|
CommandDatagramChannel(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
DatagramChannel channel,
ByteBufferPool bufferPool)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||