Uses of Package
org.apache.activemq.transport.udp
-
Packages that use org.apache.activemq.transport.udp Package Description org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.reliable The Reliable transport deals with out of order commands as well as dealing with checking for missed commands and possibly re-requesting the replay of dropped commands.org.apache.activemq.transport.udp UDP based Transport implementation. -
Classes in org.apache.activemq.transport.udp used by org.apache.activemq.transport.multicast Class Description CommandChannel DatagramHeaderMarshaller UdpTransport An implementation of theTransport
interface using raw UDPUdpTransportFactory Deprecated. -
Classes in org.apache.activemq.transport.udp used by org.apache.activemq.transport.reliable Class Description UdpTransport An implementation of theTransport
interface using raw UDP -
Classes in org.apache.activemq.transport.udp used by org.apache.activemq.transport.udp Class Description ByteBufferPool Represents a pool ofByteBuffer
instances.CommandChannel CommandChannelSupport CommandDatagramChannel A strategy for reading datagrams and de-fragmenting them together.DatagramEndpoint DatagramHeaderMarshaller SimpleBufferPool A simple implementation ofByteBufferPool
which does no pooling and just creates new buffers each timeUdpTransport An implementation of theTransport
interface using raw UDP