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 classDefaultBufferPoolA default implementation ofSimpleBufferPoolwhich keeps a pool of direct byte buffers.classSimpleBufferPoolA simple implementation ofByteBufferPoolwhich does no pooling and just creates new buffers each timeMethods in org.apache.activemq.transport.udp that return ByteBufferPool Modifier and Type Method Description ByteBufferPoolCommandDatagramChannel. getBufferPool()ByteBufferPoolUdpTransport. getBufferPool()Methods in org.apache.activemq.transport.udp with parameters of type ByteBufferPool Modifier and Type Method Description voidCommandDatagramChannel. setBufferPool(ByteBufferPool bufferPool)Sets the implementation of the byte buffer pool to usevoidUdpTransport. 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)
-