Uses of Interface
com.rabbitmq.client.impl.NetworkConnection
-
Packages that use NetworkConnection Package Description 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 NetworkConnection in com.rabbitmq.client.impl
Subinterfaces of NetworkConnection in com.rabbitmq.client.impl Modifier and Type Interface Description interface
FrameHandler
Interface to a frame handler.Classes in com.rabbitmq.client.impl that implement NetworkConnection Modifier and Type Class Description class
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.class
SocketFrameHandler
A socket-based frame handler. -
Uses of NetworkConnection in com.rabbitmq.client.impl.nio
Classes in com.rabbitmq.client.impl.nio that implement NetworkConnection Modifier and Type Class Description class
SocketChannelFrameHandler
-
Uses of NetworkConnection in com.rabbitmq.client.impl.recovery
Classes in com.rabbitmq.client.impl.recovery that implement NetworkConnection Modifier and Type Class Description class
AutorecoveringConnection
Connection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.class
RecoveryAwareAMQConnection
AMQConnection
modification that usesRecoveryAwareChannelN
-