Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #RabbitMQ - 118 results found.
NameDescriptionTypePackageFramework
AddressA representation of network addresses, i.Classcom.rabbitmq.clientRabbitMQ
AlreadyClosedExceptionThrown when application tries to perform an action on connection/channel which was already closedClasscom.rabbitmq.clientRabbitMQ
AMQBasicPropertiesClasscom.rabbitmq.client.implRabbitMQ
AMQChannelBase class modelling an AMQ channel.Classcom.rabbitmq.client.implRabbitMQ
AMQCommandAMQ-specific implementation of Command which accumulates method, header and body from a series of frames, unless these areClasscom.rabbitmq.client.implRabbitMQ
AMQConnectionConcrete class representing and managing an AMQP connection to a broker.Classcom.rabbitmq.client.implRabbitMQ
AMQContentHeaderClasscom.rabbitmq.client.implRabbitMQ
AMQImplClasscom.rabbitmq.client.implRabbitMQ
AMQPInterfacecom.rabbitmq.clientRabbitMQ
AuthenticationFailureExceptionThrown when the broker refuses access due to an authentication failure.Classcom.rabbitmq.clientRabbitMQ
AutorecoveringChannelChannel implementation that is automatically recovered during connection recovery.Classcom.rabbitmq.client.impl.recoveryRabbitMQ
AutorecoveringConnectionConnection implementation that performs automatic recovery when connection shutdown is not initiated by the application (e.Classcom.rabbitmq.client.impl.recoveryRabbitMQ
BasicPropertiesInterfacecom.rabbitmq.clientRabbitMQ
BlockedListenerInterfacecom.rabbitmq.clientRabbitMQ
BlockingCellSimple one-shot IPC mechanism.Classcom.rabbitmq.utilityRabbitMQ
BlockingValueOrExceptionClasscom.rabbitmq.utilityRabbitMQ
ChannelInterface to a channel.Interfacecom.rabbitmq.clientRabbitMQ
ChannelManagerManages a set of channels, indexed by channel number (1.Classcom.rabbitmq.client.implRabbitMQ
ChannelNMain interface to AMQP protocol functionality.Classcom.rabbitmq.client.implRabbitMQ
ClientVersionClasscom.rabbitmq.client.implRabbitMQ
CommandInterface to a container for an AMQP method-and-arguments, with optional content header and body.Interfacecom.rabbitmq.clientRabbitMQ
ConfirmListener Acks represent messages handled successfully; Nacks represent messages lost by the broker.Interfacecom.rabbitmq.clientRabbitMQ
ConnectionPublic API: Interface to an AMQ connection.Interfacecom.rabbitmq.clientRabbitMQ
ConnectionFactoryConvenience "factory" class to facilitate opening a Connection to an AMQP broker.Classcom.rabbitmq.clientRabbitMQ
ConnectionParamsClasscom.rabbitmq.client.implRabbitMQ
ConsumerInterface for application callback objects to receive notifications and messages from a queue by subscription.Interfacecom.rabbitmq.clientRabbitMQ
ConsumerCancelledExceptionClasscom.rabbitmq.clientRabbitMQ
ConsumerRecoveryListenerNot part of the public API.Interfacecom.rabbitmq.client.impl.recoveryRabbitMQ
ConsumerWorkServiceClasscom.rabbitmq.client.implRabbitMQ
ContentHeaderPublic API for abstract AMQP content header objects.Interfacecom.rabbitmq.clientRabbitMQ
ContentHeaderPropertyReaderParses an AMQP wire-protocol ContentHeader from a DataInputStream.Classcom.rabbitmq.client.implRabbitMQ
ContentHeaderPropertyWriterGenerates an AMQP wire-protocol packet from a ContentHeader.Classcom.rabbitmq.client.implRabbitMQ
CRDemoMechanismProvides equivalent security to PLAIN but demos use of Connection.Classcom.rabbitmq.client.implRabbitMQ
DefaultConsumerConvenience class providing a default implementation of Consumer.Classcom.rabbitmq.clientRabbitMQ
DefaultExceptionHandlerDefault implementation of ExceptionHandler used by AMQConnection.Classcom.rabbitmq.client.implRabbitMQ
DefaultSaslConfigDefault SASL configuration.Classcom.rabbitmq.clientRabbitMQ
DefaultSocketConfiguratorClasscom.rabbitmq.clientRabbitMQ
EnvelopeClasscom.rabbitmq.clientRabbitMQ
ExceptionHandlerInterface to an exception-handling object.Interfacecom.rabbitmq.clientRabbitMQ
ExternalMechanismClasscom.rabbitmq.client.implRabbitMQ
FlowListenerInterfacecom.rabbitmq.clientRabbitMQ
ForgivingExceptionHandlerAn implementation of ExceptionHandler that does not close channels on unhandled consumer and listener exception.Classcom.rabbitmq.client.implRabbitMQ
FrameRepresents an AMQP wire-protocol frame, with frame type, channel number, and payload bytes.Classcom.rabbitmq.client.implRabbitMQ
FrameHandlerInterface to a frame handler.Interfacecom.rabbitmq.client.implRabbitMQ
FrameHandlerFactoryClasscom.rabbitmq.client.implRabbitMQ
GetResponseEncapsulates the response from a Channel.Classcom.rabbitmq.clientRabbitMQ
IntAllocatorA class for allocating integers from a given range that uses a BitSet representation of the free integers.Classcom.rabbitmq.utilityRabbitMQ
JDKSaslConfig not the default since it does not work on Java 1.Classcom.rabbitmq.clientRabbitMQ
JSONReaderClasscom.rabbitmq.tools.jsonRabbitMQ
JsonRpcClientJSON-RPC is a lightweight RPC mechanism using JSONClasscom.rabbitmq.tools.jsonrpcRabbitMQ
JsonRpcExceptionThrown when a JSON-RPC service indicates an error occurred during a call.Classcom.rabbitmq.tools.jsonrpcRabbitMQ
JsonRpcServerJSON-RPC Server class.Classcom.rabbitmq.tools.jsonrpcRabbitMQ
JSONSerializableInterface for classes that wish to control their own serialization.Interfacecom.rabbitmq.tools.jsonRabbitMQ
JSONUtilUtility methods for working with JSON objects in Java.Classcom.rabbitmq.tools.jsonRabbitMQ
JSONWriterClasscom.rabbitmq.tools.jsonRabbitMQ
LongStringAn object providing access to a LongString.Interfacecom.rabbitmq.clientRabbitMQ
LongStringHelperUtility for working with LongStrings.Classcom.rabbitmq.client.implRabbitMQ
MalformedFrameExceptionEncapsulates a frame format error at the wire level.Classcom.rabbitmq.clientRabbitMQ
MapRpcServerSubclass of RpcServer which uses AMQP wire-format encoded tables as requests and replies.Classcom.rabbitmq.clientRabbitMQ
MessagePropertiesConstant holder class with useful static instances of AMQContentHeader.Classcom.rabbitmq.clientRabbitMQ
MethodClasscom.rabbitmq.client.implRabbitMQ
MethodPublic interface to objects representing an AMQP method - see the spec for details.Interfacecom.rabbitmq.clientRabbitMQ
MethodArgumentReaderParses AMQP wire-protocol Method arguments from a DataInputStream.Classcom.rabbitmq.client.implRabbitMQ
MethodArgumentWriterGenerates AMQP wire-protocol encoded arguments.Classcom.rabbitmq.client.implRabbitMQ
MissedHeartbeatExceptionEncapsulates an exception indicating that the connection has missed too many heartbeats and is being shut down.Classcom.rabbitmq.clientRabbitMQ
NetworkConnectionInterfacecom.rabbitmq.client.implRabbitMQ
NullTrustManagerConvenience class providing a default implementation of javax.Classcom.rabbitmq.clientRabbitMQ
ParameterDescriptionDescription of a single JSON-RPC procedure parameter.Classcom.rabbitmq.tools.jsonrpcRabbitMQ
PlainMechanismClasscom.rabbitmq.client.implRabbitMQ
PossibleAuthenticationFailureExceptionThrown when the likely cause is an authentication failure.Classcom.rabbitmq.clientRabbitMQ
ProcedureDescriptionDescription of a single JSON-RPC procedure.Classcom.rabbitmq.tools.jsonrpcRabbitMQ
ProtocolVersionMismatchExceptionThrown to indicate that the server does not support the wire protocol version we requested immediately after opening the TCP socket.Classcom.rabbitmq.clientRabbitMQ
QueueingConsumerConvenience class: an implementation of Consumer with straightforward blocking semantics.Classcom.rabbitmq.clientRabbitMQ
QueueRecoveryListenerNot part of the public API.Interfacecom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedBindingClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedConsumerClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedEntityClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedExchangeClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedExchangeBindingClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedNamedEntityClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedQueueClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecordedQueueBindingClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecoverableProvides a way to register (network, AMQP 0-9-1) connection recovery When connection recovery is enabled via ConnectionFactory,Interfacecom.rabbitmq.clientRabbitMQ
RecoveryAwareAMQConnectionClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecoveryAwareAMQConnectionFactoryClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecoveryAwareChannelManagerClasscom.rabbitmq.client.impl.recoveryRabbitMQ
RecoveryAwareChannelNChannelN modification that keeps track of delivery tags and avoids sending basic.Classcom.rabbitmq.client.impl.recoveryRabbitMQ
RecoveryListenerInterfacecom.rabbitmq.clientRabbitMQ
ReturnListener deliveries when basicPublish is called with "mandatory" or "immediate" flags set.Interfacecom.rabbitmq.clientRabbitMQ
RpcClientConvenience class which manages simple RPC-style communication.Classcom.rabbitmq.clientRabbitMQ
RpcServerClass which manages a request queue for a simple RPC-style service.Classcom.rabbitmq.clientRabbitMQ
SaslConfigThis interface represents a hook to allow you to control how exactly a sasl client is selected during authentication.Interfacecom.rabbitmq.clientRabbitMQ
SaslMechanismOur own view of a SASL authentication mechanism, introduced to remove a dependency on javax.Interfacecom.rabbitmq.clientRabbitMQ
SensibleCloneThis interface exists as a workaround for the annoyingness of java.Interfacecom.rabbitmq.utilityRabbitMQ
ServiceDescriptionDescription of a JSON-RPC service.Classcom.rabbitmq.tools.jsonrpcRabbitMQ
SetQueueA generic queue-like implementation (supporting operations addIfNotPresent, poll, contains, and isEmpty)Classcom.rabbitmq.client.implRabbitMQ
ShutdownListenerA ShutdownListener receives information about the shutdown of connections and channels.Interfacecom.rabbitmq.clientRabbitMQ
ShutdownNotifierInterface for components that are shutdown capable and that allow listeners to be added for shutdown signalsInterfacecom.rabbitmq.clientRabbitMQ
ShutdownNotifierComponentA class that manages ShutdownListeners and remembers the reason for a shutdown.Classcom.rabbitmq.client.implRabbitMQ
ShutdownSignalExceptionEncapsulates a shutdown condition for a connection to an AMQP broker.Classcom.rabbitmq.clientRabbitMQ
SingleShotLinearTimerThis class provides a very stripped-down clone of some of the functionality in java.Classcom.rabbitmq.utilityRabbitMQ
SocketConfiguratorInterfacecom.rabbitmq.clientRabbitMQ
SocketFrameHandlerA socket-based frame handler.Classcom.rabbitmq.client.implRabbitMQ
StrictExceptionHandlerAn implementation of ExceptionHandler that does close channels on unhandled consumer exception.Classcom.rabbitmq.client.implRabbitMQ
StringRpcServerSubclass of RpcServer which accepts UTF-8 string requests.Classcom.rabbitmq.clientRabbitMQ
TopologyRecoveryExceptionIndicates an exception thrown during topology recovery.Classcom.rabbitmq.clientRabbitMQ
TracerAMQP Protocol Analyzer program.Classcom.rabbitmq.toolsRabbitMQ
TruncatedInputStreamUtility stream: proxies another stream, making it appear to be no longer than a preset limit.Classcom.rabbitmq.client.implRabbitMQ
UnexpectedFrameErrorThrown when the command parser hits an unexpected frame type.Classcom.rabbitmq.clientRabbitMQ
UnexpectedMethodErrorIndicates that a Method object was supplied that was not expected.Classcom.rabbitmq.clientRabbitMQ
UnknownClassOrMethodIdThrown when the protocol handlers detect an unknown class number orSee Also:Serialized FormClasscom.rabbitmq.clientRabbitMQ
UtilityCatch-all holder class for static helper methods.Classcom.rabbitmq.utilityRabbitMQ
ValueOrExceptionClasscom.rabbitmq.utilityRabbitMQ
ValueReaderHelper class to read AMQP wire-protocol encoded values.Classcom.rabbitmq.client.implRabbitMQ
ValueWriterHelper class to generate AMQP wire-protocol encoded values.Classcom.rabbitmq.client.implRabbitMQ
VariableLinkedBlockingQueueA clone of LinkedBlockingQueue with the addition of a setCapacity(int) method, allowing us toClasscom.rabbitmq.client.implRabbitMQ
VersionClasscom.rabbitmq.client.implRabbitMQ
WorkPoolThis is a generic implementation of the Channels specification in Channeling Work, Nov 2010 (channels.Classcom.rabbitmq.client.implRabbitMQ