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.
|
Class and Description |
---|
AMQBasicProperties |
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.
|
AMQContentHeader
Implementation of ContentHeader - specialized by autogenerated code in AMQP.java.
|
ConnectionParams |
ContentHeaderPropertyWriter
Generates an AMQP wire-protocol packet from a
ContentHeader . |
CredentialsProvider
Provider interface for establishing credentials for connecting to the broker.
|
CredentialsRefreshService
Provider interface to refresh credentials when appropriate
and perform an operation once the credentials have been
renewed.
|
ErrorOnWriteListener
Listener called when a connection gets an IO error trying to write on the socket.
|
Frame
Represents an AMQP wire-protocol frame, with frame type, channel number, and payload bytes.
|
FrameHandler
Interface to a frame handler.
|
FrameHandlerFactory |
Version
Encapsulation of AMQP protocol version
|
Class and Description |
---|
AbstractFrameHandlerFactory |
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.
|
Frame
Represents an AMQP wire-protocol frame, with frame type, channel number, and payload bytes.
|
FrameHandler
Interface to a frame handler.
|
FrameHandlerFactory |
NetworkConnection |
Class and Description |
---|
AMQChannel
Base class modelling an AMQ channel.
|
AMQConnection
Concrete class representing and managing an AMQP connection to a broker.
|
AMQImpl.Basic.Deliver |
ChannelManager
Manages a set of channels, indexed by channel number (
1.._channelMax ). |
ChannelN
Main interface to AMQP protocol functionality.
|
ConnectionParams |
ConsumerWorkService |
FrameHandler
Interface to a frame handler.
|
FrameHandlerFactory |
NetworkConnection |
ShutdownNotifierComponent
A class that manages
ShutdownListener s and remembers the reason for a shutdown. |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.