Uses of Class
org.apache.qpid.jms.provider.discovery.multicast.PacketParserFactory
-
Packages that use PacketParserFactory Package Description org.apache.qpid.jms.provider.discovery.multicast org.apache.qpid.jms.provider.discovery.multicast.parsers -
-
Uses of PacketParserFactory in org.apache.qpid.jms.provider.discovery.multicast
Methods in org.apache.qpid.jms.provider.discovery.multicast that return PacketParserFactory Modifier and Type Method Description protected static PacketParserFactoryPacketParserFactory. findAgentFactory(String key)Searches for a PacketParserFactory by using the given key. -
Uses of PacketParserFactory in org.apache.qpid.jms.provider.discovery.multicast.parsers
Subclasses of PacketParserFactory in org.apache.qpid.jms.provider.discovery.multicast.parsers Modifier and Type Class Description classActiveMQPacketParserFactoryFactory class for the ActiveMQ Packet Parser used to process data set over multicast when discovering ActiveMQ Brokers.
-