Uses of Interface
com.rabbitmq.client.impl.FrameHandler
Packages that use FrameHandler
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 FrameHandler in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type FrameHandlerModifier and TypeMethodDescriptionprotected AMQConnection
ConnectionFactory.createConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) -
Uses of FrameHandler in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement FrameHandlerMethods in com.rabbitmq.client.impl that return FrameHandlerConstructors in com.rabbitmq.client.impl with parameters of type FrameHandlerModifierConstructorDescriptionAMQConnection
(ConnectionParams params, FrameHandler frameHandler) AMQConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector, ObservationCollector observationCollector) Construct a new connection -
Uses of FrameHandler in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement FrameHandlerMethods in com.rabbitmq.client.impl.nio that return FrameHandlerModifier and TypeMethodDescription -
Uses of FrameHandler in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type FrameHandlerModifier and TypeMethodDescriptionprotected RecoveryAwareAMQConnection
RecoveryAwareAMQConnectionFactory.createConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector) Constructors in com.rabbitmq.client.impl.recovery with parameters of type FrameHandlerModifierConstructorDescriptionRecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler) RecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector, ObservationCollector observationCollector)