Uses of Interface
com.rabbitmq.client.impl.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
Modifier and TypeMethodDescriptionprotected AMQConnection
ConnectionFactory.createConnection
(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) -
Uses of FrameHandler in com.rabbitmq.client.impl
ModifierConstructorDescriptionAMQConnection
(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
Modifier and TypeMethodDescription -
Uses of FrameHandler in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionprotected RecoveryAwareAMQConnection
RecoveryAwareAMQConnectionFactory.createConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector) ModifierConstructorDescriptionRecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler) RecoveryAwareAMQConnection
(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector, ObservationCollector observationCollector)