Uses of Interface
org.apache.activemq.transport.udp.ByteBufferPool
-
Packages that use ByteBufferPool Package Description 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 Modifier and Type Class Description class
DefaultBufferPool
A default implementation ofSimpleBufferPool
which keeps a pool of direct byte buffers.class
SimpleBufferPool
A simple implementation ofByteBufferPool
which does no pooling and just creates new buffers each timeMethods in org.apache.activemq.transport.udp that return ByteBufferPool Modifier and Type Method Description ByteBufferPool
CommandDatagramChannel. getBufferPool()
ByteBufferPool
UdpTransport. getBufferPool()
Methods in org.apache.activemq.transport.udp with parameters of type ByteBufferPool Modifier and Type Method Description void
CommandDatagramChannel. setBufferPool(ByteBufferPool bufferPool)
Sets the implementation of the byte buffer pool to usevoid
UdpTransport. setBufferPool(ByteBufferPool bufferPool)
Constructors in org.apache.activemq.transport.udp with parameters of type ByteBufferPool Constructor Description CommandDatagramChannel(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller, DatagramChannel channel, ByteBufferPool bufferPool)
-