Uses of Interface
com.rabbitmq.client.impl.FrameHandler
-
Packages that use FrameHandler 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 FrameHandler in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type FrameHandler Modifier and Type Method Description protected AMQConnectionConnectionFactory. createConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector) -
Uses of FrameHandler in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement FrameHandler Modifier and Type Class Description classSocketFrameHandlerA socket-based frame handler.Fields in com.rabbitmq.client.impl declared as FrameHandler Modifier and Type Field Description private FrameHandlerAMQConnection. _frameHandlerFrame source/sinkprivate FrameHandlerHeartbeatSender. frameHandlerMethods in com.rabbitmq.client.impl that return FrameHandler Modifier and Type Method Description FrameHandlerFrameHandlerFactory. create(Address addr, java.lang.String connectionName)FrameHandlerSocketFrameHandlerFactory. create(Address addr, java.lang.String connectionName)FrameHandlerSocketFrameHandlerFactory. create(java.net.Socket sock)FrameHandlerAMQConnection. getFrameHandler()Constructors in com.rabbitmq.client.impl with parameters of type FrameHandler Constructor Description AMQConnection(ConnectionParams params, FrameHandler frameHandler)AMQConnection(ConnectionParams params, FrameHandler frameHandler, MetricsCollector metricsCollector, ObservationCollector observationCollector)Construct a new connectionHeartbeatSender(FrameHandler frameHandler, java.util.concurrent.ScheduledExecutorService heartbeatExecutor, java.util.concurrent.ThreadFactory threadFactory) -
Uses of FrameHandler in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement FrameHandler Modifier and Type Class Description classSocketChannelFrameHandlerMethods in com.rabbitmq.client.impl.nio that return FrameHandler Modifier and Type Method Description FrameHandlerSocketChannelFrameHandlerFactory. create(Address addr, java.lang.String connectionName) -
Uses of FrameHandler in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type FrameHandler Modifier and Type Method Description protected RecoveryAwareAMQConnectionRecoveryAwareAMQConnectionFactory. createConnection(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector)Constructors in com.rabbitmq.client.impl.recovery with parameters of type FrameHandler Constructor Description RecoveryAwareAMQConnection(ConnectionParams params, FrameHandler handler)RecoveryAwareAMQConnection(ConnectionParams params, FrameHandler handler, MetricsCollector metricsCollector, ObservationCollector observationCollector)
-