Uses of Interface
com.rabbitmq.client.impl.FrameHandlerFactory
Packages that use FrameHandlerFactory
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
NIO network connector.
Implementation of connection and topology recovery.
-
Uses of FrameHandlerFactory in com.rabbitmq.client
Methods in com.rabbitmq.client that return FrameHandlerFactoryModifier and TypeMethodDescriptionprotected FrameHandlerFactory
ConnectionFactory.createFrameHandlerFactory()
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement FrameHandlerFactoryModifier and TypeClassDescriptionclass
class
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement FrameHandlerFactory -
Uses of FrameHandlerFactory in com.rabbitmq.client.impl.recovery
Constructors in com.rabbitmq.client.impl.recovery with parameters of type FrameHandlerFactoryModifierConstructorDescriptionAutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver) AutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) AutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, List<Address> addrs) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, List<Address> addrs)