A B C D E F G H I J K L M N O P Q R S T U V W _

A

ACCESS_REFUSED - Static variable in interface com.rabbitmq.client.AMQP
 
accessRequest(String) - Method in interface com.rabbitmq.client.Channel
Request a non-exclusive access ticket for the specified realm.
accessRequest(String, boolean, boolean, boolean, boolean, boolean) - Method in interface com.rabbitmq.client.Channel
Request an access ticket for the named realm and the given role and exclusivity flags
accessRequest(String) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Request an access ticket for the named realm For compatibility reasons it is possible to suppress the sending of the request with ConnectionParameters.setSuppressAccessRequest(boolean)
accessRequest(String, boolean, boolean, boolean, boolean, boolean) - Method in class com.rabbitmq.client.impl.ChannelN
Public API - Request an access ticket for the named realm and the given role and exclusivity flags For compatibility reasons it is possible to suppress the sending of the request with ConnectionParameters.setSuppressAccessRequest(boolean)
accumulator - Variable in class com.rabbitmq.client.impl.Frame
Frame payload (for outbound frames)
active - Variable in class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
active - Variable in class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
active - Variable in class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
Address - Class in com.rabbitmq.client
A representation of network addresses, i.e.
Address(String, int) - Constructor for class com.rabbitmq.client.Address
Construct an address from a host name and port number.
Address(String) - Constructor for class com.rabbitmq.client.Address
Construct an address from a host.
adjust() - Method in class com.rabbitmq.client.impl.Version
Adjust a version for spec weirdness.
allocateChannelNumber(int) - Method in class com.rabbitmq.client.impl.ChannelManager
 
AMQChannel - Class in com.rabbitmq.client.impl
Base class modelling an AMQ channel.
AMQChannel(AMQConnection, int) - Constructor for class com.rabbitmq.client.impl.AMQChannel
Construct a channel on the given connection, with the given channel number.
AMQChannel.BlockingRpcContinuation<T> - Class in com.rabbitmq.client.impl
 
AMQChannel.BlockingRpcContinuation() - Constructor for class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
 
AMQChannel.RpcContinuation - Interface in com.rabbitmq.client.impl
 
AMQChannel.SimpleBlockingRpcContinuation - Class in com.rabbitmq.client.impl
 
AMQChannel.SimpleBlockingRpcContinuation() - Constructor for class com.rabbitmq.client.impl.AMQChannel.SimpleBlockingRpcContinuation
 
AMQCommand - Class in com.rabbitmq.client.impl
 
AMQCommand() - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command without any method, header or body.
AMQCommand(Method) - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command with just a method, and without header or body.
AMQCommand(Method, AMQContentHeader, byte[]) - Constructor for class com.rabbitmq.client.impl.AMQCommand
Construct a command with a specified method, header and body.
AMQCommand.Assembler - Class in com.rabbitmq.client.impl
 
AMQCommand.Assembler() - Constructor for class com.rabbitmq.client.impl.AMQCommand.Assembler
 
AMQConnection - Class in com.rabbitmq.client.impl
Concrete class representing and managing an AMQP connection to a broker.
AMQConnection(ConnectionParameters, boolean, FrameHandler) - Constructor for class com.rabbitmq.client.impl.AMQConnection
Construct a new connection to a broker.
AMQConnection(ConnectionParameters, boolean, FrameHandler, ExceptionHandler) - Constructor for class com.rabbitmq.client.impl.AMQConnection
Construct a new connection to a broker.
AMQContentHeader - Class in com.rabbitmq.client.impl
Implementation of ContentHeader - specialized by autogenerated code in AMQP.java.
AMQContentHeader() - Constructor for class com.rabbitmq.client.impl.AMQContentHeader
 
AMQImpl - Class in com.rabbitmq.client.impl
 
AMQImpl() - Constructor for class com.rabbitmq.client.impl.AMQImpl
 
AMQImpl.Access - Class in com.rabbitmq.client.impl
 
AMQImpl.Access() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access
 
