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 interfaceFrameHandlerInterface to a frame handler.Classes in com.rabbitmq.client.impl that implement NetworkConnection Modifier and Type Class Description classAMQConnectionConcrete class representing and managing an AMQP connection to a broker.classSocketFrameHandlerA 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 classSocketChannelFrameHandler -
Uses of NetworkConnection in com.rabbitmq.client.impl.recovery
Classes in com.rabbitmq.client.impl.recovery that implement NetworkConnection Modifier and Type Class Description classAutorecoveringConnectionConnection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.g.classRecoveryAwareAMQConnectionAMQConnectionmodification that usesRecoveryAwareChannelN
-