Uses of Interface
org.apache.activemq.transport.udp.CommandChannel
-
Packages that use CommandChannel Package Description org.apache.activemq.transport.multicast A Multicast based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
Uses of CommandChannel in org.apache.activemq.transport.multicast
Methods in org.apache.activemq.transport.multicast that return CommandChannel Modifier and Type Method Description protected CommandChannelMulticastTransport. createCommandChannel() -
Uses of CommandChannel in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement CommandChannel Modifier and Type Class Description classCommandChannelSupportclassCommandDatagramChannelA strategy for reading datagrams and de-fragmenting them together.classCommandDatagramSocketA strategy for reading datagrams and de-fragmenting them together.Methods in org.apache.activemq.transport.udp that return CommandChannel Modifier and Type Method Description protected CommandChannelUdpTransport. createCommandChannel()protected CommandChannelUdpTransport. createCommandDatagramChannel()CommandChannelUdpTransport. getCommandChannel()
-