Package | Description |
---|---|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
UdpTransport.getBufferPool() |
ByteBufferPool |
CommandDatagramChannel.getBufferPool() |
Modifier and Type | Method and Description |
---|---|
void |
UdpTransport.setBufferPool(ByteBufferPool bufferPool) |
void |
CommandDatagramChannel.setBufferPool(ByteBufferPool bufferPool)
Sets the implementation of the byte buffer pool to use
|
Constructor and Description |
---|
CommandDatagramChannel(UdpTransport transport,
OpenWireFormat wireFormat,
int datagramSize,
SocketAddress targetAddress,
DatagramHeaderMarshaller headerMarshaller,
DatagramChannel channel,
ByteBufferPool bufferPool) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.