Uses of Interface
com.rabbitmq.client.impl.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
Modifier and TypeMethodDescriptionprotected FrameHandlerFactory
ConnectionFactory.createFrameHandlerFactory()
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl
Modifier and TypeClassDescriptionclass
class
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl.nio
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl.recovery
ModifierConstructorDescriptionAutorecoveringConnection
(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)