Package com.rabbitmq.client.impl

Implementations of interfaces specified in the client API, and their supporting classes.

See:
          Description

Interface Summary
AMQChannel.RpcContinuation  
AMQImpl.MethodVisitor  
ExceptionHandler Interface to an exception-handling object.
FrameHandler Interface to a frame handler.
LongString An object providing access to a LongString.
 

Class Summary
AMQBasicProperties  
AMQChannel Base class modelling an AMQ channel.
AMQChannel.BlockingRpcContinuation<T>  
AMQChannel.SimpleBlockingRpcContinuation  
AMQCommand  
AMQConnection Concrete class representing and managing an AMQP connection to a broker.
AMQContentHeader Implementation of ContentHeader - specialized by autogenerated code in AMQP.java.
AMQFileProperties  
AMQImpl  
AMQImpl.Access  
AMQImpl.Access.Request  
AMQImpl.Access.RequestOk  
AMQImpl.Basic  
AMQImpl.Basic.Ack  
AMQImpl.Basic.Cancel  
AMQImpl.Basic.CancelOk  
AMQImpl.Basic.Consume  
AMQImpl.Basic.ConsumeOk  
AMQImpl.Basic.Deliver  
AMQImpl.Basic.Get  
AMQImpl.Basic.GetEmpty  
AMQImpl.Basic.GetOk  
AMQImpl.Basic.Publish  
AMQImpl.Basic.Qos  
AMQImpl.Basic.QosOk  
AMQImpl.Basic.Recover  
AMQImpl.Basic.Reject  
AMQImpl.Basic.Return  
AMQImpl.Channel  
AMQImpl.Channel.Alert  
AMQImpl.Channel.Close  
AMQImpl.Channel.CloseOk  
AMQImpl.Channel.Flow  
AMQImpl.Channel.FlowOk  
AMQImpl.Channel.Open  
AMQImpl.Channel.OpenOk  
AMQImpl.Connection  
AMQImpl.Connection.Close  
AMQImpl.Connection.CloseOk  
AMQImpl.Connection.Open  
AMQImpl.Connection.OpenOk  
AMQImpl.Connection.Redirect  
AMQImpl.Connection.Secure  
AMQImpl.Connection.SecureOk  
AMQImpl.Connection.Start  
AMQImpl.Connection.StartOk  
AMQImpl.Connection.Tune  
AMQImpl.Connection.TuneOk  
AMQImpl.DefaultMethodVisitor  
AMQImpl.Dtx  
AMQImpl.Dtx.Select  
AMQImpl.Dtx.SelectOk  
AMQImpl.Dtx.Start  
AMQImpl.Dtx.StartOk  
AMQImpl.Exchange  
AMQImpl.Exchange.Declare  
AMQImpl.Exchange.DeclareOk  
AMQImpl.Exchange.Delete  
AMQImpl.Exchange.DeleteOk  
AMQImpl.File  
AMQImpl.File.Ack  
AMQImpl.File.Cancel  
AMQImpl.File.CancelOk  
AMQImpl.File.Consume  
AMQImpl.File.ConsumeOk  
AMQImpl.File.Deliver  
AMQImpl.File.Open  
AMQImpl.File.OpenOk  
AMQImpl.File.Publish  
AMQImpl.File.Qos  
AMQImpl.File.QosOk  
AMQImpl.File.Reject  
AMQImpl.File.Return  
AMQImpl.File.Stage  
AMQImpl.Queue  
AMQImpl.Queue.Bind  
AMQImpl.Queue.BindOk  
AMQImpl.Queue.Declare  
AMQImpl.Queue.DeclareOk  
AMQImpl.Queue.Delete  
AMQImpl.Queue.DeleteOk  
AMQImpl.Queue.Purge  
AMQImpl.Queue.PurgeOk  
AMQImpl.Queue.Unbind  
AMQImpl.Queue.UnbindOk  
AMQImpl.Stream  
AMQImpl.Stream.Cancel  
AMQImpl.Stream.CancelOk  
AMQImpl.Stream.Consume  
AMQImpl.Stream.ConsumeOk  
AMQImpl.Stream.Deliver  
AMQImpl.Stream.Publish  
AMQImpl.Stream.Qos  
AMQImpl.Stream.QosOk  
AMQImpl.Stream.Return  
AMQImpl.Test  
AMQImpl.Test.Content  
AMQImpl.Test.ContentOk  
AMQImpl.Test.Integer  
AMQImpl.Test.IntegerOk  
AMQImpl.Test.String  
AMQImpl.Test.StringOk  
AMQImpl.Test.Table  
AMQImpl.Test.TableOk  
AMQImpl.Tunnel  
AMQImpl.Tunnel.Request  
AMQImpl.Tx  
AMQImpl.Tx.Commit  
AMQImpl.Tx.CommitOk  
AMQImpl.Tx.Rollback  
AMQImpl.Tx.RollbackOk  
AMQImpl.Tx.Select  
AMQImpl.Tx.SelectOk  
AMQStreamProperties  
AMQTestProperties  
AMQTunnelProperties  
ChannelManager Manages a set of channels, indexed by channel number.
ChannelN Main interface to AMQP protocol functionality.
ClientVersion  
ContentHeaderPropertyReader Parses an AMQP wire-protocol ContentHeader from a DataInputStream.
ContentHeaderPropertyWriter Generates an AMQP wire-protocol packet from a ContentHeader.
DefaultExceptionHandler  
Frame Represents an AMQP wire-protocol frame, with frame type, channel number, and payload bytes.
LongStringHelper Utility for working with LongStringHelper.ByteArrayLongStrings.
LongStringHelper.ByteArrayLongString Private API - Implementation of LongString.
Method Base class for AMQP method objects, specialized by autogenerated code in AMQP.java.
MethodArgumentReader Parses AMQP wire-protocol Method arguments from a DataInputStream.
MethodArgumentWriter Generates AMQP wire-protocol encoded arguments.
ShutdownNotifierComponent  
SocketFrameHandler A socket-based frame handler.
TruncatedInputStream Utility stream: proxies another stream, making it appear to be no longer than a preset limit.
ValueReader Helper class to reade AMQP wire-protocol encoded values.
ValueWriter Helper class to generates AMQP wire-protocol encoded values.
Version Encapsulation of AMQP protocol version
 

Package com.rabbitmq.client.impl Description

Implementations of interfaces specified in the client API, and their supporting classes.