Uses of Interface
com.rabbitmq.client.impl.FrameHandlerFactory
-
Packages that use FrameHandlerFactory Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.nio NIO network connector.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of FrameHandlerFactory in com.rabbitmq.client
Fields in com.rabbitmq.client declared as FrameHandlerFactory Modifier and Type Field Description private FrameHandlerFactory
ConnectionFactory. frameHandlerFactory
Methods in com.rabbitmq.client that return FrameHandlerFactory Modifier and Type Method Description protected FrameHandlerFactory
ConnectionFactory. createFrameHandlerFactory()
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement FrameHandlerFactory Modifier and Type Class Description class
AbstractFrameHandlerFactory
class
SocketFrameHandlerFactory
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement FrameHandlerFactory Modifier and Type Class Description class
SocketChannelFrameHandlerFactory
-
Uses of FrameHandlerFactory in com.rabbitmq.client.impl.recovery
Fields in com.rabbitmq.client.impl.recovery declared as FrameHandlerFactory Modifier and Type Field Description private FrameHandlerFactory
RecoveryAwareAMQConnectionFactory. factory
Constructors in com.rabbitmq.client.impl.recovery with parameters of type FrameHandlerFactory Constructor Description AutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver)
AutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, AddressResolver addressResolver, MetricsCollector metricsCollector, ObservationCollector observationCollector)
AutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, java.util.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, java.util.List<Address> addrs)
-