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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FrameHandler
Interface to a frame handler.
|
Modifier and Type | Class and Description |
---|---|
class |
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.
|
class |
SocketFrameHandler
A socket-based frame handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SocketChannelFrameHandler |
Modifier and Type | Class and 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 uses RecoveryAwareChannelN |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.