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 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 FrameHandler Modifier and Type Class Description class
SocketFrameHandler
A socket-based frame handler.Methods in com.rabbitmq.client.impl that return FrameHandler Modifier and Type Method Description FrameHandler
FrameHandlerFactory. create(Address addr)
FrameHandler
SocketFrameHandlerFactory. create(Address addr)
FrameHandler
SocketFrameHandlerFactory. create(Socket sock)
FrameHandler
AMQConnection. 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)
Construct a new connection -
Uses of FrameHandler in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement FrameHandler Modifier and Type Class Description class
SocketChannelFrameHandler
Methods in com.rabbitmq.client.impl.nio that return FrameHandler Modifier and Type Method Description FrameHandler
SocketChannelFrameHandlerFactory. create(Address addr)
-
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 RecoveryAwareAMQConnection
RecoveryAwareAMQConnectionFactory. 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)
-