Uses of Class
org.apache.activemq.transport.udp.UdpTransport
Packages that use UdpTransport
Package
Description
A Multicast based Transport implementation.
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.
UDP based Transport implementation.
-
Uses of UdpTransport in org.apache.activemq.transport.multicast
Subclasses of UdpTransport in org.apache.activemq.transport.multicast -
Uses of UdpTransport in org.apache.activemq.transport.reliable
Constructors in org.apache.activemq.transport.reliable with parameters of type UdpTransportModifierConstructorDescriptionReliableTransport(Transport next, UdpTransport udpTransport) Deprecated. -
Uses of UdpTransport in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return UdpTransportMethods in org.apache.activemq.transport.udp with parameters of type UdpTransportModifier and TypeMethodDescriptionprotected TransportUdpTransportFactory.configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport) Deprecated.Constructors in org.apache.activemq.transport.udp with parameters of type UdpTransportModifierConstructorDescriptionCommandChannelSupport(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller) CommandDatagramChannel(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller, DatagramChannel channel, ByteBufferPool bufferPool) CommandDatagramSocket(UdpTransport transport, OpenWireFormat wireFormat, int datagramSize, SocketAddress targetAddress, DatagramHeaderMarshaller headerMarshaller, DatagramSocket channel) ResponseRedirectInterceptor(Transport next, UdpTransport transport) UdpTransportServer(URI connectURI, UdpTransport serverTransport, Transport configuredTransport, ReplayStrategy replayStrategy) Deprecated.