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 CommandChannel
MulticastTransport. 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 class
CommandChannelSupport
class
CommandDatagramChannel
A strategy for reading datagrams and de-fragmenting them together.class
CommandDatagramSocket
A 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 CommandChannel
UdpTransport. createCommandChannel()
protected CommandChannel
UdpTransport. createCommandDatagramChannel()
CommandChannel
UdpTransport. getCommandChannel()
-