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
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
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)
AutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, List<Address> addrs)
RecoveryAwareAMQConnectionFactory(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver)
RecoveryAwareAMQConnectionFactory(ConnectionParams params, FrameHandlerFactory factory, AddressResolver addressResolver, MetricsCollector metricsCollector)
RecoveryAwareAMQConnectionFactory(ConnectionParams params, FrameHandlerFactory factory, List<Address> addrs)
-