AMQImpl.Access.Request - Class in com.rabbitmq.client.impl
request an access ticket.
AMQImpl.Access.Request(String, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
AMQImpl.Access.Request() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.Request
 
AMQImpl.Access.RequestOk - Class in com.rabbitmq.client.impl
grant access to server resources.
AMQImpl.Access.RequestOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
AMQImpl.Access.RequestOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Access.RequestOk
 
AMQImpl.Basic - Class in com.rabbitmq.client.impl
 
AMQImpl.Basic() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic
 
AMQImpl.Basic.Ack - Class in com.rabbitmq.client.impl
acknowledge one or more messages.
AMQImpl.Basic.Ack(long, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
AMQImpl.Basic.Ack() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Ack
 
AMQImpl.Basic.Cancel - Class in com.rabbitmq.client.impl
end a queue consumer.
AMQImpl.Basic.Cancel(String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
AMQImpl.Basic.Cancel() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Cancel
 
AMQImpl.Basic.CancelOk - Class in com.rabbitmq.client.impl
confirm a cancelled consumer.
AMQImpl.Basic.CancelOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
AMQImpl.Basic.CancelOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.CancelOk
 
AMQImpl.Basic.Consume - Class in com.rabbitmq.client.impl
start a queue consumer.
AMQImpl.Basic.Consume(int, String, String, boolean, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
AMQImpl.Basic.Consume() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Consume
 
AMQImpl.Basic.ConsumeOk - Class in com.rabbitmq.client.impl
confirm a new consumer.
AMQImpl.Basic.ConsumeOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
AMQImpl.Basic.ConsumeOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.ConsumeOk
 
AMQImpl.Basic.Deliver - Class in com.rabbitmq.client.impl
notify the client of a consumer message.
AMQImpl.Basic.Deliver(String, long, boolean, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
AMQImpl.Basic.Deliver() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Deliver
 
AMQImpl.Basic.Get - Class in com.rabbitmq.client.impl
direct access to a queue.
AMQImpl.Basic.Get(int, String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
AMQImpl.Basic.Get() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Get
 
AMQImpl.Basic.GetEmpty - Class in com.rabbitmq.client.impl
indicate no messages available.
AMQImpl.Basic.GetEmpty(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
AMQImpl.Basic.GetEmpty() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetEmpty
 
AMQImpl.Basic.GetOk - Class in com.rabbitmq.client.impl
provide client with a message.
AMQImpl.Basic.GetOk(long, boolean, String, String, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
AMQImpl.Basic.GetOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.GetOk
 
AMQImpl.Basic.Publish - Class in com.rabbitmq.client.impl
publish a message.
AMQImpl.Basic.Publish(int, String, String, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
AMQImpl.Basic.Publish() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Publish
 
AMQImpl.Basic.Qos - Class in com.rabbitmq.client.impl
specify quality of service.
AMQImpl.Basic.Qos(int, int, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
AMQImpl.Basic.Qos() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Qos
 
AMQImpl.Basic.QosOk - Class in com.rabbitmq.client.impl
confirm the requested qos.
AMQImpl.Basic.QosOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.QosOk
 
AMQImpl.Basic.Recover - Class in com.rabbitmq.client.impl
redeliver unacknowledged messages.
AMQImpl.Basic.Recover(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
AMQImpl.Basic.Recover() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Recover
 
AMQImpl.Basic.Reject - Class in com.rabbitmq.client.impl
reject an incoming message.
AMQImpl.Basic.Reject(long, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
AMQImpl.Basic.Reject() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Reject
 
AMQImpl.Basic.Return - Class in com.rabbitmq.client.impl
return a failed message.
AMQImpl.Basic.Return(int, String, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
AMQImpl.Basic.Return() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Basic.Return
 
AMQImpl.Channel - Class in com.rabbitmq.client.impl
 
AMQImpl.Channel() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel
 
AMQImpl.Channel.Alert - Class in com.rabbitmq.client.impl
send a non-fatal warning message.
AMQImpl.Channel.Alert(int, String, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Alert
 
AMQImpl.Channel.Alert() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Alert
 
AMQImpl.Channel.Close - Class in com.rabbitmq.client.impl
request a channel close.
AMQImpl.Channel.Close(int, String, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
AMQImpl.Channel.Close() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Close
 
AMQImpl.Channel.CloseOk - Class in com.rabbitmq.client.impl
confirm a channel close.
AMQImpl.Channel.CloseOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.CloseOk
 
AMQImpl.Channel.Flow - Class in com.rabbitmq.client.impl
enable/disable flow from peer.
AMQImpl.Channel.Flow(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
AMQImpl.Channel.Flow() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Flow
 
AMQImpl.Channel.FlowOk - Class in com.rabbitmq.client.impl
confirm a flow method.
AMQImpl.Channel.FlowOk(boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
AMQImpl.Channel.FlowOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.FlowOk
 
AMQImpl.Channel.Open - Class in com.rabbitmq.client.impl
open a channel for use.
AMQImpl.Channel.Open(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
AMQImpl.Channel.Open() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.Open
 
AMQImpl.Channel.OpenOk - Class in com.rabbitmq.client.impl
signal that the channel is ready.
AMQImpl.Channel.OpenOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Channel.OpenOk
 
AMQImpl.Connection - Class in com.rabbitmq.client.impl
 
AMQImpl.Connection() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection
 
AMQImpl.Connection.Close - Class in com.rabbitmq.client.impl
request a connection close.
AMQImpl.Connection.Close(int, String, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
AMQImpl.Connection.Close() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Close
 
AMQImpl.Connection.CloseOk - Class in com.rabbitmq.client.impl
confirm a connection close.
AMQImpl.Connection.CloseOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.CloseOk
 
AMQImpl.Connection.Open - Class in com.rabbitmq.client.impl
open connection to virtual host.
AMQImpl.Connection.Open(String, String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
AMQImpl.Connection.Open() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Open
 
AMQImpl.Connection.OpenOk - Class in com.rabbitmq.client.impl
signal that the connection is ready.
AMQImpl.Connection.OpenOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
AMQImpl.Connection.OpenOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.OpenOk
 
AMQImpl.Connection.Redirect - Class in com.rabbitmq.client.impl
asks the client to use a different server.
AMQImpl.Connection.Redirect(String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Redirect
 
AMQImpl.Connection.Redirect() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Redirect
 
AMQImpl.Connection.Secure - Class in com.rabbitmq.client.impl
security mechanism challenge.
AMQImpl.Connection.Secure(LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
AMQImpl.Connection.Secure() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Secure
 
AMQImpl.Connection.SecureOk - Class in com.rabbitmq.client.impl
security mechanism response.
AMQImpl.Connection.SecureOk(LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
AMQImpl.Connection.SecureOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.SecureOk
 
AMQImpl.Connection.Start - Class in com.rabbitmq.client.impl
start connection negotiation.
AMQImpl.Connection.Start(int, int, Map<String, Object>, LongString, LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
AMQImpl.Connection.Start() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Start
 
AMQImpl.Connection.StartOk - Class in com.rabbitmq.client.impl
select security mechanism and locale.
AMQImpl.Connection.StartOk(Map<String, Object>, String, LongString, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
AMQImpl.Connection.StartOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.StartOk
 
AMQImpl.Connection.Tune - Class in com.rabbitmq.client.impl
propose connection tuning parameters.
AMQImpl.Connection.Tune(int, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
AMQImpl.Connection.Tune() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.Tune
 
AMQImpl.Connection.TuneOk - Class in com.rabbitmq.client.impl
negotiate connection tuning parameters.
AMQImpl.Connection.TuneOk(int, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
AMQImpl.Connection.TuneOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Connection.TuneOk
 
AMQImpl.DefaultMethodVisitor - Class in com.rabbitmq.client.impl
 
AMQImpl.DefaultMethodVisitor() - Constructor for class com.rabbitmq.client.impl.AMQImpl.DefaultMethodVisitor
 
AMQImpl.Dtx - Class in com.rabbitmq.client.impl
 
AMQImpl.Dtx() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Dtx
 
AMQImpl.Dtx.Select - Class in com.rabbitmq.client.impl
select standard transaction mode.
AMQImpl.Dtx.Select() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Dtx.Select
 
AMQImpl.Dtx.SelectOk - Class in com.rabbitmq.client.impl
confirm transaction mode.
AMQImpl.Dtx.SelectOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Dtx.SelectOk
 
AMQImpl.Dtx.Start - Class in com.rabbitmq.client.impl
start a new distributed transaction.
AMQImpl.Dtx.Start(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Dtx.Start
 
AMQImpl.Dtx.Start() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Dtx.Start
 
AMQImpl.Dtx.StartOk - Class in com.rabbitmq.client.impl
confirm the start of a new distributed transaction.
AMQImpl.Dtx.StartOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Dtx.StartOk
 
AMQImpl.Exchange - Class in com.rabbitmq.client.impl
 
AMQImpl.Exchange() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange
 
AMQImpl.Exchange.Declare - Class in com.rabbitmq.client.impl
declare exchange, create if needed.
AMQImpl.Exchange.Declare(int, String, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
AMQImpl.Exchange.Declare() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Declare
 
AMQImpl.Exchange.DeclareOk - Class in com.rabbitmq.client.impl
confirms an exchange declaration.
AMQImpl.Exchange.DeclareOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.DeclareOk
 
AMQImpl.Exchange.Delete - Class in com.rabbitmq.client.impl
delete an exchange.
AMQImpl.Exchange.Delete(int, String, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
AMQImpl.Exchange.Delete() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.Delete
 
AMQImpl.Exchange.DeleteOk - Class in com.rabbitmq.client.impl
confirm deletion of an exchange.
AMQImpl.Exchange.DeleteOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Exchange.DeleteOk
 
AMQImpl.File - Class in com.rabbitmq.client.impl
 
AMQImpl.File() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File
 
AMQImpl.File.Ack - Class in com.rabbitmq.client.impl
acknowledge one or more messages.
AMQImpl.File.Ack(long, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Ack
 
AMQImpl.File.Ack() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Ack
 
AMQImpl.File.Cancel - Class in com.rabbitmq.client.impl
end a queue consumer.
AMQImpl.File.Cancel(String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Cancel
 
AMQImpl.File.Cancel() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Cancel
 
AMQImpl.File.CancelOk - Class in com.rabbitmq.client.impl
confirm a cancelled consumer.
AMQImpl.File.CancelOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.CancelOk
 
AMQImpl.File.CancelOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.CancelOk
 
AMQImpl.File.Consume - Class in com.rabbitmq.client.impl
start a queue consumer.
AMQImpl.File.Consume(int, String, String, boolean, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Consume
 
AMQImpl.File.Consume() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Consume
 
AMQImpl.File.ConsumeOk - Class in com.rabbitmq.client.impl
confirm a new consumer.
AMQImpl.File.ConsumeOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.ConsumeOk
 
AMQImpl.File.ConsumeOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.ConsumeOk
 
AMQImpl.File.Deliver - Class in com.rabbitmq.client.impl
notify the client of a consumer message.
AMQImpl.File.Deliver(String, long, boolean, String, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Deliver
 
AMQImpl.File.Deliver() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Deliver
 
AMQImpl.File.Open - Class in com.rabbitmq.client.impl
request to start staging.
AMQImpl.File.Open(String, long) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Open
 
AMQImpl.File.Open() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Open
 
AMQImpl.File.OpenOk - Class in com.rabbitmq.client.impl
confirm staging ready.
AMQImpl.File.OpenOk(long) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.OpenOk
 
AMQImpl.File.OpenOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.OpenOk
 
AMQImpl.File.Publish - Class in com.rabbitmq.client.impl
publish a message.
AMQImpl.File.Publish(int, String, String, boolean, boolean, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Publish
 
AMQImpl.File.Publish() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Publish
 
AMQImpl.File.Qos - Class in com.rabbitmq.client.impl
specify quality of service.
AMQImpl.File.Qos(int, int, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Qos
 
AMQImpl.File.Qos() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Qos
 
AMQImpl.File.QosOk - Class in com.rabbitmq.client.impl
confirm the requested qos.
AMQImpl.File.QosOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.QosOk
 
AMQImpl.File.Reject - Class in com.rabbitmq.client.impl
reject an incoming message.
AMQImpl.File.Reject(long, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Reject
 
AMQImpl.File.Reject() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Reject
 
AMQImpl.File.Return - Class in com.rabbitmq.client.impl
return a failed message.
AMQImpl.File.Return(int, String, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Return
 
AMQImpl.File.Return() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Return
 
AMQImpl.File.Stage - Class in com.rabbitmq.client.impl
stage message content.
AMQImpl.File.Stage() - Constructor for class com.rabbitmq.client.impl.AMQImpl.File.Stage
 
AMQImpl.MethodVisitor - Interface in com.rabbitmq.client.impl
 
AMQImpl.Queue - Class in com.rabbitmq.client.impl
 
AMQImpl.Queue() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue
 
AMQImpl.Queue.Bind - Class in com.rabbitmq.client.impl
bind queue to an exchange.
AMQImpl.Queue.Bind(int, String, String, String, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
AMQImpl.Queue.Bind() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Bind
 
AMQImpl.Queue.BindOk - Class in com.rabbitmq.client.impl
confirm bind successful.
AMQImpl.Queue.BindOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.BindOk
 
AMQImpl.Queue.Declare - Class in com.rabbitmq.client.impl
declare queue, create if needed.
AMQImpl.Queue.Declare(int, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
AMQImpl.Queue.Declare() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Declare
 
AMQImpl.Queue.DeclareOk - Class in com.rabbitmq.client.impl
confirms a queue definition.
AMQImpl.Queue.DeclareOk(String, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
AMQImpl.Queue.DeclareOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeclareOk
 
AMQImpl.Queue.Delete - Class in com.rabbitmq.client.impl
delete a queue.
AMQImpl.Queue.Delete(int, String, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
AMQImpl.Queue.Delete() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Delete
 
AMQImpl.Queue.DeleteOk - Class in com.rabbitmq.client.impl
confirm deletion of a queue.
AMQImpl.Queue.DeleteOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
AMQImpl.Queue.DeleteOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.DeleteOk
 
AMQImpl.Queue.Purge - Class in com.rabbitmq.client.impl
purge a queue.
AMQImpl.Queue.Purge(int, String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
AMQImpl.Queue.Purge() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.Purge
 
AMQImpl.Queue.PurgeOk - Class in com.rabbitmq.client.impl
confirms a queue purge.
AMQImpl.Queue.PurgeOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
AMQImpl.Queue.PurgeOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Queue.PurgeOk
 
AMQImpl.Stream - Class in com.rabbitmq.client.impl
 
AMQImpl.Stream() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream
 
AMQImpl.Stream.Cancel - Class in com.rabbitmq.client.impl
end a queue consumer.
AMQImpl.Stream.Cancel(String, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Cancel
 
AMQImpl.Stream.Cancel() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Cancel
 
AMQImpl.Stream.CancelOk - Class in com.rabbitmq.client.impl
confirm a cancelled consumer.
AMQImpl.Stream.CancelOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.CancelOk
 
AMQImpl.Stream.CancelOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.CancelOk
 
AMQImpl.Stream.Consume - Class in com.rabbitmq.client.impl
start a queue consumer.
AMQImpl.Stream.Consume(int, String, String, boolean, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Consume
 
AMQImpl.Stream.Consume() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Consume
 
AMQImpl.Stream.ConsumeOk - Class in com.rabbitmq.client.impl
confirm a new consumer.
AMQImpl.Stream.ConsumeOk(String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.ConsumeOk
 
AMQImpl.Stream.ConsumeOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.ConsumeOk
 
AMQImpl.Stream.Deliver - Class in com.rabbitmq.client.impl
notify the client of a consumer message.
AMQImpl.Stream.Deliver(String, long, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Deliver
 
AMQImpl.Stream.Deliver() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Deliver
 
AMQImpl.Stream.Publish - Class in com.rabbitmq.client.impl
publish a message.
AMQImpl.Stream.Publish(int, String, String, boolean, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Publish
 
AMQImpl.Stream.Publish() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Publish
 
AMQImpl.Stream.Qos - Class in com.rabbitmq.client.impl
specify quality of service.
AMQImpl.Stream.Qos(int, int, int, boolean) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Qos
 
AMQImpl.Stream.Qos() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Qos
 
AMQImpl.Stream.QosOk - Class in com.rabbitmq.client.impl
confirm the requested qos.
AMQImpl.Stream.QosOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.QosOk
 
AMQImpl.Stream.Return - Class in com.rabbitmq.client.impl
return a failed message.
AMQImpl.Stream.Return(int, String, String, String) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Return
 
AMQImpl.Stream.Return() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Stream.Return
 
AMQImpl.Test - Class in com.rabbitmq.client.impl
 
AMQImpl.Test() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test
 
AMQImpl.Test.Content - Class in com.rabbitmq.client.impl
test content handling.
AMQImpl.Test.Content() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.Content
 
AMQImpl.Test.ContentOk - Class in com.rabbitmq.client.impl
report content test result.
AMQImpl.Test.ContentOk(int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.ContentOk
 
AMQImpl.Test.ContentOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.ContentOk
 
AMQImpl.Test.Integer - Class in com.rabbitmq.client.impl
test integer handling.
AMQImpl.Test.Integer(int, int, int, long, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.Integer
 
AMQImpl.Test.Integer() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.Integer
 
AMQImpl.Test.IntegerOk - Class in com.rabbitmq.client.impl
report integer test result.
AMQImpl.Test.IntegerOk(long) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.IntegerOk
 
AMQImpl.Test.IntegerOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.IntegerOk
 
AMQImpl.Test.String - Class in com.rabbitmq.client.impl
test string handling.
AMQImpl.Test.String(String, LongString, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.String
 
AMQImpl.Test.String() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.String
 
AMQImpl.Test.StringOk - Class in com.rabbitmq.client.impl
report string test result.
AMQImpl.Test.StringOk(LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.StringOk
 
AMQImpl.Test.StringOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.StringOk
 
AMQImpl.Test.Table - Class in com.rabbitmq.client.impl
test field table handling.
AMQImpl.Test.Table(Map<String, Object>, int, int) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.Table
 
AMQImpl.Test.Table() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.Table
 
AMQImpl.Test.TableOk - Class in com.rabbitmq.client.impl
report table test result.
AMQImpl.Test.TableOk(long, LongString) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.TableOk
 
AMQImpl.Test.TableOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Test.TableOk
 
AMQImpl.Tunnel - Class in com.rabbitmq.client.impl
 
AMQImpl.Tunnel() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tunnel
 
AMQImpl.Tunnel.Request - Class in com.rabbitmq.client.impl
sends a tunnelled method.
AMQImpl.Tunnel.Request(Map<String, Object>) - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tunnel.Request
 
AMQImpl.Tunnel.Request() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tunnel.Request
 
AMQImpl.Tx - Class in com.rabbitmq.client.impl
 
AMQImpl.Tx() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx
 
AMQImpl.Tx.Commit - Class in com.rabbitmq.client.impl
commit the current transaction.
AMQImpl.Tx.Commit() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Commit
 
AMQImpl.Tx.CommitOk - Class in com.rabbitmq.client.impl
confirm a successful commit.
AMQImpl.Tx.CommitOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.CommitOk
 
AMQImpl.Tx.Rollback - Class in com.rabbitmq.client.impl
abandon the current transaction.
AMQImpl.Tx.Rollback() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Rollback
 
AMQImpl.Tx.RollbackOk - Class in com.rabbitmq.client.impl
confirm a successful rollback.
AMQImpl.Tx.RollbackOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.RollbackOk
 
AMQImpl.Tx.Select - Class in com.rabbitmq.client.impl
select standard transaction mode.
AMQImpl.Tx.Select() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.Select
 
AMQImpl.Tx.SelectOk - Class in com.rabbitmq.client.impl
confirm transaction mode.
AMQImpl.Tx.SelectOk() - Constructor for class com.rabbitmq.client.impl.AMQImpl.Tx.SelectOk
 
AMQP - Interface in com.rabbitmq.client
 
AMQP.Access - Class in com.rabbitmq.client
 
AMQP.Access() - Constructor for class com.rabbitmq.client.AMQP.Access
 
AMQP.Access.Request - Interface in com.rabbitmq.client
request an access ticket.
AMQP.Access.RequestOk - Interface in com.rabbitmq.client
grant access to server resources.
AMQP.Basic - Class in com.rabbitmq.client
 
AMQP.Basic() - Constructor for class com.rabbitmq.client.AMQP.Basic
 
AMQP.Basic.Ack - Interface in com.rabbitmq.client
acknowledge one or more messages.
AMQP.Basic.Cancel - Interface in com.rabbitmq.client
end a queue consumer.
AMQP.Basic.CancelOk - Interface in com.rabbitmq.client
confirm a cancelled consumer.
AMQP.Basic.Consume - Interface in com.rabbitmq.client
start a queue consumer.
AMQP.Basic.ConsumeOk - Interface in com.rabbitmq.client
confirm a new consumer.
AMQP.Basic.Deliver - Interface in com.rabbitmq.client
notify the client of a consumer message.
AMQP.Basic.Get - Interface in com.rabbitmq.client
direct access to a queue.
AMQP.Basic.GetEmpty - Interface in com.rabbitmq.client
indicate no messages available.
AMQP.Basic.GetOk - Interface in com.rabbitmq.client
provide client with a message.
AMQP.Basic.Publish - Interface in com.rabbitmq.client
publish a message.
AMQP.Basic.Qos - Interface in com.rabbitmq.client
specify quality of service.
AMQP.Basic.QosOk - Interface in com.rabbitmq.client
confirm the requested qos.
AMQP.Basic.Recover - Interface in com.rabbitmq.client
redeliver unacknowledged messages.
AMQP.Basic.Reject - Interface in com.rabbitmq.client
reject an incoming message.
AMQP.Basic.Return - Interface in com.rabbitmq.client
return a failed message.
AMQP.BasicProperties - Class in com.rabbitmq.client
.
AMQP.BasicProperties(String, String, Map<String, Object>, Integer, Integer, String, String, String, String, Date, String, String, String, String) - Constructor for class com.rabbitmq.client.AMQP.BasicProperties
 
AMQP.BasicProperties() - Constructor for class com.rabbitmq.client.AMQP.BasicProperties
 
AMQP.Channel - Class in com.rabbitmq.client
 
AMQP.Channel() - Constructor for class com.rabbitmq.client.AMQP.Channel
 
AMQP.Channel.Alert - Interface in com.rabbitmq.client
send a non-fatal warning message.
AMQP.Channel.Close - Interface in com.rabbitmq.client
request a channel close.
AMQP.Channel.CloseOk - Interface in com.rabbitmq.client
confirm a channel close.
AMQP.Channel.Flow - Interface in com.rabbitmq.client
enable/disable flow from peer.
AMQP.Channel.FlowOk - Interface in com.rabbitmq.client
confirm a flow method.
AMQP.Channel.Open - Interface in com.rabbitmq.client
open a channel for use.
AMQP.Channel.OpenOk - Interface in com.rabbitmq.client
signal that the channel is ready.
AMQP.Connection - Class in com.rabbitmq.client
 
AMQP.Connection() - Constructor for class com.rabbitmq.client.AMQP.Connection
 
AMQP.Connection.Close - Interface in com.rabbitmq.client
request a connection close.
AMQP.Connection.CloseOk - Interface in com.rabbitmq.client
confirm a connection close.
AMQP.Connection.Open - Interface in com.rabbitmq.client
open connection to virtual host.
AMQP.Connection.OpenOk - Interface in com.rabbitmq.client
signal that the connection is ready.
AMQP.Connection.Redirect - Interface in com.rabbitmq.client
asks the client to use a different server.
AMQP.Connection.Secure - Interface in com.rabbitmq.client
security mechanism challenge.
AMQP.Connection.SecureOk - Interface in com.rabbitmq.client
security mechanism response.
AMQP.Connection.Start - Interface in com.rabbitmq.client
start connection negotiation.
AMQP.Connection.StartOk - Interface in com.rabbitmq.client
select security mechanism and locale.
AMQP.Connection.Tune - Interface in com.rabbitmq.client
propose connection tuning parameters.
AMQP.Connection.TuneOk - Interface in com.rabbitmq.client
negotiate connection tuning parameters.
AMQP.Dtx - Class in com.rabbitmq.client
 
AMQP.Dtx() - Constructor for class com.rabbitmq.client.AMQP.Dtx
 
AMQP.Dtx.Select - Interface in com.rabbitmq.client
select standard transaction mode.
AMQP.Dtx.SelectOk - Interface in com.rabbitmq.client
confirm transaction mode.
AMQP.Dtx.Start - Interface in com.rabbitmq.client
start a new distributed transaction.
AMQP.Dtx.StartOk - Interface in com.rabbitmq.client
confirm the start of a new distributed transaction.
AMQP.Exchange - Class in com.rabbitmq.client
 
AMQP.Exchange() - Constructor for class com.rabbitmq.client.AMQP.Exchange
 
AMQP.Exchange.Declare - Interface in com.rabbitmq.client
declare exchange, create if needed.
AMQP.Exchange.DeclareOk - Interface in com.rabbitmq.client
confirms an exchange declaration.
AMQP.Exchange.Delete - Interface in com.rabbitmq.client
delete an exchange.
AMQP.Exchange.DeleteOk - Interface in com.rabbitmq.client
confirm deletion of an exchange.
AMQP.File - Class in com.rabbitmq.client
 
AMQP.File() - Constructor for class com.rabbitmq.client.AMQP.File
 
AMQP.File.Ack - Interface in com.rabbitmq.client
acknowledge one or more messages.
AMQP.File.Cancel - Interface in com.rabbitmq.client
end a queue consumer.
AMQP.File.CancelOk - Interface in com.rabbitmq.client
confirm a cancelled consumer.
AMQP.File.Consume - Interface in com.rabbitmq.client
start a queue consumer.
AMQP.File.ConsumeOk - Interface in com.rabbitmq.client
confirm a new consumer.
AMQP.File.Deliver - Interface in com.rabbitmq.client
notify the client of a consumer message.
AMQP.File.Open - Interface in com.rabbitmq.client
request to start staging.
AMQP.File.OpenOk - Interface in com.rabbitmq.client
confirm staging ready.
AMQP.File.Publish - Interface in com.rabbitmq.client
publish a message.
AMQP.File.Qos - Interface in com.rabbitmq.client
specify quality of service.
AMQP.File.QosOk - Interface in com.rabbitmq.client
confirm the requested qos.
AMQP.File.Reject - Interface in com.rabbitmq.client
reject an incoming message.
AMQP.File.Return - Interface in com.rabbitmq.client
return a failed message.
AMQP.File.Stage - Interface in com.rabbitmq.client
stage message content.
AMQP.FileProperties - Class in com.rabbitmq.client
.
AMQP.FileProperties(String, String, Map<String, Object>, Integer, String, String, String, Date, String) - Constructor for class com.rabbitmq.client.AMQP.FileProperties
 
AMQP.FileProperties() - Constructor for class com.rabbitmq.client.AMQP.FileProperties
 
AMQP.PROTOCOL - Class in com.rabbitmq.client
 
AMQP.PROTOCOL() - Constructor for class com.rabbitmq.client.AMQP.PROTOCOL
 
AMQP.Queue - Class in com.rabbitmq.client
 
AMQP.Queue() - Constructor for class com.rabbitmq.client.AMQP.Queue
 
AMQP.Queue.Bind - Interface in com.rabbitmq.client
bind queue to an exchange.
AMQP.Queue.BindOk - Interface in com.rabbitmq.client
confirm bind successful.
AMQP.Queue.Declare - Interface in com.rabbitmq.client
declare queue, create if needed.
AMQP.Queue.DeclareOk - Interface in com.rabbitmq.client
confirms a queue definition.
AMQP.Queue.Delete - Interface in com.rabbitmq.client
delete a queue.
AMQP.Queue.DeleteOk - Interface in com.rabbitmq.client
confirm deletion of a queue.
AMQP.Queue.Purge - Interface in com.rabbitmq.client
purge a queue.
AMQP.Queue.PurgeOk - Interface in com.rabbitmq.client
confirms a queue purge.
AMQP.Stream - Class in com.rabbitmq.client
 
AMQP.Stream() - Constructor for class com.rabbitmq.client.AMQP.Stream
 
AMQP.Stream.Cancel - Interface in com.rabbitmq.client
end a queue consumer.
AMQP.Stream.CancelOk - Interface in com.rabbitmq.client
confirm a cancelled consumer.
AMQP.Stream.Consume - Interface in com.rabbitmq.client
start a queue consumer.
AMQP.Stream.ConsumeOk - Interface in com.rabbitmq.client
confirm a new consumer.
AMQP.Stream.Deliver - Interface in com.rabbitmq.client
notify the client of a consumer message.
AMQP.Stream.Publish - Interface in com.rabbitmq.client
publish a message.
AMQP.Stream.Qos - Interface in com.rabbitmq.client
specify quality of service.
AMQP.Stream.QosOk - Interface in com.rabbitmq.client
confirm the requested qos.
AMQP.Stream.Return - Interface in com.rabbitmq.client
return a failed message.
AMQP.StreamProperties - Class in com.rabbitmq.client
.
AMQP.StreamProperties(String, String, Map<String, Object>, Integer, Date) - Constructor for class com.rabbitmq.client.AMQP.StreamProperties
 
AMQP.StreamProperties() - Constructor for class com.rabbitmq.client.AMQP.StreamProperties
 
AMQP.Test - Class in com.rabbitmq.client
 
AMQP.Test() - Constructor for class com.rabbitmq.client.AMQP.Test
 
AMQP.Test.Content - Interface in com.rabbitmq.client
test content handling.
AMQP.Test.ContentOk - Interface in com.rabbitmq.client
report content test result.
AMQP.Test.Integer - Interface in com.rabbitmq.client
test integer handling.
AMQP.Test.IntegerOk - Interface in com.rabbitmq.client
report integer test result.
AMQP.Test.String - Interface in com.rabbitmq.client
test string handling.
AMQP.Test.StringOk - Interface in com.rabbitmq.client
report string test result.
AMQP.Test.Table - Interface in com.rabbitmq.client
test field table handling.
AMQP.Test.TableOk - Interface in com.rabbitmq.client
report table test result.
AMQP.TestProperties - Class in com.rabbitmq.client
.
AMQP.TestProperties() - Constructor for class com.rabbitmq.client.AMQP.TestProperties
 
AMQP.Tunnel - Class in com.rabbitmq.client
 
AMQP.Tunnel() - Constructor for class com.rabbitmq.client.AMQP.Tunnel
 
AMQP.Tunnel.Request - Interface in co