Uses of Class
org.apache.activemq.transport.udp.UdpTransport
-
Packages that use UdpTransport 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. -
-
Uses of UdpTransport in org.apache.activemq.transport.multicast
Subclasses of UdpTransport in org.apache.activemq.transport.multicast Modifier and Type Class Description classMulticastTransportA multicast based transport. -
Uses of UdpTransport in org.apache.activemq.transport.reliable
Constructors in org.apache.activemq.transport.reliable with parameters of type UdpTransport Constructor Description ReliableTransport(Transport next, UdpTransport udpTransport)Deprecated. -
Uses of UdpTransport in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp that return UdpTransport Modifier and Type Method Description UdpTransportUdpTransportServer. getServerTransport()Deprecated.Methods in org.apache.activemq.transport.udp with parameters of type UdpTransport Modifier and Type Method Description protected TransportUdpTransportFactory. configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport)Deprecated.Constructors in org.apache.activemq.transport.udp with parameters of type UdpTransport Constructor Description CommandChannelSupport(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.
-