Uses of Interface
org.apache.activemq.transport.udp.ByteBufferPool
Packages that use ByteBufferPool
-
Uses of ByteBufferPool in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement ByteBufferPoolModifier and TypeClassDescriptionclassA default implementation ofSimpleBufferPoolwhich keeps a pool of direct byte buffers.classA simple implementation ofByteBufferPoolwhich does no pooling and just creates new buffers each timeMethods in org.apache.activemq.transport.udp that return ByteBufferPoolModifier and TypeMethodDescriptionCommandDatagramChannel.getBufferPool()UdpTransport.getBufferPool()Methods in org.apache.activemq.transport.udp with parameters of type ByteBufferPoolModifier and TypeMethodDescriptionvoidCommandDatagramChannel.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 ByteBufferPoolModifierConstructorDescriptionCommandDatagramChannel(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller, DatagramChannel channel, ByteBufferPool bufferPool)