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

A

AbstractDecoder - Class in org.apache.qpid.transport.codec
AbstractDecoder
AbstractDecoder() - Constructor for class org.apache.qpid.transport.codec.AbstractDecoder
 
AbstractEncoder - Class in org.apache.qpid.transport.codec
AbstractEncoder
AbstractEncoder() - Constructor for class org.apache.qpid.transport.codec.AbstractEncoder
 
acceptMode(MessageAcceptMode) - Method in class org.apache.qpid.transport.MessageSubscribe
 
acceptMode(MessageAcceptMode) - Method in class org.apache.qpid.transport.MessageTransfer
 
ACCESS_REFUSED - Static variable in class org.apache.qpid.protocol.AMQConstant
The client attempted to work with a server entity to which it has no access due to security settings.
Accessor - Interface in org.apache.qpid.configuration
 
Accessor.MapAccessor - Class in org.apache.qpid.configuration
 
Accessor.MapAccessor(Map<Object, Object>) - Constructor for class org.apache.qpid.configuration.Accessor.MapAccessor
 
Accessor.SystemPropertyAccessor - Class in org.apache.qpid.configuration
 
Accessor.SystemPropertyAccessor() - Constructor for class org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
 
AccessRequestBody - Class in org.apache.qpid.framing
 
AccessRequestBody(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.apache.qpid.framing.AccessRequestBody
 
AccessRequestOkBody - Class in org.apache.qpid.framing
 
AccessRequestOkBody(int) - Constructor for class org.apache.qpid.framing.AccessRequestOkBody
 
Acquired - Class in org.apache.qpid.transport
 
Acquired() - Constructor for class org.apache.qpid.transport.Acquired
 
Acquired(RangeSet) - Constructor for class org.apache.qpid.transport.Acquired
 
acquireMode(MessageAcquireMode) - Method in class org.apache.qpid.transport.MessageSubscribe
 
acquireMode(MessageAcquireMode) - Method in class org.apache.qpid.transport.MessageTransfer
 
add(Range) - Method in class org.apache.qpid.transport.Range
 
add(int, int) - Method in class org.apache.qpid.transport.Range
 
add(int) - Method in class org.apache.qpid.transport.Range
 
add(Range) - Method in interface org.apache.qpid.transport.RangeSet
 
add(int, int) - Method in interface org.apache.qpid.transport.RangeSet
 
add(int) - Method in interface org.apache.qpid.transport.RangeSet
 
add(Range) - Method in class org.apache.qpid.transport.RangeSetImpl
 
add(int, int) - Method in class org.apache.qpid.transport.RangeSetImpl
 
add(int) - Method in class org.apache.qpid.transport.RangeSetImpl
 
addAll(FieldTable) - Method in class org.apache.qpid.framing.FieldTable
 
addCommandLineToProperties(Properties) - Method in class org.apache.qpid.util.CommandLineParser
If a command line has been parsed, calling this method sets all of its parsed options into the specified properties.
addConnectionListener(ConnectionListener) - Method in class org.apache.qpid.transport.Connection
 
addEscapes(String) - Static method in error org.apache.qpid.filter.selector.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addExpression() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
addFrameSizeObserver(FrameSizeObserver) - Method in class org.apache.qpid.transport.Connection
 
addOption(String, String, String, boolean, String) - Method in class org.apache.qpid.util.CommandLineParser
Adds the option to list of available command line options.
ADDR_SYNTAX_SUPPORTED_IN_0_8 - Static variable in class org.apache.qpid.configuration.ClientProperties
 
Address - Class in org.apache.qpid.messaging
Address
Address(String, String, Map) - Constructor for class org.apache.qpid.messaging.Address
 
address() - Method in class org.apache.qpid.messaging.util.AddressParser
 
AddressParser - Class in org.apache.qpid.messaging.util
AddressParser
AddressParser(String) - Constructor for class org.apache.qpid.messaging.util.AddressParser
 
addTrustManager(X509TrustManager) - Method in class org.apache.qpid.transport.network.security.ssl.QpidMultipleTrustManager
 
adjustBeginLineColumn(int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
allocate(boolean, int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
allocate(int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
allocateByteBuffer(int) - Method in class org.apache.qpid.transport.network.Assembler
 
allocateDirect(int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
allocateDirectCollection(int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
ALREADY_EXISTS - Static variable in class org.apache.qpid.protocol.AMQConstant
The client attempted to work with a server entity to which it has no access because another client is working with it.
alternateExchange(String) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
alternateExchange(String) - Method in class org.apache.qpid.transport.QueueDeclare
 
alternateExchange(String) - Method in class org.apache.qpid.transport.QueueQueryResult
 
ALTERNATIVE_OPTION_SEPARATOR - Static variable in class org.apache.qpid.url.URLHelper
 
AMQBindingURL - Class in org.apache.qpid.url
 
AMQBindingURL(String) - Constructor for class org.apache.qpid.url.AMQBindingURL
 
AMQBody - Interface in org.apache.qpid.framing
 
AMQChannelClosedException - Exception in org.apache.qpid
AMQChannelClosedException indicates that an operation cannot be performed becauase a channel has been closed.
AMQChannelClosedException(AMQConstant, String, Throwable) - Constructor for exception org.apache.qpid.AMQChannelClosedException
 
AMQChannelException - Exception in org.apache.qpid
AMQChannelException indicates that an error that requires the channel to be closed has occurred.
AMQChannelException(AMQConstant, String, int, int, MethodRegistry) - Constructor for exception org.apache.qpid.AMQChannelException
 
AMQConnectionClosedException - Exception in org.apache.qpid
AMQConnectionClosedException indicates that a connection has been closed.
AMQConnectionClosedException(AMQConstant, String, Throwable) - Constructor for exception org.apache.qpid.AMQConnectionClosedException
 
AMQConnectionException - Exception in org.apache.qpid
AMQConnectionException indicates that an error that requires the channel to be closed has occurred.
AMQConnectionException(AMQConstant, String, AMQMethodBody, MethodRegistry) - Constructor for exception org.apache.qpid.AMQConnectionException
 
AMQConnectionException(AMQConstant, String, int, int, MethodRegistry, Throwable) - Constructor for exception org.apache.qpid.AMQConnectionException
 
AMQConnectionFailureException - Exception in org.apache.qpid
AMQConnectionFailureException indicates that a connection to a broker could not be formed.
AMQConnectionFailureException(String, Throwable) - Constructor for exception org.apache.qpid.AMQConnectionFailureException
 
AMQConstant - Class in org.apache.qpid.protocol
Defines constants for AMQP codes and also acts as a factory for creating such constants from the raw codes.
AMQDataBlock - Class in org.apache.qpid.framing
A data block represents something that has a size in bytes and the ability to write itself to a byte buffer (similar to a byte array).
AMQDataBlock() - Constructor for class org.apache.qpid.framing.AMQDataBlock
 
AMQDecoder<T extends MethodProcessor> - Class in org.apache.qpid.codec
AMQDecoder delegates the decoding of AMQP either to a data block decoder, or in the case of new connections, to a protocol initiation decoder.
AMQDecoder(boolean, T) - Constructor for class org.apache.qpid.codec.AMQDecoder
Creates a new AMQP decoder.
AMQDisconnectedException - Exception in org.apache.qpid
AMQDisconnectedException indicates that a broker disconnected without failover.
AMQDisconnectedException(String, Throwable) - Constructor for exception org.apache.qpid.AMQDisconnectedException
 
AMQException - Exception in org.apache.qpid
 
AMQException(AMQConstant, String) - Constructor for exception org.apache.qpid.AMQException
 
AMQException(AMQConstant, String, Throwable) - Constructor for exception org.apache.qpid.AMQException
Constructor for a Protocol Exception
AMQException(AMQConstant, boolean, String, Throwable) - Constructor for exception org.apache.qpid.AMQException
 
AMQFrame - Class in org.apache.qpid.framing
 
AMQFrame(int, AMQBody) - Constructor for class org.apache.qpid.framing.AMQFrame
 
AMQFrameDecodingException - Exception in org.apache.qpid.framing
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct format as defined by the protocol.
AMQFrameDecodingException(AMQConstant, String, Throwable) - Constructor for exception org.apache.qpid.framing.AMQFrameDecodingException
 
AMQFrameDecodingException(AMQConstant, String) - Constructor for exception org.apache.qpid.framing.AMQFrameDecodingException
 
AMQInternalException - Exception in org.apache.qpid
InternalException encapsulates error code 541, or AMQConstant.INTERNAL_ERROR exceptions relating to the AMQ protocol.
AMQInternalException(String, Throwable) - Constructor for exception org.apache.qpid.AMQInternalException
Creates an exception with an optional message and optional underlying cause.
AMQInternalException(String) - Constructor for exception org.apache.qpid.AMQInternalException
 
AMQInvalidArgumentException - Exception in org.apache.qpid
AMQInvalidArgumentException indicates that an invalid argument has been passed to an AMQP method.
AMQInvalidArgumentException(String, Throwable) - Constructor for exception org.apache.qpid.AMQInvalidArgumentException
 
AMQInvalidRoutingKeyException - Exception in org.apache.qpid
AMQInvalidRoutingKeyException indicates an error with a routing key having an invalid format.
AMQInvalidRoutingKeyException(String, Throwable) - Constructor for exception org.apache.qpid.AMQInvalidRoutingKeyException
 
AMQMethodBody - Interface in org.apache.qpid.framing
 
AMQMethodBodyImpl - Class in org.apache.qpid.framing
 
AMQMethodBodyImpl() - Constructor for class org.apache.qpid.framing.AMQMethodBodyImpl
 
AMQMethodEvent<M extends AMQMethodBody> - Class in org.apache.qpid.protocol
AMQMethodEvent encapsulates an AMQP method call, and the channel on which that method call occurred.
AMQMethodEvent(int, M) - Constructor for class org.apache.qpid.protocol.AMQMethodEvent
Creates a method event to encasulate a method call and channel.
AMQMethodListener - Interface in org.apache.qpid.protocol
AMQMethodListener is a listener that receives notifications of AMQP methods.
AMQP_VERSION - Static variable in class org.apache.qpid.configuration.ClientProperties
 
AMQPFilterTypes - Enum in org.apache.qpid.common
Specifies the different filter types for consumers that filter their messages.
AMQPInvalidClassException - Exception in org.apache.qpid
AMQPInvalidClassException indicates an error when trying to store an illegally typed argument in a field table.
AMQPInvalidClassException(String) - Constructor for exception org.apache.qpid.AMQPInvalidClassException
 
AMQProtocolClassException - Exception in org.apache.qpid.framing
AMQProtocolInstanceException indicates that the protocol class is incorrect in a header.
AMQProtocolClassException(String, Throwable) - Constructor for exception org.apache.qpid.framing.AMQProtocolClassException
 
AMQProtocolException - Exception in org.apache.qpid
 
AMQProtocolException(AMQConstant, String, Throwable) - Constructor for exception org.apache.qpid.AMQProtocolException
Constructor for a Protocol Exception
AMQProtocolHeaderException - Exception in org.apache.qpid.framing
 
AMQProtocolHeaderException(String, Throwable) - Constructor for exception org.apache.qpid.framing.AMQProtocolHeaderException
 
AMQProtocolInstanceException - Exception in org.apache.qpid.framing
AMQProtocolInstanceException indicates that the protocol instance is incorrect in a header.
AMQProtocolInstanceException(String, Throwable) - Constructor for exception org.apache.qpid.framing.AMQProtocolInstanceException
 
AMQProtocolVersionException - Exception in org.apache.qpid.framing
AMQProtocolInstanceException indicates that the client and server differ on expected protocol version in a header.
AMQProtocolVersionException(String, Throwable) - Constructor for exception org.apache.qpid.framing.AMQProtocolVersionException
 
AMQProtocolWriter - Interface in org.apache.qpid.protocol
AMQProtocolWriter provides a method to write a frame of data 'to the wire', in the context of the object that implements the method, usually some sort of session.
AMQSecurityException - Exception in org.apache.qpid
SecurityException encapsulates error code 403, or AMQConstant.ACCESS_REFUSED exceptions relating to the AMQ protocol.
AMQSecurityException(String, Throwable) - Constructor for exception org.apache.qpid.AMQSecurityException
Creates an exception with an optional message and optional underlying cause.
AMQShortString - Class in org.apache.qpid.framing
A short string is a representation of an AMQ Short String Short strings differ from the Java String class by being limited to on ASCII characters (0-127) and thus can be held more effectively in a byte buffer.
AMQShortString(byte[]) - Constructor for class org.apache.qpid.framing.AMQShortString
 
AMQShortString(String) - Constructor for class org.apache.qpid.framing.AMQShortString
 
AMQShortString(byte[], int, int) - Constructor for class org.apache.qpid.framing.AMQShortString
 
AMQTimeoutException - Exception in org.apache.qpid
AMQTimeoutException indicates that an expected response from a broker took too long.
AMQTimeoutException(String, Throwable) - Constructor for exception org.apache.qpid.AMQTimeoutException
 
AMQType - Enum in org.apache.qpid.framing
AMQType is a type that represents the different possible AMQP field table types.
AMQTypedValue - Class in org.apache.qpid.framing
AMQTypedValue combines together a native Java Object value, and an AMQType, as a fully typed AMQP parameter value.
AMQTypedValue() - Constructor for class org.apache.qpid.framing.AMQTypedValue
 
AMQTypeMap - Class in org.apache.qpid.framing
 
AMQUndeliveredException - Exception in org.apache.qpid
AMQUndeliveredException indicates that a message, marked immediate or mandatory, could not be delivered.
AMQUndeliveredException(AMQConstant, String, Object, Throwable) - Constructor for exception org.apache.qpid.AMQUndeliveredException
 
AMQUnresolvedAddressException - Exception in org.apache.qpid
AMQUnresolvedAddressException indicates failure to resolve a socket address.
AMQUnresolvedAddressException(String, String, Throwable) - Constructor for exception org.apache.qpid.AMQUnresolvedAddressException
 
AMQVersionAwareProtocolSession - Interface in org.apache.qpid.protocol
AMQVersionAwareProtocolSession is implemented by all AMQP session classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to work with.
AND - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
andExpression() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
appId(byte[]) - Method in class org.apache.qpid.transport.MessageProperties
 
applicationHeaders(Map<String, Object>) - Method in class org.apache.qpid.transport.MessageProperties
 
argsNotMatched(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
ARGUMENT_INVALID - Static variable in class org.apache.qpid.protocol.AMQConstant
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeBind
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeBound
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.MessageSubscribe
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.QueueDeclare
 
arguments(Map<String, Object>) - Method in class org.apache.qpid.transport.QueueQueryResult
 
ArithmeticExpression<T> - Class in org.apache.qpid.filter
An expression which performs an operation on two expression values
ArithmeticExpression(Expression<T>, Expression<T>) - Constructor for class org.apache.qpid.filter.ArithmeticExpression
 
array() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
array() - Method in class org.apache.qpid.transport.Binary
 
arrayOffset() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
asBoolean(int) - Method in class org.apache.qpid.filter.ComparisonExpression
 
asByteBuffer() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
asFieldArray(Collection<T>) - Static method in class org.apache.qpid.framing.FieldArray
 
asInputStream() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
asNumber(Object) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
asProperties() - Static method in class org.apache.qpid.configuration.CommonProperties
 
asQpidByteBuffers(byte[]) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
asQpidByteBuffers(byte[], int, int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
Assembler - Class in org.apache.qpid.transport.network
Assembler
Assembler(ProtocolEventReceiver) - Constructor for class org.apache.qpid.transport.network.Assembler
 
asTypedValue(Object) - Method in enum org.apache.qpid.framing.AMQType
Converts an instance of the type to an equivalent Java native representation, packaged as an AMQTypedValue tagged with its AMQP type.
asUTF8Bytes(CharSequence) - Static method in class org.apache.qpid.framing.EncodingUtils
 
autoDelete(boolean) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
autoDelete(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
autoDelete(boolean) - Method in class org.apache.qpid.transport.QueueQueryResult
 
available() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
available() - Method in class org.apache.qpid.streams.CompositeInputStream
 
available() - Method in class org.apache.qpid.util.ByteBufferInputStream
 
await() - Method in class org.apache.qpid.transport.util.Waiter
 
awaitClose() - Method in class org.apache.qpid.transport.Session
 
awaitOpen() - Method in class org.apache.qpid.transport.Session
 

B

backup(int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Backup a number of characters.
BasicAckBody - Class in org.apache.qpid.framing
 
BasicAckBody(long, boolean) - Constructor for class org.apache.qpid.framing.BasicAckBody
 
BasicCancelBody - Class in org.apache.qpid.framing
 
BasicCancelBody(AMQShortString, boolean) - Constructor for class org.apache.qpid.framing.BasicCancelBody
 
BasicCancelOkBody - Class in org.apache.qpid.framing
 
BasicCancelOkBody(AMQShortString) - Constructor for class org.apache.qpid.framing.BasicCancelOkBody
 
BasicConsumeBody - Class in org.apache.qpid.framing
 
BasicConsumeBody(int, AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.apache.qpid.framing.BasicConsumeBody
 
BasicConsumeOkBody - Class in org.apache.qpid.framing
 
BasicConsumeOkBody(AMQShortString) - Constructor for class org.apache.qpid.framing.BasicConsumeOkBody
 
BasicContentHeaderProperties - Class in org.apache.qpid.framing
 
BasicContentHeaderProperties(BasicContentHeaderProperties) - Constructor for class org.apache.qpid.framing.BasicContentHeaderProperties
 
BasicContentHeaderProperties() - Constructor for class org.apache.qpid.framing.BasicContentHeaderProperties
 
BasicDeliverBody - Class in org.apache.qpid.framing
 
BasicDeliverBody(AMQShortString, long, boolean, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.framing.BasicDeliverBody
 
BasicGetBody - Class in org.apache.qpid.framing
 
BasicGetBody(int, AMQShortString, boolean) - Constructor for class org.apache.qpid.framing.BasicGetBody
 
BasicGetEmptyBody - Class in org.apache.qpid.framing
 
BasicGetEmptyBody(AMQShortString) - Constructor for class org.apache.qpid.framing.BasicGetEmptyBody
 
BasicGetOkBody - Class in org.apache.qpid.framing
 
BasicGetOkBody(long, boolean, AMQShortString, AMQShortString, long) - Constructor for class org.apache.qpid.framing.BasicGetOkBody
 
BasicNackBody - Class in org.apache.qpid.framing
 
BasicNackBody(long, boolean, boolean) - Constructor for class org.apache.qpid.framing.BasicNackBody
 
BasicPublishBody - Class in org.apache.qpid.framing
 
BasicPublishBody(int, AMQShortString, AMQShortString, boolean, boolean) - Constructor for class org.apache.qpid.framing.BasicPublishBody
 
BasicQosBody - Class in org.apache.qpid.framing
 
BasicQosBody(long, int, boolean) - Constructor for class org.apache.qpid.framing.BasicQosBody
 
BasicQosOkBody - Class in org.apache.qpid.framing
 
BasicQosOkBody() - Constructor for class org.apache.qpid.framing.BasicQosOkBody
 
BasicRecoverBody - Class in org.apache.qpid.framing
 
BasicRecoverBody(boolean) - Constructor for class org.apache.qpid.framing.BasicRecoverBody
 
BasicRecoverSyncBody - Class in org.apache.qpid.framing
 
BasicRecoverSyncBody(ProtocolVersion, boolean) - Constructor for class org.apache.qpid.framing.BasicRecoverSyncBody
 
BasicRecoverSyncOkBody - Class in org.apache.qpid.framing
 
BasicRecoverSyncOkBody(ProtocolVersion) - Constructor for class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
BasicRejectBody - Class in org.apache.qpid.framing
 
BasicRejectBody(long, boolean) - Constructor for class org.apache.qpid.framing.BasicRejectBody
 
BasicReturnBody - Class in org.apache.qpid.framing
 
BasicReturnBody(int, AMQShortString, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.framing.BasicReturnBody
 
BBDecoder - Class in org.apache.qpid.transport.codec
Byte Buffer Decoder.
BBDecoder() - Constructor for class org.apache.qpid.transport.codec.BBDecoder
 
BBEncoder - Class in org.apache.qpid.transport.codec
Byte Buffer Encoder.
BBEncoder(int) - Constructor for class org.apache.qpid.transport.codec.BBEncoder
 
beginColumn - Variable in class org.apache.qpid.filter.selector.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.qpid.filter.selector.Token
The line number of the first character of this Token.
beginSize16() - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
beginSize16() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
beginSize32() - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
beginSize32() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
beginSize8() - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
beginSize8() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
BeginToken() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Start.
BETWEEN - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
Binary - Class in org.apache.qpid.transport
Binary
Binary(byte[], int, int) - Constructor for class org.apache.qpid.transport.Binary
 
Binary(byte[]) - Constructor for class org.apache.qpid.transport.Binary
 
BinaryExpression<T> - Class in org.apache.qpid.filter
An expression which performs an operation on two expression values.
BinaryExpression(Expression<T>, Expression<T>) - Constructor for class org.apache.qpid.filter.BinaryExpression
 
bindingKey(String) - Method in class org.apache.qpid.transport.ExchangeBind
 
bindingKey(String) - Method in class org.apache.qpid.transport.ExchangeBound
 
bindingKey(String) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
BindingURL - Interface in org.apache.qpid.url
 
BindingURLParser - Class in org.apache.qpid.url
 
BindingURLParser() - Constructor for class org.apache.qpid.url.BindingURLParser
 
BLOCK_COMMENT - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
body(List<QpidByteBuffer>) - Method in class org.apache.qpid.transport.MessageTransfer
 
BOOLEAN_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
BooleanExpression<E> - Interface in org.apache.qpid.filter
A BooleanExpression is an expression that always produces a Boolean result.
booleanProperty(Boolean, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
booleanProperty(Accessor, Boolean, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
branchId(byte[]) - Method in class org.apache.qpid.transport.Xid
 
BROKER_SEPARATOR - Static variable in class org.apache.qpid.url.URLHelper
 
bufcolumn - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
buffer - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
buffer() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
bufline - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
bufpos - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
Position in buffer.
BUILD_VERSION_PROPERTY - Static variable in class org.apache.qpid.configuration.CommonProperties
Defines the name of the source code revision property.
buildClientContext(TrustManager[], KeyManager[]) - Static method in class org.apache.qpid.ssl.SSLContextFactory
 
BYTE_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
BYTEARRAY_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
ByteBufferInputStream - Class in org.apache.qpid.util
Wraps @link ByteBuffer into InputStream
ByteBufferInputStream(ByteBuffer) - Constructor for class org.apache.qpid.util.ByteBufferInputStream
 
ByteBufferReceiver - Interface in org.apache.qpid.transport
 
ByteBufferRef - Interface in org.apache.qpid.bytebuffer
 
ByteBufferSender - Interface in org.apache.qpid.transport
 
ByteBufferUtils - Class in org.apache.qpid.util
 
ByteBufferUtils() - Constructor for class org.apache.qpid.util.ByteBufferUtils
 
byteRanges(RangeSet) - Method in class org.apache.qpid.transport.SessionCommandFragment
 

C

capabilities(List<Object>) - Method in class org.apache.qpid.transport.ConnectionOpen
 
capacity() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
chain(Strings.Resolver...) - Static method in class org.apache.qpid.util.Strings
 
challenge(byte[]) - Method in class org.apache.qpid.transport.ConnectionSecure
 
CHANNEL_ERROR - Static variable in class org.apache.qpid.protocol.AMQConstant
The client attempted to work with a channel that had not been correctly opened.
ChannelAlertBody - Class in org.apache.qpid.framing
 
ChannelAlertBody(int, AMQShortString, FieldTable) - Constructor for class org.apache.qpid.framing.ChannelAlertBody
 
ChannelCloseBody - Class in org.apache.qpid.framing
 
ChannelCloseBody(int, AMQShortString, int, int) - Constructor for class org.apache.qpid.framing.ChannelCloseBody
 
ChannelCloseOkBody - Class in org.apache.qpid.framing
 
ChannelFlowBody - Class in org.apache.qpid.framing
 
ChannelFlowBody(boolean) - Constructor for class org.apache.qpid.framing.ChannelFlowBody
 
ChannelFlowOkBody - Class in org.apache.qpid.framing
 
ChannelFlowOkBody(boolean) - Constructor for class org.apache.qpid.framing.ChannelFlowOkBody
 
channelMax(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
channelMax(int) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
ChannelMethodProcessor - Interface in org.apache.qpid.framing
 
ChannelOpenBody - Class in org.apache.qpid.framing
 
ChannelOpenBody() - Constructor for class org.apache.qpid.framing.ChannelOpenBody
 
ChannelOpenOkBody - Class in org.apache.qpid.framing
 
CHAR_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
charAt(int) - Method in class org.apache.qpid.framing.AMQShortString
 
check(Object) - Method in class org.apache.qpid.transport.Field
 
checkAvailable(int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
Check that there is at least a certain number of bytes available to read
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.qpid.transport.network.security.ssl.QpidMultipleTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.apache.qpid.transport.network.security.ssl.QpidPeersOnlyTrustManager
 
checkEqualOperand(Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
Validates that the expression can be used in == or <> expression.
checkIdentiferFormat(AMQShortString) - Static method in class org.apache.qpid.framing.FieldTable
 
checkLessThanOperand(Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
Only Numeric expressions can be used in >, >=, < or <= expressions.
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.qpid.transport.network.security.ssl.QpidMultipleTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.qpid.transport.network.security.ssl.QpidPeersOnlyTrustManager
 
checkVersion() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
CLASS_ID - Static variable in class org.apache.qpid.framing.AccessRequestBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.AccessRequestOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicAckBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicCancelBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicCancelOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicConsumeBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicConsumeOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicDeliverBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicGetBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicGetEmptyBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicGetOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicNackBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicPublishBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicQosBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicQosOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicRecoverBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicRecoverSyncBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicRejectBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.BasicReturnBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelAlertBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelCloseBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelCloseOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelFlowBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelFlowOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelOpenBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ChannelOpenOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConfirmSelectBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConfirmSelectOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionCloseBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionCloseOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionOpenBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionOpenOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionRedirectBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionSecureBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionSecureOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionStartBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionStartOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionTuneBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ConnectionTuneOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ContentHeaderBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ExchangeBoundBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ExchangeDeclareBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ExchangeDeleteBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueBindBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueBindOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueDeclareBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueDeclareOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueDeleteBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueDeleteOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueuePurgeBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueuePurgeOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueUnbindBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.QueueUnbindOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.TxCommitBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.TxCommitOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.TxRollbackBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.TxRollbackOkBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.TxSelectBody
 
CLASS_ID - Static variable in class org.apache.qpid.framing.TxSelectOkBody
 
classCode(short) - Method in class org.apache.qpid.transport.ExecutionException
 
clear() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
clear() - Method in class org.apache.qpid.framing.FieldTable
 
clear() - Method in class org.apache.qpid.transport.Range
 
clear() - Method in interface org.apache.qpid.transport.RangeSet
 
clear() - Method in class org.apache.qpid.transport.RangeSetImpl
 
clearAcceptMode() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearAcceptMode() - Method in class org.apache.qpid.transport.MessageTransfer
 
clearAcquireMode() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearAcquireMode() - Method in class org.apache.qpid.transport.MessageTransfer
 
clearAlternateExchange() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearAlternateExchange() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearAlternateExchange() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearAppId() - Method in class org.apache.qpid.transport.MessageProperties
 
clearApplicationHeaders() - Method in class org.apache.qpid.transport.MessageProperties
 
clearArgsNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
clearArguments() - Method in class org.apache.qpid.transport.ExchangeBind
 
clearArguments() - Method in class org.apache.qpid.transport.ExchangeBound
 
clearArguments() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearArguments() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
clearArguments() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearArguments() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearArguments() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearAutoDelete() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearAutoDelete() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearAutoDelete() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearBindingKey() - Method in class org.apache.qpid.transport.ExchangeBind
 
clearBindingKey() - Method in class org.apache.qpid.transport.ExchangeBound
 
clearBindingKey() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
clearBranchId() - Method in class org.apache.qpid.transport.Xid
 
clearCapabilities() - Method in class org.apache.qpid.transport.ConnectionOpen
 
clearChallenge() - Method in class org.apache.qpid.transport.ConnectionSecure
 
clearChannelMax() - Method in class org.apache.qpid.transport.ConnectionTune
 
clearChannelMax() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
clearClassCode() - Method in class org.apache.qpid.transport.ExecutionException
 
clearClientProperties() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
clearCode() - Method in class org.apache.qpid.transport.MessageReject
 
clearCode() - Method in class org.apache.qpid.transport.SessionDetached
 
clearCommandCode() - Method in class org.apache.qpid.transport.ExecutionException
 
clearCommandId() - Method in class org.apache.qpid.transport.ExecutionException
 
clearCommandId() - Method in class org.apache.qpid.transport.ExecutionResult
 
clearCommandId() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
clearCommandOffset() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
clearCommands() - Method in class org.apache.qpid.transport.SessionCompleted
 
clearCommands() - Method in class org.apache.qpid.transport.SessionConfirmed
 
clearCommands() - Method in class org.apache.qpid.transport.SessionExpected
 
clearCommands() - Method in class org.apache.qpid.transport.SessionGap
 
clearCommands() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
clearCompleted() - Method in class org.apache.qpid.transport.SessionFlush
 
clearConfirmed() - Method in class org.apache.qpid.transport.SessionFlush
 
clearContentEncoding() - Method in class org.apache.qpid.transport.MessageProperties
 
clearContentLength() - Method in class org.apache.qpid.transport.MessageProperties
 
clearContentType() - Method in class org.apache.qpid.transport.MessageProperties
 
clearCorrelationId() - Method in class org.apache.qpid.transport.MessageProperties
 
clearDeliveryMode() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearDescription() - Method in class org.apache.qpid.transport.ExecutionException
 
clearDestination() - Method in class org.apache.qpid.transport.MessageCancel
 
clearDestination() - Method in class org.apache.qpid.transport.MessageFlow
 
clearDestination() - Method in class org.apache.qpid.transport.MessageFlush
 
clearDestination() - Method in class org.apache.qpid.transport.MessageResume
 
clearDestination() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
clearDestination() - Method in class org.apache.qpid.transport.MessageStop
 
clearDestination() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearDestination() - Method in class org.apache.qpid.transport.MessageTransfer
 
clearDiscardUnroutable() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearDurable() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearDurable() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
clearDurable() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearDurable() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearEncodedForm() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
clearEncodedForm() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
clearEncodedForm() - Method in class org.apache.qpid.framing.FieldTable
 
clearErrorCode() - Method in class org.apache.qpid.transport.ExecutionException
 
clearErrorInfo() - Method in class org.apache.qpid.transport.ExecutionException
 
clearExchange() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearExchange() - Method in class org.apache.qpid.transport.ExchangeBind
 
clearExchange() - Method in class org.apache.qpid.transport.ExchangeBound
 
clearExchange() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearExchange() - Method in class org.apache.qpid.transport.ExchangeDelete
 
clearExchange() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
clearExchange() - Method in class org.apache.qpid.transport.ReplyTo
 
clearExchangeNotFound() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
clearExclusive() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearExclusive() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearExclusive() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearExpected() - Method in class org.apache.qpid.transport.SessionFlush
 
clearExpiration() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearFail() - Method in class org.apache.qpid.transport.DtxEnd
 
clearFieldIndex() - Method in class org.apache.qpid.transport.ExecutionException
 
clearFirst() - Method in class org.apache.qpid.transport.FragmentProperties
 
clearFlowMode() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
clearForce() - Method in class org.apache.qpid.transport.SessionAttach
 
clearFormat() - Method in class org.apache.qpid.transport.Xid
 
clearFragments() - Method in class org.apache.qpid.transport.SessionConfirmed
 
clearFragments() - Method in class org.apache.qpid.transport.SessionExpected
 
clearFragmentSize() - Method in class org.apache.qpid.transport.FragmentProperties
 
clearGlobalId() - Method in class org.apache.qpid.transport.Xid
 
clearHeartbeat() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
clearHeartbeatMax() - Method in class org.apache.qpid.transport.ConnectionTune
 
clearHeartbeatMin() - Method in class org.apache.qpid.transport.ConnectionTune
 
clearHost() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
clearIfEmpty() - Method in class org.apache.qpid.transport.QueueDelete
 
clearIfUnused() - Method in class org.apache.qpid.transport.ExchangeDelete
 
clearIfUnused() - Method in class org.apache.qpid.transport.QueueDelete
 
clearImmediate() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearInDoubt() - Method in class org.apache.qpid.transport.RecoverResult
 
clearInsist() - Method in class org.apache.qpid.transport.ConnectionOpen
 
clearJoin() - Method in class org.apache.qpid.transport.DtxStart
 
clearKeyNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
clearKnownHosts() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
clearKnownHosts() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
clearLast() - Method in class org.apache.qpid.transport.FragmentProperties
 
clearLocale() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
clearLocales() - Method in class org.apache.qpid.transport.ConnectionStart
 
clearMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionTune
 
clearMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
clearMechanism() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
clearMechanisms() - Method in class org.apache.qpid.transport.ConnectionStart
 
clearMessageCount() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearMessageId() - Method in class org.apache.qpid.transport.MessageProperties
 
clearName() - Method in class org.apache.qpid.transport.ExchangeQuery
 
clearName() - Method in class org.apache.qpid.transport.SessionAttach
 
clearName() - Method in class org.apache.qpid.transport.SessionAttached
 
clearName() - Method in class org.apache.qpid.transport.SessionDetach
 
clearName() - Method in class org.apache.qpid.transport.SessionDetached
 
clearNotFound() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
clearOffset() - Method in class org.apache.qpid.transport.MessageResumeResult
 
clearOnePhase() - Method in class org.apache.qpid.transport.DtxCommit
 
clearPassive() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearPassive() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearPriority() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearQueue() - Method in class org.apache.qpid.transport.ExchangeBind
 
clearQueue() - Method in class org.apache.qpid.transport.ExchangeBound
 
clearQueue() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
clearQueue() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearQueue() - Method in class org.apache.qpid.transport.QueueDeclare
 
clearQueue() - Method in class org.apache.qpid.transport.QueueDelete
 
clearQueue() - Method in class org.apache.qpid.transport.QueuePurge
 
clearQueue() - Method in class org.apache.qpid.transport.QueueQuery
 
clearQueue() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearQueueNotFound() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
clearQueueNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
clearRedelivered() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearReplyCode() - Method in class org.apache.qpid.transport.ConnectionClose
 
clearReplyText() - Method in class org.apache.qpid.transport.ConnectionClose
 
clearReplyTo() - Method in class org.apache.qpid.transport.MessageProperties
 
clearResponse() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
clearResponse() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
clearResume() - Method in class org.apache.qpid.transport.DtxStart
 
clearResumeId() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearResumeId() - Method in class org.apache.qpid.transport.MessageResume
 
clearResumeId() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearResumeTtl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearResumeTtl() - Method in class org.apache.qpid.transport.MessageSubscribe
 
clearRoutingKey() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearRoutingKey() - Method in class org.apache.qpid.transport.ReplyTo
 
clearServerProperties() - Method in class org.apache.qpid.transport.ConnectionStart
 
clearSetRedelivered() - Method in class org.apache.qpid.transport.MessageRelease
 
clearStatus() - Method in class org.apache.qpid.transport.XaResult
 
clearSubscriberCount() - Method in class org.apache.qpid.transport.QueueQueryResult
 
clearSuspend() - Method in class org.apache.qpid.transport.DtxEnd
 
clearSync() - Method in class org.apache.qpid.transport.SessionHeader
 
clearText() - Method in class org.apache.qpid.transport.MessageReject
 
clearTimelyReply() - Method in class org.apache.qpid.transport.SessionCompleted
 
clearTimeout() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
clearTimeout() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
clearTimeout() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
clearTimeout() - Method in class org.apache.qpid.transport.SessionTimeout
 
clearTimestamp() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearTransfers() - Method in class org.apache.qpid.transport.Acquired
 
clearTransfers() - Method in class org.apache.qpid.transport.MessageAccept
 
clearTransfers() - Method in class org.apache.qpid.transport.MessageAcquire
 
clearTransfers() - Method in class org.apache.qpid.transport.MessageReject
 
clearTransfers() - Method in class org.apache.qpid.transport.MessageRelease
 
clearTtl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
clearType() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
clearType() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
clearUnit() - Method in class org.apache.qpid.transport.MessageFlow
 
clearUserId() - Method in class org.apache.qpid.transport.MessageProperties
 
clearValue() - Method in class org.apache.qpid.transport.ExecutionResult
 
clearValue() - Method in class org.apache.qpid.transport.MessageFlow
 
clearVirtualHost() - Method in class org.apache.qpid.transport.ConnectionOpen
 
clearXid() - Method in class org.apache.qpid.transport.DtxCommit
 
clearXid() - Method in class org.apache.qpid.transport.DtxEnd
 
clearXid() - Method in class org.apache.qpid.transport.DtxForget
 
clearXid() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
clearXid() - Method in class org.apache.qpid.transport.DtxPrepare
 
clearXid() - Method in class org.apache.qpid.transport.DtxRollback
 
clearXid() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
clearXid() - Method in class org.apache.qpid.transport.DtxStart
 
CLIENT_ID_0_10 - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
CLIENT_ID_0_8 - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
ClientChannelMethodProcessor - Interface in org.apache.qpid.framing
 
ClientDecoder - Class in org.apache.qpid.codec
 
ClientDecoder(ClientMethodProcessor<? extends ClientChannelMethodProcessor>) - Constructor for class org.apache.qpid.codec.ClientDecoder
Creates a new AMQP decoder.
ClientDelegate - Class in org.apache.qpid.transport
ClientDelegate
ClientDelegate(ConnectionSettings) - Constructor for class org.apache.qpid.transport.ClientDelegate
 
ClientMethodDispatcher - Interface in org.apache.qpid.framing
 
ClientMethodProcessor<T extends ClientChannelMethodProcessor> - Interface in org.apache.qpid.framing
 
ClientProperties - Class in org.apache.qpid.configuration
This class centralized the Qpid client properties.
clientProperties(Map<String, Object>) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
clone() - Method in exception org.apache.qpid.QpidException
 
cloneForCurrentThread() - Method in exception org.apache.qpid.AMQException
 
cloneForCurrentThread() - Method in exception org.apache.qpid.QpidException
Rethrown this exception as a new exception.
close() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
close() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferOutputStream
 
close() - Method in class org.apache.qpid.streams.CompositeInputStream
 
close() - Method in interface org.apache.qpid.transport.ByteBufferSender
 
close() - Method in class org.apache.qpid.transport.Connection
 
close(ConnectionCloseCode, String, Option...) - Method in class org.apache.qpid.transport.Connection
 
close() - Method in class org.apache.qpid.transport.network.Disassembler
 
close() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
close() - Method in class org.apache.qpid.transport.network.io.IoNetworkTransport
 
close() - Method in class org.apache.qpid.transport.network.io.IoSender
 
close() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
close() - Method in class org.apache.qpid.transport.network.security.sasl.SASLSender
 
close() - Method in class org.apache.qpid.transport.network.security.ssl.SSLSender
 
close() - Method in interface org.apache.qpid.transport.ProtocolEventSender
 
close() - Method in class org.apache.qpid.transport.Session
 
close() - Method in class org.apache.qpid.util.ByteBufferInputStream
 
closeCode(ConnectionClose) - Method in class org.apache.qpid.transport.Connection
 
closed() - Method in interface org.apache.qpid.transport.ByteBufferReceiver
 
closed() - Method in class org.apache.qpid.transport.Connection
 
closed(Connection) - Method in interface org.apache.qpid.transport.ConnectionListener
 
closed() - Method in class org.apache.qpid.transport.network.Assembler
 
closed() - Method in class org.apache.qpid.transport.network.InputHandler
 
closed(Connection) - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
closed() - Method in class org.apache.qpid.transport.network.security.sasl.SASLReceiver
 
closed() - Method in class org.apache.qpid.transport.network.security.ssl.SSLReceiver
 
closed() - Method in interface org.apache.qpid.transport.NetworkEventReceiver
 
closed() - Method in interface org.apache.qpid.transport.ProtocolEventReceiver
 
closed() - Method in class org.apache.qpid.transport.Session
 
closed(Session) - Method in class org.apache.qpid.transport.SessionDelegate
 
closed(Session) - Method in interface org.apache.qpid.transport.SessionListener
 
code(MessageRejectCode) - Method in class org.apache.qpid.transport.MessageReject
 
code(SessionDetachCode) - Method in class org.apache.qpid.transport.SessionDetached
 
column - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
combine(Collection<QpidByteBuffer>) - Static method in class org.apache.qpid.util.ByteBufferUtils
 
command(Connection, Method) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
command(Void, Method) - Method in class org.apache.qpid.transport.network.Disassembler
 
command(C, Method) - Method in interface org.apache.qpid.transport.ProtocolDelegate
 
command(Session, Method) - Method in class org.apache.qpid.transport.SessionDelegate
 
command(Session, Method, boolean) - Method in class org.apache.qpid.transport.SessionDelegate
 
COMMAND_INVALID - Static variable in class org.apache.qpid.protocol.AMQConstant
The client sent an invalid sequence of frames, attempting to perform an operation that was considered invalid by the server.
commandCode(short) - Method in class org.apache.qpid.transport.ExecutionException
 
commandId(int) - Method in class org.apache.qpid.transport.ExecutionException
 
commandId(int) - Method in class org.apache.qpid.transport.ExecutionResult
 
commandId(int) - Method in class org.apache.qpid.transport.SessionCommandFragment
 
commandId(int) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
CommandLineParser - Class in org.apache.qpid.util
CommandLineParser provides a utility for specifying the format of a command line and parsing command lines to ensure that they fit their specified format.
CommandLineParser(String[][]) - Constructor for class org.apache.qpid.util.CommandLineParser
Creates a command line options parser from a command line specification.
CommandLineParser.CommandLineOption - Class in org.apache.qpid.util
Holds information about a command line options.
CommandLineParser.CommandLineOption(String, boolean, String, String, boolean, String) - Constructor for class org.apache.qpid.util.CommandLineParser.CommandLineOption
Create a command line option object that holds specific information about a command line option.
commandOffset(long) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
commands(RangeSet) - Method in class org.apache.qpid.transport.SessionCompleted
 
commands(RangeSet) - Method in class org.apache.qpid.transport.SessionConfirmed
 
commands(RangeSet) - Method in class org.apache.qpid.transport.SessionExpected
 
commands(RangeSet) - Method in class org.apache.qpid.transport.SessionGap
 
commands(RangeSet) - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
CommonProperties - Class in org.apache.qpid.configuration
Centralised record of Qpid common properties.
compact() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
COMPARATOR - Static variable in class org.apache.qpid.util.Serial
 
compare(Comparable, Comparable) - Method in class org.apache.qpid.filter.ComparisonExpression
 
compare(int, int) - Static method in class org.apache.qpid.util.Serial
Compares two numbers using serial arithmetic.
compareTo(AMQShortString) - Method in class org.apache.qpid.framing.AMQShortString
 
compareTo(Object) - Method in class org.apache.qpid.framing.ProtocolVersion
 
ComparisonExpression<T> - Class in org.apache.qpid.filter
A filter performing a comparison of two objects
ComparisonExpression(Expression<T>, Expression<T>) - Constructor for class org.apache.qpid.filter.ComparisonExpression
 
comparisonExpression() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
compile() - Method in class org.apache.qpid.messaging.util.Lexicon
 
complete() - Method in class org.apache.qpid.transport.Method
 
complete(int, int) - Method in class org.apache.qpid.transport.Session
 
completed(boolean) - Method in class org.apache.qpid.transport.SessionFlush
 
CompositeAMQDataBlock - Class in org.apache.qpid.framing
 
CompositeAMQDataBlock(AMQDataBlock[]) - Constructor for class org.apache.qpid.framing.CompositeAMQDataBlock
 
CompositeInputStream - Class in org.apache.qpid.streams
Allows a series of input streams to be treated as if they were one.
CompositeInputStream(Collection<InputStream>) - Constructor for class org.apache.qpid.streams.CompositeInputStream
 
compressBufferToArray(ByteBuffer) - Static method in class org.apache.qpid.util.GZIPUtils
Return a new byte array with the compressed contents of the input buffer
Configured - Annotation Type in org.apache.qpid.configuration
Marks a field as having a "configured" value injected into it by a configurator.
confirmed(boolean) - Method in class org.apache.qpid.transport.SessionFlush
 
ConfirmSelectBody - Class in org.apache.qpid.framing
 
ConfirmSelectBody(boolean) - Constructor for class org.apache.qpid.framing.ConfirmSelectBody
 
ConfirmSelectOkBody - Class in org.apache.qpid.framing
 
connect(String, int, String, String, String, boolean, String) - Method in class org.apache.qpid.transport.Connection
 
connect(String, int, String, String, String, boolean, String, Map<String, Object>) - Method in class org.apache.qpid.transport.Connection
 
connect(ConnectionSettings) - Method in class org.apache.qpid.transport.Connection
 
connect(ConnectionSettings, ExceptionHandlingByteBufferReceiver, TransportActivity) - Method in class org.apache.qpid.transport.network.io.IoNetworkTransport
 
Connection - Class in org.apache.qpid.transport
Connection
Connection() - Constructor for class org.apache.qpid.transport.Connection
 
Connection.SessionFactory - Interface in org.apache.qpid.transport
 
Connection.State - Enum in org.apache.qpid.transport
 
CONNECTION_CLOSE_OK_0_8 - Static variable in class org.apache.qpid.framing.ConnectionCloseOkBody
 
CONNECTION_CLOSE_OK_0_9 - Static variable in class org.apache.qpid.framing.ConnectionCloseOkBody
 
CONNECTION_FORCED - Static variable in class org.apache.qpid.protocol.AMQConstant
An operator intervened to close the connection for some reason.
CONNECTION_OPTION_COMPRESS_MESSAGES - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to set a default value for a connection option 'compress_messages'
CONNECTION_OPTION_MESSAGE_COMPRESSION_THRESHOLD_SIZE - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to set a default value for a connection option 'message_compression_threshold_size'
CONNECTION_OPTION_SSL_VERIFY_HOST_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to set a default value for a connection option 'ssl_verify_hostname'
connectionAuthContinue(Connection, byte[]) - Method in class org.apache.qpid.transport.ServerDelegate
 
connectionAuthFailed(Connection, Exception) - Method in class org.apache.qpid.transport.ServerDelegate
 
ConnectionClose - Class in org.apache.qpid.transport
 
ConnectionClose() - Constructor for class org.apache.qpid.transport.ConnectionClose
 
ConnectionClose(ConnectionCloseCode, String, Option...) - Constructor for class org.apache.qpid.transport.ConnectionClose
 
connectionClose(Connection, ConnectionClose) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
connectionClose(C, ConnectionClose) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionCloseBody - Class in org.apache.qpid.framing
 
ConnectionCloseBody(ProtocolVersion, int, AMQShortString, int, int) - Constructor for class org.apache.qpid.framing.ConnectionCloseBody
 
ConnectionCloseCode - Enum in org.apache.qpid.transport
 
ConnectionCloseOk - Class in org.apache.qpid.transport
 
ConnectionCloseOk(Option...) - Constructor for class org.apache.qpid.transport.ConnectionCloseOk
 
connectionCloseOk(Connection, ConnectionCloseOk) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
connectionCloseOk(C, ConnectionCloseOk) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionCloseOkBody - Class in org.apache.qpid.framing
 
ConnectionDelegate - Class in org.apache.qpid.transport
Currently only implemented client specific methods the server specific methods are dummy impls for testing the connectionClose is kind of different for both sides
ConnectionDelegate() - Constructor for class org.apache.qpid.transport.ConnectionDelegate
 
ConnectionException - Exception in org.apache.qpid.transport
ConnectionException
ConnectionException(String, ConnectionClose, Throwable) - Constructor for exception org.apache.qpid.transport.ConnectionException
 
ConnectionException(String) - Constructor for exception org.apache.qpid.transport.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception org.apache.qpid.transport.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception org.apache.qpid.transport.ConnectionException
 
ConnectionException(ConnectionClose) - Constructor for exception org.apache.qpid.transport.ConnectionException
 
connectionHeartbeat(Connection, ConnectionHeartbeat) - Method in class org.apache.qpid.transport.ClientDelegate
 
connectionHeartbeat(Connection, ConnectionHeartbeat) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
ConnectionHeartbeat - Class in org.apache.qpid.transport
 
ConnectionHeartbeat(Option...) - Constructor for class org.apache.qpid.transport.ConnectionHeartbeat
 
connectionHeartbeat(C, ConnectionHeartbeat) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionInvoker - Class in org.apache.qpid.transport
 
ConnectionInvoker() - Constructor for class org.apache.qpid.transport.ConnectionInvoker
 
ConnectionListener - Interface in org.apache.qpid.transport
ConnectionListener
ConnectionOpen - Class in org.apache.qpid.transport
 
ConnectionOpen() - Constructor for class org.apache.qpid.transport.ConnectionOpen
 
ConnectionOpen(String, List<Object>, Option...) - Constructor for class org.apache.qpid.transport.ConnectionOpen
 
connectionOpen(C, ConnectionOpen) - Method in class org.apache.qpid.transport.MethodDelegate
 
connectionOpen(Connection, ConnectionOpen) - Method in class org.apache.qpid.transport.ServerDelegate
 
ConnectionOpenBody - Class in org.apache.qpid.framing
 
ConnectionOpenBody(AMQShortString, AMQShortString, boolean) - Constructor for class org.apache.qpid.framing.ConnectionOpenBody
 
connectionOpenOk(Connection, ConnectionOpenOk) - Method in class org.apache.qpid.transport.ClientDelegate
 
ConnectionOpenOk - Class in org.apache.qpid.transport
 
ConnectionOpenOk() - Constructor for class org.apache.qpid.transport.ConnectionOpenOk
 
ConnectionOpenOk(List<Object>, Option...) - Constructor for class org.apache.qpid.transport.ConnectionOpenOk
 
connectionOpenOk(C, ConnectionOpenOk) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionOpenOkBody - Class in org.apache.qpid.framing
 
ConnectionOpenOkBody(AMQShortString) - Constructor for class org.apache.qpid.framing.ConnectionOpenOkBody
 
connectionRedirect(Connection, ConnectionRedirect) - Method in class org.apache.qpid.transport.ClientDelegate
 
ConnectionRedirect - Class in org.apache.qpid.transport
 
ConnectionRedirect() - Constructor for class org.apache.qpid.transport.ConnectionRedirect
 
ConnectionRedirect(String, List<Object>, Option...) - Constructor for class org.apache.qpid.transport.ConnectionRedirect
 
connectionRedirect(C, ConnectionRedirect) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionRedirectBody - Class in org.apache.qpid.framing
 
ConnectionRedirectBody(ProtocolVersion, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.framing.ConnectionRedirectBody
 
connectionSecure(Connection, ConnectionSecure) - Method in class org.apache.qpid.transport.ClientDelegate
 
ConnectionSecure - Class in org.apache.qpid.transport
 
ConnectionSecure() - Constructor for class org.apache.qpid.transport.ConnectionSecure
 
ConnectionSecure(byte[], Option...) - Constructor for class org.apache.qpid.transport.ConnectionSecure
 
connectionSecure(C, ConnectionSecure) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionSecureBody - Class in org.apache.qpid.framing
 
ConnectionSecureBody(byte[]) - Constructor for class org.apache.qpid.framing.ConnectionSecureBody
 
ConnectionSecureOk - Class in org.apache.qpid.transport
 
ConnectionSecureOk() - Constructor for class org.apache.qpid.transport.ConnectionSecureOk
 
ConnectionSecureOk(byte[], Option...) - Constructor for class org.apache.qpid.transport.ConnectionSecureOk
 
connectionSecureOk(C, ConnectionSecureOk) - Method in class org.apache.qpid.transport.MethodDelegate
 
connectionSecureOk(Connection, ConnectionSecureOk) - Method in class org.apache.qpid.transport.ServerDelegate
 
ConnectionSecureOkBody - Class in org.apache.qpid.framing
 
ConnectionSecureOkBody(byte[]) - Constructor for class org.apache.qpid.framing.ConnectionSecureOkBody
 
ConnectionSettings - Class in org.apache.qpid.transport
A ConnectionSettings object can only be associated with one Connection object.
ConnectionSettings() - Constructor for class org.apache.qpid.transport.ConnectionSettings
 
ConnectionSettings.RemoteStoreFinder - Interface in org.apache.qpid.transport
 
connectionStart(Connection, ConnectionStart) - Method in class org.apache.qpid.transport.ClientDelegate
 
ConnectionStart - Class in org.apache.qpid.transport
 
ConnectionStart() - Constructor for class org.apache.qpid.transport.ConnectionStart
 
ConnectionStart(Map<String, Object>, List<Object>, List<Object>, Option...) - Constructor for class org.apache.qpid.transport.ConnectionStart
 
connectionStart(C, ConnectionStart) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionStartBody - Class in org.apache.qpid.framing
 
ConnectionStartBody(short, short, FieldTable, byte[], byte[]) - Constructor for class org.apache.qpid.framing.ConnectionStartBody
 
ConnectionStartOk - Class in org.apache.qpid.transport
 
ConnectionStartOk() - Constructor for class org.apache.qpid.transport.ConnectionStartOk
 
ConnectionStartOk(Map<String, Object>, String, byte[], String, Option...) - Constructor for class org.apache.qpid.transport.ConnectionStartOk
 
connectionStartOk(C, ConnectionStartOk) - Method in class org.apache.qpid.transport.MethodDelegate
 
connectionStartOk(Connection, ConnectionStartOk) - Method in class org.apache.qpid.transport.ServerDelegate
 
ConnectionStartOkBody - Class in org.apache.qpid.framing
 
ConnectionStartOkBody(FieldTable, AMQShortString, byte[], AMQShortString) - Constructor for class org.apache.qpid.framing.ConnectionStartOkBody
 
ConnectionStartProperties - Class in org.apache.qpid.properties
Constants for the various properties clients can set values for during the ConnectionStartOk reply.
ConnectionStartProperties() - Constructor for class org.apache.qpid.properties.ConnectionStartProperties
 
connectionTune(Connection, ConnectionTune) - Method in class org.apache.qpid.transport.ClientDelegate
 
ConnectionTune - Class in org.apache.qpid.transport
 
ConnectionTune() - Constructor for class org.apache.qpid.transport.ConnectionTune
 
ConnectionTune(int, int, int, int, Option...) - Constructor for class org.apache.qpid.transport.ConnectionTune
 
connectionTune(C, ConnectionTune) - Method in class org.apache.qpid.transport.MethodDelegate
 
ConnectionTuneBody - Class in org.apache.qpid.framing
 
ConnectionTuneBody(int, long, int) - Constructor for class org.apache.qpid.framing.ConnectionTuneBody
 
ConnectionTuneOk - Class in org.apache.qpid.transport
 
ConnectionTuneOk() - Constructor for class org.apache.qpid.transport.ConnectionTuneOk
 
ConnectionTuneOk(int, int, int, Option...) - Constructor for class org.apache.qpid.transport.ConnectionTuneOk
 
connectionTuneOk(C, ConnectionTuneOk) - Method in class org.apache.qpid.transport.MethodDelegate
 
connectionTuneOk(Connection, ConnectionTuneOk) - Method in class org.apache.qpid.transport.ServerDelegate
 
ConnectionTuneOkBody - Class in org.apache.qpid.framing
 
ConnectionTuneOkBody(int, long, int) - Constructor for class org.apache.qpid.framing.ConnectionTuneOkBody
 
Constant - Interface in org.apache.qpid.transport
 
ConstantExpression<T> - Class in org.apache.qpid.filter
Represents a constant expression
ConstantExpression(Object) - Constructor for class org.apache.qpid.filter.ConstantExpression
 
contains(byte) - Method in class org.apache.qpid.framing.AMQShortString
 
containsKey(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
containsKey(String) - Method in class org.apache.qpid.framing.FieldTable
 
containsOption(String) - Method in class org.apache.qpid.url.AMQBindingURL
 
containsOption(String) - Method in interface org.apache.qpid.url.BindingURL
 
ContentBody - Class in org.apache.qpid.framing
 
ContentBody(ByteBuffer) - Constructor for class org.apache.qpid.framing.ContentBody
 
ContentBody(QpidByteBuffer) - Constructor for class org.apache.qpid.framing.ContentBody
 
contentBodyReceived(int, ContentBody) - Method in interface org.apache.qpid.protocol.AMQVersionAwareProtocolSession
 
contentEncoding(String) - Method in class org.apache.qpid.transport.MessageProperties
 
ContentHeaderBody - Class in org.apache.qpid.framing
 
ContentHeaderBody(QpidByteBuffer, long) - Constructor for class org.apache.qpid.framing.ContentHeaderBody
 
ContentHeaderBody(BasicContentHeaderProperties) - Constructor for class org.apache.qpid.framing.ContentHeaderBody
 
ContentHeaderBody(BasicContentHeaderProperties, long) - Constructor for class org.apache.qpid.framing.ContentHeaderBody
 
ContentHeaderPropertiesFactory - Class in org.apache.qpid.framing
 
contentHeaderReceived(int, ContentHeaderBody) - Method in interface org.apache.qpid.protocol.AMQVersionAwareProtocolSession
 
contentLength(long) - Method in class org.apache.qpid.transport.MessageProperties
 
contentType(String) - Method in class org.apache.qpid.transport.MessageProperties
 
control(Connection, Method) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
control(Void, Method) - Method in class org.apache.qpid.transport.network.Disassembler
 
control(C, Method) - Method in interface org.apache.qpid.transport.ProtocolDelegate
 
control(Session, Method) - Method in class org.apache.qpid.transport.SessionDelegate
 
convert(Xid) - Static method in class org.apache.qpid.dtx.XidImpl
Convert an Xid into the AMQP String format.
convertToFieldTable(Map<String, Object>) - Static method in class org.apache.qpid.framing.FieldTable
 
convertToMap(FieldTable) - Static method in class org.apache.qpid.framing.FieldTable
 
copy() - Method in class org.apache.qpid.transport.Binary
 
copy() - Method in class org.apache.qpid.transport.Range
 
copy() - Method in interface org.apache.qpid.transport.RangeSet
 
copy() - Method in class org.apache.qpid.transport.RangeSetImpl
 
copy(File, File) - Static method in class org.apache.qpid.util.FileUtils
Copies the specified source file to the specified destintaion file.
copy(InputStream, File) - Static method in class org.apache.qpid.util.FileUtils
Copies the specified InputStream to the specified destination file.
copyCheckedEx(File, File) - Static method in class org.apache.qpid.util.FileUtils
Copies the specified source file to the specified destination file.
copyRecursive(File, File) - Static method in class org.apache.qpid.util.FileUtils
 
copyTo(ByteBuffer) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
copyTo(byte[]) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
correlationId(byte[]) - Method in class org.apache.qpid.transport.MessageProperties
 
create(int) - Static method in class org.apache.qpid.transport.Method
 
create(int) - Static method in class org.apache.qpid.transport.Struct
 
createAccessRequestBody(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createAccessRequestOkBody(int) - Method in class org.apache.qpid.framing.MethodRegistry
 
createAMQFrame(int, ContentBody) - Static method in class org.apache.qpid.framing.ContentBody
 
createAMQFrame(int, BasicContentHeaderProperties, long) - Static method in class org.apache.qpid.framing.ContentHeaderBody
 
createAMQTypedValue(int) - Static method in class org.apache.qpid.framing.AMQTypedValue
 
createAMQTypedValue(long) - Static method in class org.apache.qpid.framing.AMQTypedValue
 
createAMQTypedValue(AMQType, Object) - Static method in class org.apache.qpid.framing.AMQTypedValue
 
createAND(BooleanExpression<E>, BooleanExpression<E>) - Static method in class org.apache.qpid.filter.LogicExpression
 
createBasicAckBody(long, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicCancelBody(AMQShortString, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicCancelOkBody(AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicConsumeBody(int, String, String, boolean, boolean, boolean, boolean, Map<String, Object>) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicConsumeOkBody(AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicDeliverBody(AMQShortString, long, boolean, AMQShortString, AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicGetBody(int, AMQShortString, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicGetEmptyBody(AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicGetOkBody(long, boolean, AMQShortString, AMQShortString, long) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicPublishBody(int, String, String, boolean, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicQosBody(long, int, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicQosOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicRecoverBody(boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicRecoverSyncBody(boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicRecoverSyncOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicRejectBody(long, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBasicReturnBody(int, AMQShortString, AMQShortString, AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createBetween(Expression<E>, Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createBooleanCast(Expression<E>) - Static method in class org.apache.qpid.filter.UnaryExpression
 
createChannelAlertBody(int, AMQShortString, FieldTable) - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelCloseBody(int, AMQShortString, int, int) - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelCloseOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelFlowBody(boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelFlowOkBody(boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelOpenBody(AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelOpenOkBody(byte[]) - Method in class org.apache.qpid.framing.MethodRegistry
 
createChannelOpenOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionCloseBody(int, AMQShortString, int, int) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionCloseOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionOpenBody(AMQShortString, AMQShortString, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionOpenOkBody(AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionRedirectBody(AMQShortString, AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionSecureBody(byte[]) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionSecureOkBody(byte[]) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionStartBody(short, short, FieldTable, byte[], byte[]) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionStartOkBody(FieldTable, AMQShortString, byte[], AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionTuneBody(int, long, int) - Method in class org.apache.qpid.framing.MethodRegistry
 
createConnectionTuneOkBody(int, long, int) - Method in class org.apache.qpid.framing.MethodRegistry
 
createContentHeaderProperties(int, int, QpidByteBuffer, int) - Method in class org.apache.qpid.framing.ContentHeaderPropertiesFactory
 
createDivide(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ArithmeticExpression
 
createEqual(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createExchangeBoundBody(String, String, String) - Method in class org.apache.qpid.framing.MethodRegistry
 
createExchangeBoundOkBody(int, AMQShortString) - Method in class org.apache.qpid.framing.MethodRegistry
 
createExchangeDeclareBody(int, String, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Method in class org.apache.qpid.framing.MethodRegistry
 
createExchangeDeclareOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createExchangeDeleteBody(int, String, boolean, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createExchangeDeleteOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createFloat(String) - Static method in class org.apache.qpid.filter.ConstantExpression
 
createFromBuffer(QpidByteBuffer, long) - Static method in class org.apache.qpid.framing.ContentHeaderBody
Helper method that is used currently by the persistence layer.
createFromDecimal(String) - Static method in class org.apache.qpid.filter.ConstantExpression
 
createFromHex(String) - Static method in class org.apache.qpid.filter.ConstantExpression
 
createFromOctal(String) - Static method in class org.apache.qpid.filter.ConstantExpression
 
createGreaterThan(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createGreaterThanEqual(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createInExpression(Expression<E>, List<?>, boolean, boolean) - Static method in class org.apache.qpid.filter.UnaryExpression
 
createInFilter(Expression<E>, List<?>, boolean) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createIsNotNull(Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createIsNull(Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createLessThan(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createLessThanEqual(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createLike(Expression<E>, String, String) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createMinus(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ArithmeticExpression
 
createMod(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ArithmeticExpression
 
createMultiply(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ArithmeticExpression
 
createNegate(Expression<E>) - Static method in class org.apache.qpid.filter.UnaryExpression
 
createNetworkConnection(Socket, ExceptionHandlingByteBufferReceiver, Integer, Integer, int, IdleTimeoutTicker) - Method in class org.apache.qpid.transport.network.io.IoNetworkTransport
 
createNOT(BooleanExpression<E>) - Static method in class org.apache.qpid.filter.UnaryExpression
 
createNotBetween(Expression<E>, Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createNotEqual(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createNotInFilter(Expression<E>, List<?>, boolean) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createNotLike(Expression<E>, String, String) - Static method in class org.apache.qpid.filter.ComparisonExpression
 
createOR(BooleanExpression<E>, BooleanExpression<E>) - Static method in class org.apache.qpid.filter.LogicExpression
 
createPlus(Expression<E>, Expression<E>) - Static method in class org.apache.qpid.filter.ArithmeticExpression
 
createPropertyExpression(String) - Method in interface org.apache.qpid.filter.PropertyExpressionFactory
 
createQueueBindBody(int, String, String, String, boolean, Map<String, Object>) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueBindOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueDeclareBody(int, String, boolean, boolean, boolean, boolean, boolean, Map<String, Object>) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueDeclareOkBody(AMQShortString, long, long) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueDeleteBody(int, String, boolean, boolean, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueDeleteOkBody(long) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueuePurgeBody(int, AMQShortString, boolean) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueuePurgeOkBody(long) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueUnbindBody(int, AMQShortString, AMQShortString, AMQShortString, FieldTable) - Method in class org.apache.qpid.framing.MethodRegistry
 
createQueueUnbindOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createRangeSet() - Static method in class org.apache.qpid.transport.RangeSetFactory
 
createRangeSet(int) - Static method in class org.apache.qpid.transport.RangeSetFactory
 
createSaslClient(List<Object>) - Method in class org.apache.qpid.transport.ClientDelegate
 
createSaslServer(Connection, String) - Method in class org.apache.qpid.transport.ServerDelegate
 
createSession() - Method in class org.apache.qpid.transport.Connection
 
createSession(long) - Method in class org.apache.qpid.transport.Connection
 
createSession(long, boolean) - Method in class org.apache.qpid.transport.Connection
 
createSession(String) - Method in class org.apache.qpid.transport.Connection
 
createSession(String, long) - Method in class org.apache.qpid.transport.Connection
 
createSession(String, long, boolean) - Method in class org.apache.qpid.transport.Connection
 
createSession(byte[], long) - Method in class org.apache.qpid.transport.Connection
 
createSession(Binary, long) - Method in class org.apache.qpid.transport.Connection
 
createSession(Binary, long, boolean) - Method in class org.apache.qpid.transport.Connection
 
createSubstitutionResolver(String, LinkedHashMap<String, String>) - Static method in class org.apache.qpid.util.Strings
 
createThread(Runnable) - Method in class org.apache.qpid.thread.DefaultThreadFactory
 
createThread(Runnable, int) - Method in class org.apache.qpid.thread.DefaultThreadFactory
 
createThread(Runnable) - Method in class org.apache.qpid.thread.RealtimeThreadFactory
 
createThread(Runnable, int) - Method in class org.apache.qpid.thread.RealtimeThreadFactory
 
createThread(Runnable) - Method in interface org.apache.qpid.thread.ThreadFactory
 
createThread(Runnable, int) - Method in interface org.apache.qpid.thread.ThreadFactory
 
createTxCommitBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createTxCommitOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createTxRollbackBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createTxRollbackOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createTxSelectBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
createTxSelectOkBody() - Method in class org.apache.qpid.framing.MethodRegistry
 
curChar - Variable in class org.apache.qpid.filter.selector.SelectorParserTokenManager
 
currentToken - Variable in exception org.apache.qpid.filter.selector.ParseException
This is the last token that has been consumed successfully.

D

DAEMON_DISPATCHER - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to enable allow dispatcher thread to be run as a daemon thread
DataUrlUtils - Class in org.apache.qpid.util
 
DataUrlUtils() - Constructor for class org.apache.qpid.util.DataUrlUtils
 
debugStream - Variable in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Debug output.
DECIMAL_LITERAL - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
decodable(QpidByteBuffer) - Method in class org.apache.qpid.codec.AMQDecoder
 
decodable(QpidByteBuffer) - Method in class org.apache.qpid.framing.ProtocolInitiation.Decoder
 
decode(Charset) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
decode(QpidByteBuffer) - Method in class org.apache.qpid.codec.AMQDecoder
 
decodeBase64(String) - Static method in class org.apache.qpid.util.Strings
 
decodeBuffer(ByteBuffer) - Method in class org.apache.qpid.codec.ClientDecoder
 
decodeBuffer(QpidByteBuffer) - Method in class org.apache.qpid.codec.ServerDecoder
 
Decoder - Interface in org.apache.qpid.transport.codec
Decoder interface.
decrementRef() - Method in interface org.apache.qpid.bytebuffer.ByteBufferRef
 
decryptSSL(SSLEngine, QpidByteBuffer) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
DEFAULT - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
Lexical state.
DEFAULT_ADDR_SYNTAX_0_8_SUPPORT - Static variable in class org.apache.qpid.configuration.ClientProperties
 
DEFAULT_CLOSE_TIMEOUT - Static variable in class org.apache.qpid.configuration.ClientProperties
A default timeout value for close operations
DEFAULT_CONNECTION_OPTION_COMPRESS_MESSAGES - Static variable in class org.apache.qpid.configuration.ClientProperties
 
DEFAULT_CONNECTION_OPTION_SSL_VERIFY_HOST_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
 
DEFAULT_EXCHANGE_NAME - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
The default direct exchange, which is a special internal exchange that cannot be explicitly bound to.
DEFAULT_FLOW_CONTROL_WAIT_FAILURE - Static variable in class org.apache.qpid.configuration.ClientProperties
Default time (in millis) to wait before failing when sending and the client has been flow controlled by the broker.
DEFAULT_FLOW_CONTROL_WAIT_NOTIFY_PERIOD - Static variable in class org.apache.qpid.configuration.ClientProperties
Default time (in millis) between log notifications that a send is waiting because the client was flow controlled by the broker.
DEFAULT_MAX_CACHED_ADDR_OPTION_STRINGS - Static variable in class org.apache.qpid.configuration.ClientProperties
 
DEFAULT_MESSAGE_COMPRESSION_THRESHOLD_SIZE - Static variable in class org.apache.qpid.configuration.ClientProperties
 
DEFAULT_OPTION_SEPERATOR - Static variable in class org.apache.qpid.url.URLHelper
 
DEFAULT_SYNC_OPERATION_TIMEOUT - Static variable in class org.apache.qpid.configuration.ClientProperties
A default timeout value for synchronous operations
defaultProtocolVersion() - Static method in class org.apache.qpid.framing.ProtocolVersion
 
DefaultThreadFactory - Class in org.apache.qpid.thread
 
DefaultThreadFactory() - Constructor for class org.apache.qpid.thread.DefaultThreadFactory
 
define(String, String) - Method in class org.apache.qpid.messaging.util.Lexicon
 
deflate(Collection<QpidByteBuffer>) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
delegate(C, ProtocolDelegate<C>) - Method in class org.apache.qpid.transport.Method
 
delegate(NetworkDelegate) - Method in class org.apache.qpid.transport.network.Frame
 
delegate(NetworkDelegate) - Method in interface org.apache.qpid.transport.network.NetworkEvent
 
delegate(C, ProtocolDelegate<C>) - Method in class org.apache.qpid.transport.ProtocolError
 
delegate(NetworkDelegate) - Method in class org.apache.qpid.transport.ProtocolError
 
delegate(C, ProtocolDelegate<C>) - Method in interface org.apache.qpid.transport.ProtocolEvent
 
delegate(C, ProtocolDelegate<C>) - Method in class org.apache.qpid.transport.ProtocolHeader
 
delegate(NetworkDelegate) - Method in class org.apache.qpid.transport.ProtocolHeader
 
delete(File, boolean) - Static method in class org.apache.qpid.util.FileUtils
Delete a given file/directory, A directory will always require the recursive flag to be set.
deleteDirectory(String) - Static method in class org.apache.qpid.util.FileUtils
 
deleteFile(String) - Static method in class org.apache.qpid.util.FileUtils
 
deliveryMode(MessageDeliveryMode) - Method in class org.apache.qpid.transport.DeliveryProperties
 
DeliveryProperties - Class in org.apache.qpid.transport
 
DeliveryProperties() - Constructor for class org.apache.qpid.transport.DeliveryProperties
 
DeliveryProperties(DeliveryProperties) - Constructor for class org.apache.qpid.transport.DeliveryProperties
 
DeliveryProperties(MessageDeliveryPriority, MessageDeliveryMode, long, long, long, String, String, String, long, Option...) - Constructor for class org.apache.qpid.transport.DeliveryProperties
 
description(String) - Method in class org.apache.qpid.transport.ExecutionException
 
DEST_SYNTAX - Static variable in class org.apache.qpid.configuration.ClientProperties
This value will be used to determine the default destination syntax type.
destination(String) - Method in class org.apache.qpid.transport.MessageCancel
 
destination(String) - Method in class org.apache.qpid.transport.MessageFlow
 
destination(String) - Method in class org.apache.qpid.transport.MessageFlush
 
destination(String) - Method in class org.apache.qpid.transport.MessageResume
 
destination(String) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
destination(String) - Method in class org.apache.qpid.transport.MessageStop
 
destination(String) - Method in class org.apache.qpid.transport.MessageSubscribe
 
destination(String) - Method in class org.apache.qpid.transport.MessageTransfer
 
detached(Session) - Method in class org.apache.qpid.transport.SessionDelegate
 
DIRECT_EXCHANGE_CLASS - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
Defines the identifying type name of direct exchanges.
DIRECT_EXCHANGE_NAME - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
The pre-defined direct exchange, the broker MUST provide this.
disable_tracing() - Method in class org.apache.qpid.filter.selector.SelectorParser
Disable tracing.
Disassembler - Class in org.apache.qpid.transport.network
Disassembler
Disassembler(ByteBufferSender, int) - Constructor for class org.apache.qpid.transport.network.Disassembler
 
discardUnroutable(boolean) - Method in class org.apache.qpid.transport.DeliveryProperties
 
dispatch(Method) - Method in class org.apache.qpid.transport.Connection
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionClose
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionOpen
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionRedirect
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionSecure
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionStart
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionTune
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxCommit
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxEnd
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxForget
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxGetTimeout
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxPrepare
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxRecover
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxRollback
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxSelect
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.DtxStart
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExchangeBind
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExchangeBound
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExchangeDelete
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExchangeQuery
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExecutionException
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExecutionResult
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.ExecutionSync
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageAccept
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageAcquire
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageCancel
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageFlow
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageFlush
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageReject
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageRelease
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageResume
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageStop
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageSubscribe
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.MessageTransfer
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.Method
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.QueueDeclare
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.QueueDelete
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.QueuePurge
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.QueueQuery
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionAttach
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionAttached
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionCompleted
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionConfirmed
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionDetach
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionDetached
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionExpected
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionFlush
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionGap
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.SessionTimeout
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.TxCommit
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.TxRollback
 
dispatch(C, MethodDelegate<C>) - Method in class org.apache.qpid.transport.TxSelect
 
dispatchAccessRequest(AccessRequestBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchAccessRequestOk(AccessRequestOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicAck(BasicAckBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicCancel(BasicCancelBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicCancelOk(BasicCancelOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicConsume(BasicConsumeBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicConsumeOk(BasicConsumeOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicDeliver(BasicDeliverBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicGet(BasicGetBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicGetEmpty(BasicGetEmptyBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicGetOk(BasicGetOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicNack(BasicNackBody, int) - Method in interface org.apache.qpid.framing.MethodDispatcher
 
dispatchBasicPublish(BasicPublishBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicQos(BasicQosBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicQosOk(BasicQosOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicRecover(BasicRecoverBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicRecoverSync(BasicRecoverSyncBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicRecoverSyncOk(BasicRecoverSyncOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchBasicReject(BasicRejectBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchBasicReturn(BasicReturnBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchChannelAlert(ChannelAlertBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchChannelClose(ChannelCloseBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchChannelClose(ChannelCloseBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchChannelCloseOk(ChannelCloseOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchChannelCloseOk(ChannelCloseOkBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchChannelFlow(ChannelFlowBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchChannelFlow(ChannelFlowBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchChannelFlowOk(ChannelFlowOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchChannelFlowOk(ChannelFlowOkBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchChannelOpen(ChannelOpenBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchChannelOpenOk(ChannelOpenOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConfirmSelect(ConfirmSelectBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchConfirmSelectOk(ConfirmSelectOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionClose(ConnectionCloseBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionClose(ConnectionCloseBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchConnectionCloseOk(ConnectionCloseOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionCloseOk(ConnectionCloseOkBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchConnectionOpen(ConnectionOpenBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchConnectionOpenOk(ConnectionOpenOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionRedirect(ConnectionRedirectBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionSecure(ConnectionSecureBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionSecureOk(ConnectionSecureOkBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchConnectionStart(ConnectionStartBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionStartOk(ConnectionStartOkBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchConnectionTune(ConnectionTuneBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchConnectionTuneOk(ConnectionTuneOkBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchExchangeBound(ExchangeBoundBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchExchangeBoundOk(ExchangeBoundOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchExchangeDeclare(ExchangeDeclareBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchExchangeDeclareOk(ExchangeDeclareOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchExchangeDelete(ExchangeDeleteBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchExchangeDeleteOk(ExchangeDeleteOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchQueueBind(QueueBindBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchQueueBindOk(QueueBindOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchQueueDeclare(QueueDeclareBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchQueueDeclareOk(QueueDeclareOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchQueueDelete(QueueDeleteBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchQueueDeleteOk(QueueDeleteOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchQueuePurge(QueuePurgeBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchQueuePurgeOk(QueuePurgeOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchQueueUnbind(QueueUnbindBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchQueueUnbindOk(QueueUnbindOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchTxCommit(TxCommitBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchTxCommitOk(TxCommitOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchTxRollback(TxRollbackBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchTxRollbackOk(TxRollbackOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispatchTxSelect(TxSelectBody, int) - Method in interface org.apache.qpid.framing.ServerMethodDispatcher
 
dispatchTxSelectOk(TxSelectOkBody, int) - Method in interface org.apache.qpid.framing.ClientMethodDispatcher
 
dispose() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
dispose() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
dispose() - Method in class org.apache.qpid.framing.ContentBody
 
dispose() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
dispose() - Method in class org.apache.qpid.framing.FieldTable
 
dispose() - Method in class org.apache.qpid.transport.MessageTransfer
 
divide(Number, Number) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
doGet() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
doGet(byte[]) - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
doGet() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
doGet(byte[]) - Method in class org.apache.qpid.transport.codec.BBDecoder
 
doHeartBeat() - Method in class org.apache.qpid.transport.Connection
 
Done() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reset buffer when finished.
doPut(byte) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
doPut(ByteBuffer) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
doPut(byte) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
doPut(ByteBuffer) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
doSend() - Method in class org.apache.qpid.transport.network.security.ssl.SSLSender
 
DOUBLE - Static variable in class org.apache.qpid.filter.ArithmeticExpression
 
DOUBLE_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
DtxCommit - Class in org.apache.qpid.transport
 
DtxCommit() - Constructor for class org.apache.qpid.transport.DtxCommit
 
DtxCommit(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxCommit
 
dtxCommit(C, DtxCommit) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxCommit(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxEnd - Class in org.apache.qpid.transport
 
DtxEnd() - Constructor for class org.apache.qpid.transport.DtxEnd
 
DtxEnd(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxEnd
 
dtxEnd(C, DtxEnd) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxEnd(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxForget - Class in org.apache.qpid.transport
 
DtxForget() - Constructor for class org.apache.qpid.transport.DtxForget
 
DtxForget(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxForget
 
dtxForget(C, DtxForget) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxForget(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxGetTimeout - Class in org.apache.qpid.transport
 
DtxGetTimeout() - Constructor for class org.apache.qpid.transport.DtxGetTimeout
 
DtxGetTimeout(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxGetTimeout
 
dtxGetTimeout(C, DtxGetTimeout) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxGetTimeout(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxPrepare - Class in org.apache.qpid.transport
 
DtxPrepare() - Constructor for class org.apache.qpid.transport.DtxPrepare
 
DtxPrepare(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxPrepare
 
dtxPrepare(C, DtxPrepare) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxPrepare(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxRecover - Class in org.apache.qpid.transport
 
DtxRecover(Option...) - Constructor for class org.apache.qpid.transport.DtxRecover
 
dtxRecover(C, DtxRecover) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxRecover(Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxRollback - Class in org.apache.qpid.transport
 
DtxRollback() - Constructor for class org.apache.qpid.transport.DtxRollback
 
DtxRollback(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxRollback
 
dtxRollback(C, DtxRollback) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxRollback(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxSelect - Class in org.apache.qpid.transport
 
DtxSelect(Option...) - Constructor for class org.apache.qpid.transport.DtxSelect
 
dtxSelect(C, DtxSelect) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxSelect(Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxSetTimeout - Class in org.apache.qpid.transport
 
DtxSetTimeout() - Constructor for class org.apache.qpid.transport.DtxSetTimeout
 
DtxSetTimeout(Xid, long, Option...) - Constructor for class org.apache.qpid.transport.DtxSetTimeout
 
dtxSetTimeout(C, DtxSetTimeout) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxSetTimeout(Xid, long, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxStart - Class in org.apache.qpid.transport
 
DtxStart() - Constructor for class org.apache.qpid.transport.DtxStart
 
DtxStart(Xid, Option...) - Constructor for class org.apache.qpid.transport.DtxStart
 
dtxStart(C, DtxStart) - Method in class org.apache.qpid.transport.MethodDelegate
 
dtxStart(Xid, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
DtxXaStatus - Enum in org.apache.qpid.transport
 
duplicate() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
Method does not respect mark.
durable(boolean) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
durable(boolean) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
durable(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
durable(boolean) - Method in class org.apache.qpid.transport.QueueQueryResult
 

E

EMPTY_STRING - Static variable in class org.apache.qpid.framing.AMQShortString
 
enable_tracing() - Method in class org.apache.qpid.filter.selector.SelectorParser
Enable tracing.
Encodable - Interface in org.apache.qpid.transport.codec
Encodable
EncodableAMQDataBlock - Interface in org.apache.qpid.framing
Marker interface to indicate to MINA that a data block should be encoded with the single encoder/decoder that we have defined.
encodedBooleanLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedByteLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedCharLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedDoubleLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedFieldTableLength(FieldTable) - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedFloatLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedIntegerLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedLongLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedLongStringLength(String) - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedLongstrLength(byte[]) - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedShortLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedShortStringLength(String) - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedShortStringLength(long) - Static method in class org.apache.qpid.framing.EncodingUtils
 
encodedShortStringLength(AMQShortString) - Static method in class org.apache.qpid.framing.EncodingUtils
 
Encoder - Interface in org.apache.qpid.transport.codec
Encoder interface.
encodeString(String) - Static method in class org.apache.qpid.filter.ConstantExpression
Encodes the value of string so that it looks like it would look like when it was provided in a selector.
EncodingUtils - Class in org.apache.qpid.framing
 
encryptSSL(SSLEngine, Collection<QpidByteBuffer>, QpidByteBuffer) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
endColumn - Variable in class org.apache.qpid.filter.selector.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.qpid.filter.selector.Token
The line number of the last character of this Token.
endSize16(int) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
endSize16(int) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
endSize32(int) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
endSize32(int) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
endSize8(int) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
endSize8(int) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
ensureIsLoaded() - Static method in class org.apache.qpid.configuration.ClientProperties
 
ensureIsLoaded() - Static method in class org.apache.qpid.configuration.CommonProperties
 
ENV_VARS_RESOLVER - Static variable in class org.apache.qpid.util.Strings
 
EOF - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
End of File.
eof(String) - Method in class org.apache.qpid.messaging.util.Lexicon
 
eol - Variable in exception org.apache.qpid.filter.selector.ParseException
The end of line string for this machine.
eq(int, int) - Static method in class org.apache.qpid.util.Serial
 
equalityExpression() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
equals(Object) - Method in class org.apache.qpid.dtx.XidImpl
Indicates whether some other Xid is "equal to" this one.
equals(Object) - Method in class org.apache.qpid.filter.BinaryExpression
TODO: more efficient hashCode()
equals(Object) - Method in class org.apache.qpid.filter.ConstantExpression
TODO: more efficient hashCode()
equals(Object) - Method in class org.apache.qpid.filter.JMSMessagePropertyExpression
 
equals(Object) - Method in class org.apache.qpid.filter.UnaryExpression
TODO: more efficient hashCode()
equals(Object) - Method in class org.apache.qpid.framing.AMQShortString
 
equals(AMQShortString) - Method in class org.apache.qpid.framing.AMQShortString
 
equals(Object) - Method in class org.apache.qpid.framing.FieldTable
 
equals(Object) - Method in class org.apache.qpid.framing.ProtocolInitiation
 
equals(Object) - Method in class org.apache.qpid.framing.ProtocolVersion
 
equals(Object) - Method in class org.apache.qpid.transport.Binary
 
equals(Object) - Method in class org.apache.qpid.transport.ReplyTo
 
error(Exception) - Method in interface org.apache.qpid.protocol.AMQMethodListener
Notifies the listener of an error on the event context to which it is listening.
error(Connection, ProtocolError) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
error(ProtocolError) - Method in class org.apache.qpid.transport.network.Assembler
 
error(Void, ProtocolError) - Method in class org.apache.qpid.transport.network.Disassembler
 
error(ProtocolError) - Method in interface org.apache.qpid.transport.network.NetworkDelegate
 
error(C, ProtocolError) - Method in interface org.apache.qpid.transport.ProtocolDelegate
 
error(Session, ProtocolError) - Method in class org.apache.qpid.transport.SessionDelegate
 
errorCode(ExecutionErrorCode) - Method in class org.apache.qpid.transport.ExecutionException
 
errorInfo(Map<String, Object>) - Method in class org.apache.qpid.transport.ExecutionException
 
ESCAPE - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
evaluate(T) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
evaluate(Object, Object) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
evaluate(T) - Method in class org.apache.qpid.filter.ComparisonExpression
 
evaluate(T) - Method in class org.apache.qpid.filter.ConstantExpression
 
evaluate(T) - Method in interface org.apache.qpid.filter.Expression
 
evaluate(FilterableMessage) - Method in class org.apache.qpid.filter.JMSMessagePropertyExpression
 
evaluate(T) - Method in class org.apache.qpid.filter.LogicExpression
 
evaluate(Object) - Method in class org.apache.qpid.filter.OrderByExpression
 
exception(ConnectionException) - Method in class org.apache.qpid.transport.Connection
 
exception(Throwable) - Method in class org.apache.qpid.transport.Connection
 
exception(Connection, ConnectionException) - Method in interface org.apache.qpid.transport.ConnectionListener
 
exception(Throwable) - Method in interface org.apache.qpid.transport.ExceptionHandlingByteBufferReceiver
 
exception(Throwable) - Method in class org.apache.qpid.transport.network.Assembler
 
exception(Throwable) - Method in class org.apache.qpid.transport.network.InputHandler
 
exception(Connection, ConnectionException) - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
exception(Throwable) - Method in class org.apache.qpid.transport.network.security.sasl.SASLReceiver
 
exception(Throwable) - Method in class org.apache.qpid.transport.network.security.ssl.SSLReceiver
 
exception(Throwable) - Method in interface org.apache.qpid.transport.NetworkEventReceiver
 
exception(Throwable) - Method in interface org.apache.qpid.transport.ProtocolEventReceiver
 
exception(Throwable) - Method in class org.apache.qpid.transport.Session
 
exception(Session, SessionException) - Method in interface org.apache.qpid.transport.SessionListener
 
ExceptionHandlingByteBufferReceiver - Interface in org.apache.qpid.transport
 
exchange(String) - Method in class org.apache.qpid.transport.DeliveryProperties
 
exchange(String) - Method in class org.apache.qpid.transport.ExchangeBind
 
exchange(String) - Method in class org.apache.qpid.transport.ExchangeBound
 
exchange(String) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
exchange(String) - Method in class org.apache.qpid.transport.ExchangeDelete
 
exchange(String) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
exchange(String) - Method in class org.apache.qpid.transport.ReplyTo
 
EXCHANGE_NOT_FOUND - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
ExchangeBind - Class in org.apache.qpid.transport
 
ExchangeBind() - Constructor for class org.apache.qpid.transport.ExchangeBind
 
ExchangeBind(String, String, String, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.ExchangeBind
 
exchangeBind(C, ExchangeBind) - Method in class org.apache.qpid.transport.MethodDelegate
 
exchangeBind(String, String, String, Map<String, Object>, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExchangeBound - Class in org.apache.qpid.transport
 
ExchangeBound() - Constructor for class org.apache.qpid.transport.ExchangeBound
 
ExchangeBound(String, String, String, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.ExchangeBound
 
exchangeBound(C, ExchangeBound) - Method in class org.apache.qpid.transport.MethodDelegate
 
exchangeBound(String, String, String, Map<String, Object>, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExchangeBoundBody - Class in org.apache.qpid.framing
 
ExchangeBoundBody(AMQShortString, AMQShortString, AMQShortString) - Constructor for class org.apache.qpid.framing.ExchangeBoundBody
 
ExchangeBoundOkBody - Class in org.apache.qpid.framing
 
ExchangeBoundOkBody(int, AMQShortString) - Constructor for class org.apache.qpid.framing.ExchangeBoundOkBody
 
ExchangeBoundResult - Class in org.apache.qpid.transport
 
ExchangeBoundResult() - Constructor for class org.apache.qpid.transport.ExchangeBoundResult
 
ExchangeBoundResult(Option...) - Constructor for class org.apache.qpid.transport.ExchangeBoundResult
 
ExchangeDeclare - Class in org.apache.qpid.transport
 
ExchangeDeclare() - Constructor for class org.apache.qpid.transport.ExchangeDeclare
 
ExchangeDeclare(String, String, String, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.ExchangeDeclare
 
exchangeDeclare(C, ExchangeDeclare) - Method in class org.apache.qpid.transport.MethodDelegate
 
exchangeDeclare(String, String, String, Map<String, Object>, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExchangeDeclareBody - Class in org.apache.qpid.framing
 
ExchangeDeclareBody(int, AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.apache.qpid.framing.ExchangeDeclareBody
 
ExchangeDeclareOkBody - Class in org.apache.qpid.framing
 
ExchangeDeclareOkBody() - Constructor for class org.apache.qpid.framing.ExchangeDeclareOkBody
 
ExchangeDefaults - Class in org.apache.qpid.exchange
Defines the names of the standard AMQP exchanges that every AMQP broker should provide.
ExchangeDelete - Class in org.apache.qpid.transport
 
ExchangeDelete() - Constructor for class org.apache.qpid.transport.ExchangeDelete
 
ExchangeDelete(String, Option...) - Constructor for class org.apache.qpid.transport.ExchangeDelete
 
exchangeDelete(C, ExchangeDelete) - Method in class org.apache.qpid.transport.MethodDelegate
 
exchangeDelete(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExchangeDeleteBody - Class in org.apache.qpid.framing
 
ExchangeDeleteBody(int, AMQShortString, boolean, boolean) - Constructor for class org.apache.qpid.framing.ExchangeDeleteBody
 
ExchangeDeleteOkBody - Class in org.apache.qpid.framing
 
ExchangeDeleteOkBody() - Constructor for class org.apache.qpid.framing.ExchangeDeleteOkBody
 
exchangeNotFound(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
ExchangeQuery - Class in org.apache.qpid.transport
 
ExchangeQuery() - Constructor for class org.apache.qpid.transport.ExchangeQuery
 
ExchangeQuery(String, Option...) - Constructor for class org.apache.qpid.transport.ExchangeQuery
 
exchangeQuery(C, ExchangeQuery) - Method in class org.apache.qpid.transport.MethodDelegate
 
exchangeQuery(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExchangeQueryResult - Class in org.apache.qpid.transport
 
ExchangeQueryResult() - Constructor for class org.apache.qpid.transport.ExchangeQueryResult
 
ExchangeQueryResult(String, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.ExchangeQueryResult
 
ExchangeUnbind - Class in org.apache.qpid.transport
 
ExchangeUnbind() - Constructor for class org.apache.qpid.transport.ExchangeUnbind
 
ExchangeUnbind(String, String, String, Option...) - Constructor for class org.apache.qpid.transport.ExchangeUnbind
 
exchangeUnbind(C, ExchangeUnbind) - Method in class org.apache.qpid.transport.MethodDelegate
 
exchangeUnbind(String, String, String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
exclusive(boolean) - Method in class org.apache.qpid.transport.MessageSubscribe
 
exclusive(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
exclusive(boolean) - Method in class org.apache.qpid.transport.QueueQueryResult
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.AccessRequestBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
execute(MethodDispatcher, int) - Method in interface org.apache.qpid.framing.AMQMethodBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicAckBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicCancelBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicConsumeBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicDeliverBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicGetBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicGetOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicNackBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicPublishBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicQosBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicQosOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicRecoverBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicRejectBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.BasicReturnBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelAlertBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelCloseBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelCloseOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelFlowBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelOpenBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ChannelOpenOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConfirmSelectOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionCloseOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionStartBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueBindBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueBindOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueDeclareBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueDeleteBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueuePurgeBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueUnbindBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.QueueUnbindOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.TxCommitBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.TxCommitOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.TxRollbackBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.TxRollbackOkBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.TxSelectBody
 
execute(MethodDispatcher, int) - Method in class org.apache.qpid.framing.TxSelectOkBody
 
execute(Runnable) - Method in class org.apache.qpid.thread.QpidThreadExecutor
 
ExecutionErrorCode - Enum in org.apache.qpid.transport
 
ExecutionException - Class in org.apache.qpid.transport
 
ExecutionException() - Constructor for class org.apache.qpid.transport.ExecutionException
 
ExecutionException(ExecutionErrorCode, int, short, short, short, String, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.ExecutionException
 
executionException(C, ExecutionException) - Method in class org.apache.qpid.transport.MethodDelegate
 
executionException(Session, ExecutionException) - Method in class org.apache.qpid.transport.SessionDelegate
 
executionException(ExecutionErrorCode, int, short, short, short, String, Map<String, Object>, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExecutionResult - Class in org.apache.qpid.transport
 
ExecutionResult() - Constructor for class org.apache.qpid.transport.ExecutionResult
 
ExecutionResult(int, Struct, Option...) - Constructor for class org.apache.qpid.transport.ExecutionResult
 
executionResult(C, ExecutionResult) - Method in class org.apache.qpid.transport.MethodDelegate
 
executionResult(Session, ExecutionResult) - Method in class org.apache.qpid.transport.SessionDelegate
 
executionResult(int, Struct, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
ExecutionSync - Class in org.apache.qpid.transport
 
ExecutionSync(Option...) - Constructor for class org.apache.qpid.transport.ExecutionSync
 
executionSync(C, ExecutionSync) - Method in class org.apache.qpid.transport.MethodDelegate
 
executionSync(Session, ExecutionSync) - Method in class org.apache.qpid.transport.SessionDelegate
 
executionSync(Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
expand(String) - Static method in class org.apache.qpid.util.Strings
 
expand(String, Strings.Resolver) - Static method in class org.apache.qpid.util.Strings
 
expand(String, boolean, Strings.Resolver...) - Static method in class org.apache.qpid.util.Strings
 
ExpandBuff(boolean) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
 
expected(boolean) - Method in class org.apache.qpid.transport.SessionFlush
 
expectedTokenSequences - Variable in exception org.apache.qpid.filter.selector.ParseException
Each entry in this array is an array of integers.
expiration(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
EXPONENT - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
Expression<T> - Interface in org.apache.qpid.filter
Represents an expression

F

FACTORY - Static variable in class org.apache.qpid.filter.JMSMessagePropertyExpression
 
fail(boolean) - Method in class org.apache.qpid.transport.DtxEnd
 
FALSE - Static variable in class org.apache.qpid.filter.ConstantExpression
 
FALSE() - Static method in class org.apache.qpid.filter.ConstantExpression
 
FALSE - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
FANOUT_EXCHANGE_CLASS - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
Defines the identifying type name of fanout exchanges.
FANOUT_EXCHANGE_NAME - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
The pre-defined fanout exchange, the boker MUST provide this.
FEATURE_QPID_JMS_SELECTOR - Static variable in class org.apache.qpid.common.ServerPropertyNames
Feature: Signifies that a server supports JMS selectors.
FEDERATION_TAG - Static variable in class org.apache.qpid.common.ServerPropertyNames
Server property: federation tag UUID
fetchAccumulatedBuffers() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferOutputStream
 
Field<C,T> - Class in org.apache.qpid.transport
Field
FieldArray<T> - Class in org.apache.qpid.framing
 
fieldIndex(short) - Method in class org.apache.qpid.transport.ExecutionException
 
FieldTable - Class in org.apache.qpid.framing
 
FieldTable() - Constructor for class org.apache.qpid.framing.FieldTable
 
FieldTable(boolean) - Constructor for class org.apache.qpid.framing.FieldTable
 
FieldTable(FieldTable) - Constructor for class org.apache.qpid.framing.FieldTable
 
FieldTable(QpidByteBuffer, int) - Constructor for class org.apache.qpid.framing.FieldTable
 
FieldTable(QpidByteBuffer) - Constructor for class org.apache.qpid.framing.FieldTable
 
FieldTable.FieldTableElementProcessor - Interface in org.apache.qpid.framing
 
FieldTableFactory - Class in org.apache.qpid.framing
 
FileReturnCode - Enum in org.apache.qpid.transport
 
FileUtils - Class in org.apache.qpid.util
FileUtils provides some simple helper methods for working with files.
FileUtils.UnableToCopyException - Exception in org.apache.qpid.util
 
FillBuff() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
 
FilterableMessage - Interface in org.apache.qpid.filter
 
filterEnabledCipherSuites(String[], String[], List<String>, List<String>) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
filterEnabledProtocols(String[], String[], List<String>, List<String>) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
first(boolean) - Method in class org.apache.qpid.transport.FragmentProperties
 
FIRST_FRAME - Static variable in class org.apache.qpid.transport.network.Frame
 
FIRST_SEG - Static variable in class org.apache.qpid.transport.network.Frame
 
flip() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
FLOAT_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
FLOATING_POINT_LITERAL - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
floatProperty(Float, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
flowMode(MessageFlowMode) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
flush() - Method in interface org.apache.qpid.transport.ByteBufferSender
 
flush() - Method in class org.apache.qpid.transport.Connection
 
flush() - Method in class org.apache.qpid.transport.network.Disassembler
 
flush() - Method in class org.apache.qpid.transport.network.io.IoSender
 
flush() - Method in class org.apache.qpid.transport.network.security.sasl.SASLSender
 
flush() - Method in class org.apache.qpid.transport.network.security.ssl.SSLSender
 
flush() - Method in interface org.apache.qpid.transport.ProtocolEventSender
 
flushProcessed(Option...) - Method in class org.apache.qpid.transport.Session
 
force(boolean) - Method in class org.apache.qpid.transport.SessionAttach
 
format(long) - Method in class org.apache.qpid.transport.Xid
 
FragmentProperties - Class in org.apache.qpid.transport
 
FragmentProperties() - Constructor for class org.apache.qpid.transport.FragmentProperties
 
FragmentProperties(long, Option...) - Constructor for class org.apache.qpid.transport.FragmentProperties
 
fragments(List<Object>) - Method in class org.apache.qpid.transport.SessionConfirmed
 
fragments(List<Object>) - Method in class org.apache.qpid.transport.SessionExpected
 
fragmentSize(long) - Method in class org.apache.qpid.transport.FragmentProperties
 
FRAME - Static variable in class org.apache.qpid.framing.HeartbeatBody
 
frame(Frame) - Method in class org.apache.qpid.transport.network.Assembler
 
Frame - Class in org.apache.qpid.transport.network
Frame
Frame(byte, SegmentType, byte, int, ByteBuffer) - Constructor for class org.apache.qpid.transport.network.Frame
 
frame(Frame) - Method in interface org.apache.qpid.transport.network.NetworkDelegate
 
FRAME_END - Static variable in class org.apache.qpid.protocol.AMQConstant
 
FRAME_END_BYTE - Static variable in class org.apache.qpid.framing.AMQFrame
 
FRAME_ERROR - Static variable in class org.apache.qpid.protocol.AMQConstant
The client sent a malformed frame that the server could not decode.
FRAME_HEADER_SIZE - Static variable in class org.apache.qpid.codec.AMQDecoder
 
FRAME_MIN_SIZE - Static variable in class org.apache.qpid.protocol.AMQConstant
 
FrameCreatingMethodProcessor - Class in org.apache.qpid.framing
 
FrameCreatingMethodProcessor(ProtocolVersion) - Constructor for class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
FrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessor - Interface in org.apache.qpid.framing
 
FrameSizeObserver - Interface in org.apache.qpid.transport
 
fromUTF8(byte[]) - Static method in class org.apache.qpid.util.Strings
 
Functions - Class in org.apache.qpid.transport.util
Functions
Future<T> - Interface in org.apache.qpid.transport
Future

G

ge(int, int) - Static method in class org.apache.qpid.util.Serial
 
generate() - Method in class org.apache.qpid.util.NameUUIDGen
 
generate() - Method in class org.apache.qpid.util.RandomUUIDGen
 
generate() - Method in interface org.apache.qpid.util.UUIDGen
 
generateFrame(int) - Method in interface org.apache.qpid.framing.AMQMethodBody
 
generateFrame(int) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
generateParseException() - Method in class org.apache.qpid.filter.selector.SelectorParser
Generate ParseException.
get(byte[], int, int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
get(ByteBuffer) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
get() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
get(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
get(byte[]) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
get() - Method in class org.apache.qpid.configuration.QpidProperty
 
get(String) - Method in class org.apache.qpid.framing.FieldTable
 
get(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
get(byte, byte) - Static method in class org.apache.qpid.framing.ProtocolVersion
 
get(String, int) - Static method in class org.apache.qpid.messaging.util.LineInfo
 
get() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
get(byte[]) - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
get(int) - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
get(int) - Method in class org.apache.qpid.transport.codec.BBDecoder
 
get(int) - Static method in enum org.apache.qpid.transport.ConnectionCloseCode
 
get(int) - Static method in enum org.apache.qpid.transport.DtxXaStatus
 
get(int) - Static method in enum org.apache.qpid.transport.ExecutionErrorCode
 
get(Object) - Method in class org.apache.qpid.transport.Field
 
get(int) - Static method in enum org.apache.qpid.transport.FileReturnCode
 
get() - Method in interface org.apache.qpid.transport.Future
 
get(short) - Static method in enum org.apache.qpid.transport.MessageAcceptMode
 
get(short) - Static method in enum org.apache.qpid.transport.MessageAcquireMode
 
get(short) - Static method in enum org.apache.qpid.transport.MessageCreditUnit
 
get(short) - Static method in enum org.apache.qpid.transport.MessageDeliveryMode
 
get(short) - Static method in enum org.apache.qpid.transport.MessageDeliveryPriority
 
get(short) - Static method in enum org.apache.qpid.transport.MessageFlowMode
 
get(int) - Static method in enum org.apache.qpid.transport.MessageRejectCode
 
get(short) - Static method in enum org.apache.qpid.transport.SegmentType
 
get(short) - Static method in enum org.apache.qpid.transport.SessionDetachCode
 
get(int) - Static method in enum org.apache.qpid.transport.StreamReturnCode
 
get(short) - Static method in enum org.apache.qpid.transport.Track
 
get(byte) - Static method in enum org.apache.qpid.transport.Type
 
getAcceptedIssuers() - Method in class org.apache.qpid.transport.network.security.ssl.QpidMultipleTrustManager
 
getAcceptedIssuers() - Method in class org.apache.qpid.transport.network.security.ssl.QpidPeersOnlyTrustManager
 
getAcceptMode() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getAcceptMode() - Method in class org.apache.qpid.transport.MessageTransfer
 
getAccessor() - Method in class org.apache.qpid.configuration.QpidProperty
 
getAcquireMode() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getAcquireMode() - Method in class org.apache.qpid.transport.MessageTransfer
 
getActive() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getActive() - Method in class org.apache.qpid.framing.ChannelFlowBody
 
getActive() - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
getActualMinorVersion() - Method in class org.apache.qpid.framing.ProtocolVersion
 
getAddress() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getAllocatedDirectMemorySize() - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getAlternateExchange() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getAlternateExchange() - Method in class org.apache.qpid.transport.QueueDeclare
 
getAlternateExchange() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getAppId() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getAppId() - Method in class org.apache.qpid.transport.MessageProperties
 
getAppIdAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getApplicationHeaders() - Method in class org.apache.qpid.transport.MessageProperties
 
getArgsNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getArguments() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getArguments() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getArguments() - Method in class org.apache.qpid.framing.QueueBindBody
 
getArguments() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getArguments() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getArguments() - Method in class org.apache.qpid.transport.ExchangeBind
 
getArguments() - Method in class org.apache.qpid.transport.ExchangeBound
 
getArguments() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getArguments() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getArguments() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getArguments() - Method in class org.apache.qpid.transport.QueueDeclare
 
getArguments() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getAutoDelete() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getAutoDelete() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getAutoDelete() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getAutoDelete() - Method in class org.apache.qpid.transport.QueueDeclare
 
getAutoDelete() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getBeginColumn() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Get token beginning line number.
getBindingKey() - Method in class org.apache.qpid.transport.ExchangeBind
 
getBindingKey() - Method in class org.apache.qpid.transport.ExchangeBound
 
getBindingKey() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getBindingKeys() - Method in class org.apache.qpid.url.AMQBindingURL
 
getBindingKeys() - Method in interface org.apache.qpid.url.BindingURL
 
getBlocks() - Method in class org.apache.qpid.framing.CompositeAMQDataBlock
 
getBody() - Method in class org.apache.qpid.transport.MessageTransfer
 
getBody() - Method in class org.apache.qpid.transport.Method
 
getBody() - Method in class org.apache.qpid.transport.network.Frame
 
getBodyBytes() - Method in class org.apache.qpid.transport.MessageTransfer
 
getBodyFrame() - Method in class org.apache.qpid.framing.AMQFrame
 
getBodySize() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getBodySize() - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
unsigned short
getBodySize() - Method in class org.apache.qpid.framing.BasicAckBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicCancelBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicGetBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicNackBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicQosBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicQosOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicRecoverBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicRejectBody
 
getBodySize() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelCloseOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelFlowBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelOpenBody
 
getBodySize() - Method in class org.apache.qpid.framing.ChannelOpenOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConfirmSelectOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionCloseOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
getBodySize() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ContentHeaderBody
unsigned long but java can't handle that anyway when allocating byte array
getBodySize() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
getBodySize() - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getBodySize() - Method in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getBodySize() - Method in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueBindBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueBindOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getBodySize() - Method in class org.apache.qpid.framing.QueueUnbindOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.TxCommitBody
 
getBodySize() - Method in class org.apache.qpid.framing.TxCommitOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.TxRollbackBody
 
getBodySize() - Method in class org.apache.qpid.framing.TxRollbackOkBody
 
getBodySize() - Method in class org.apache.qpid.framing.TxSelectBody
 
getBodySize() - Method in class org.apache.qpid.framing.TxSelectOkBody
 
getBodySize() - Method in class org.apache.qpid.transport.MessageTransfer
 
getBodySize() - Method in class org.apache.qpid.transport.Method
 
getBodyString() - Method in class org.apache.qpid.transport.MessageTransfer
 
getBoolean(String) - Method in interface org.apache.qpid.configuration.Accessor
 
getBoolean(String) - Method in class org.apache.qpid.configuration.Accessor.MapAccessor
 
getBoolean(String) - Method in class org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
 
getBoolean(String) - Method in class org.apache.qpid.framing.FieldTable
 
getBoolean(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getBranchId() - Method in class org.apache.qpid.transport.Xid
 
getBranchQualifier() - Method in class org.apache.qpid.dtx.XidImpl
Obtain the transaction branch identifier part of XID as an array of bytes.
getBuffer() - Method in interface org.apache.qpid.bytebuffer.ByteBufferRef
 
getBuildVersion() - Static method in class org.apache.qpid.configuration.CommonProperties
Gets the source code revision.
getByName(String) - Method in class org.apache.qpid.configuration.QpidProperty
 
getByte(String) - Method in class org.apache.qpid.framing.FieldTable
 
getByte(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getByteRanges() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getBytes() - Method in class org.apache.qpid.framing.AMQShortString
 
getBytes(String) - Method in class org.apache.qpid.framing.FieldTable
 
getBytes(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getBytes() - Method in class org.apache.qpid.transport.Binary
 
getCachedThreadLocalBuffer() - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
Not for general use! Used to clear threadlocal buffer when shutting down thread pools.
getCapabilities() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
getCapabilities() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getCertAlias() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getCertificateChain(String) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
getChallenge() - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
getChallenge() - Method in class org.apache.qpid.transport.ConnectionSecure
 
getChannel() - Method in class org.apache.qpid.framing.AMQFrame
 
getChannel() - Method in class org.apache.qpid.transport.Method
 
getChannel() - Method in class org.apache.qpid.transport.network.Frame
 
getChannel() - Method in class org.apache.qpid.transport.ProtocolError
 
getChannel() - Method in interface org.apache.qpid.transport.ProtocolEvent
 
getChannel() - Method in class org.apache.qpid.transport.ProtocolHeader
 
getChannel() - Method in class org.apache.qpid.transport.Session
 
getChannelId() - Method in class org.apache.qpid.protocol.AMQMethodEvent
Gets the channel handle for the method call.
getChannelMax() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
getChannelMax() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
getChannelMax() - Method in class org.apache.qpid.transport.Connection
 
getChannelMax() - Method in class org.apache.qpid.transport.ConnectionTune
 
getChannelMax() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getChannelMax() - Method in class org.apache.qpid.transport.ServerDelegate
 
getChannelMethodProcessor(int) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
getChannelMethodProcessor(int) - Method in interface org.apache.qpid.framing.MethodProcessor
 
getChannels() - Method in class org.apache.qpid.transport.Connection
 
getChar(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getChar() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getCharacter(String) - Method in class org.apache.qpid.framing.FieldTable
 
getCharacter(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getClassCode() - Method in class org.apache.qpid.transport.ExecutionException
 
getClassId() - Method in exception org.apache.qpid.AMQChannelException
 
getClassId() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getClassId() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getClassId() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
getClassId() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
getClazz() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getClazz() - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
getClazz() - Method in interface org.apache.qpid.framing.AMQMethodBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicAckBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicCancelBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicGetBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicNackBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicQosBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicQosOkBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicRecoverBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicRejectBody
 
getClazz() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelCloseOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelFlowBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelOpenBody
 
getClazz() - Method in class org.apache.qpid.framing.ChannelOpenOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
getClazz() - Method in class org.apache.qpid.framing.ConfirmSelectOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionCloseOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
getClazz() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
getClazz() - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getClazz() - Method in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
getClazz() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getClazz() - Method in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueBindBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueBindOkBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
getClazz() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
getClazz() - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getClazz() - Method in class org.apache.qpid.framing.QueueUnbindOkBody
 
getClazz() - Method in class org.apache.qpid.framing.TxCommitBody
 
getClazz() - Method in class org.apache.qpid.framing.TxCommitOkBody
 
getClazz() - Method in class org.apache.qpid.framing.TxRollbackBody
 
getClazz() - Method in class org.apache.qpid.framing.TxRollbackOkBody
 
getClazz() - Method in class org.apache.qpid.framing.TxSelectBody
 
getClazz() - Method in class org.apache.qpid.framing.TxSelectOkBody
 
getClientAliases(String, Principal[]) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
getClientCertificateIntermediateCertsPath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getClientCertificatePath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getClientCertificatePrivateKeyPath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getClientProperties() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getClientProperties() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getClientProperties() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getClose() - Method in exception org.apache.qpid.transport.ConnectionException
 
getCloseFrame() - Method in exception org.apache.qpid.AMQConnectionException
 
getClusterId() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getClusterId() - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
getClusterIdAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getCode() - Method in class org.apache.qpid.protocol.AMQConstant
Gets the underlying AMQP status code.
getCode() - Method in class org.apache.qpid.transport.MessageReject
 
getCode() - Method in class org.apache.qpid.transport.SessionDetached
 
getCode() - Method in enum org.apache.qpid.transport.Type
 
getColumn() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Deprecated.
getColumn() - Method in class org.apache.qpid.messaging.util.LineInfo
 
getColumnIndex() - Method in class org.apache.qpid.filter.OrderByExpression
 
getCommandCode() - Method in class org.apache.qpid.transport.ExecutionException
 
getCommandId() - Method in class org.apache.qpid.transport.ExecutionException
 
getCommandId() - Method in class org.apache.qpid.transport.ExecutionResult
 
getCommandId() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getCommandId() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getCommandOffset() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getCommands() - Method in class org.apache.qpid.transport.SessionCompleted
 
getCommands() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getCommands() - Method in class org.apache.qpid.transport.SessionExpected
 
getCommands() - Method in class org.apache.qpid.transport.SessionGap
 
getCommands() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
getCommandsIn() - Method in class org.apache.qpid.transport.Session
 
getCommandsOut() - Method in class org.apache.qpid.transport.Session
 
getCompleted() - Method in class org.apache.qpid.transport.SessionFlush
 
getConfirmed() - Method in class org.apache.qpid.transport.SessionFlush
 
getConnection() - Method in class org.apache.qpid.transport.network.io.IoNetworkTransport
 
getConnection() - Method in class org.apache.qpid.transport.Session
 
getConnectionDelegate() - Method in class org.apache.qpid.transport.Connection
 
getConnectionSettings() - Method in class org.apache.qpid.transport.ClientDelegate
 
getConnectionSettings() - Method in class org.apache.qpid.transport.Connection
 
getConnectTimeout() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getConstant(int) - Static method in class org.apache.qpid.protocol.AMQConstant
Creates a constant for a status code by looking up the code in the map of known codes.
getConsumerCount() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
getConsumerOptions() - Method in class org.apache.qpid.url.AMQBindingURL
 
getConsumerOptions() - Method in interface org.apache.qpid.url.BindingURL
 
getConsumerTag() - Method in class org.apache.qpid.framing.BasicCancelBody
 
getConsumerTag() - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
getConsumerTag() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getConsumerTag() - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
getConsumerTag() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getContainer() - Method in class org.apache.qpid.transport.Field
 
getContentEncoding() - Method in class org.apache.qpid.transport.MessageProperties
 
getContentLength() - Method in class org.apache.qpid.transport.MessageProperties
 
getContentType() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getContentType() - Method in class org.apache.qpid.transport.MessageProperties
 
getContentTypeAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getCorrelationId() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getCorrelationId() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getCorrelationId() - Method in class org.apache.qpid.transport.MessageProperties
 
getCorrelationIdAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getData() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
getData() - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
getDataAsBytes() - Method in class org.apache.qpid.framing.FieldTable
 
getDataUrlForBytes(byte[]) - Static method in class org.apache.qpid.util.DataUrlUtils
 
getDecimal(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getDeliveryMode() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getDeliveryMode() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getDeliveryProperties() - Method in class org.apache.qpid.transport.Header
 
getDeliveryTag() - Method in class org.apache.qpid.framing.BasicAckBody
 
getDeliveryTag() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getDeliveryTag() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getDeliveryTag() - Method in class org.apache.qpid.framing.BasicNackBody
 
getDeliveryTag() - Method in class org.apache.qpid.framing.BasicRejectBody
 
getDescription() - Method in class org.apache.qpid.transport.ExecutionException
 
getDestination() - Method in class org.apache.qpid.transport.MessageCancel
 
getDestination() - Method in class org.apache.qpid.transport.MessageFlow
 
getDestination() - Method in class org.apache.qpid.transport.MessageFlush
 
getDestination() - Method in class org.apache.qpid.transport.MessageResume
 
getDestination() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getDestination() - Method in class org.apache.qpid.transport.MessageStop
 
getDestination() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getDestination() - Method in class org.apache.qpid.transport.MessageTransfer
 
getDestinationName() - Method in class org.apache.qpid.url.AMQBindingURL
 
getDestinationName() - Method in interface org.apache.qpid.url.BindingURL
 
getDetachCode() - Method in class org.apache.qpid.transport.Session
 
getDetails() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
getDisabledCipherSuites() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getDiscardUnroutable() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getDouble(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getDouble() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getDouble(String) - Method in class org.apache.qpid.framing.FieldTable
 
getDouble(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getDurable() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getDurable() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getDurable() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getDurable() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getDurable() - Method in class org.apache.qpid.transport.QueueDeclare
 
getDurable() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getEnabledCipherSuites() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getEncodedSize() - Method in class org.apache.qpid.framing.FieldTable
 
getEncodedTrack() - Method in class org.apache.qpid.transport.Acquired
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionClose
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionSecure
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionStart
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionTune
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxCommit
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxEnd
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxForget
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxPrepare
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxRecover
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxRollback
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxSelect
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getEncodedTrack() - Method in class org.apache.qpid.transport.DtxStart
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeBind
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeBound
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeQuery
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExecutionException
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExecutionResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ExecutionSync
 
getEncodedTrack() - Method in class org.apache.qpid.transport.FragmentProperties
 
getEncodedTrack() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageAccept
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageAcquire
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageCancel
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageFlow
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageFlush
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageProperties
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageReject
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageRelease
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageResume
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageResumeResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageStop
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getEncodedTrack() - Method in class org.apache.qpid.transport.MessageTransfer
 
getEncodedTrack() - Method in class org.apache.qpid.transport.Method
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ProtocolError
 
getEncodedTrack() - Method in interface org.apache.qpid.transport.ProtocolEvent
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ProtocolHeader
 
getEncodedTrack() - Method in class org.apache.qpid.transport.QueueDeclare
 
getEncodedTrack() - Method in class org.apache.qpid.transport.QueueDelete
 
getEncodedTrack() - Method in class org.apache.qpid.transport.QueuePurge
 
getEncodedTrack() - Method in class org.apache.qpid.transport.QueueQuery
 
getEncodedTrack() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.RecoverResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.ReplyTo
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionAttach
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionAttached
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionCompleted
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionDetach
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionDetached
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionExpected
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionFlush
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionGap
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionHeader
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
getEncodedTrack() - Method in class org.apache.qpid.transport.SessionTimeout
 
getEncodedTrack() - Method in class org.apache.qpid.transport.TxCommit
 
getEncodedTrack() - Method in class org.apache.qpid.transport.TxRollback
 
getEncodedTrack() - Method in class org.apache.qpid.transport.TxSelect
 
getEncodedTrack() - Method in class org.apache.qpid.transport.XaResult
 
getEncodedTrack() - Method in class org.apache.qpid.transport.Xid
 
getEncodedType() - Method in class org.apache.qpid.transport.Struct
 
getEncoding() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getEncodingAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getEncodingSize(Object) - Method in enum org.apache.qpid.framing.AMQType
Calculates the size of an instance of the type in bytes.
getEncodingSize() - Method in class org.apache.qpid.framing.AMQTypedValue
 
getEncodingSize() - Method in class org.apache.qpid.framing.FieldArray
 
getEncryptionKeyManagerFactoryAlgorithm() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionKeyStore() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionKeyStorePassword() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionKeyStorePath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionKeyStoreType() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionRemoteTrustStoreName() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionTrustManagerFactoryAlgorithm() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionTrustStore(ConnectionSettings.RemoteStoreFinder) - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionTrustStorePassword() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionTrustStorePath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEncryptionTrustStoreType() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getEndColumn() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Get token end line number.
getErrorCode() - Method in exception org.apache.qpid.AMQException
Gets the AMQ protocol exception code associated with this exception.
getErrorCode() - Method in class org.apache.qpid.transport.ExecutionException
 
getErrorInfo() - Method in class org.apache.qpid.transport.ExecutionException
 
getErrors() - Method in class org.apache.qpid.util.CommandLineParser
Lists all the parsing errors from the most recent parsing in a string.
getException() - Method in exception org.apache.qpid.transport.SessionException
 
getExchange() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getExchange() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getExchange() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getExchange() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getExchange() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
getExchange() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getExchange() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getExchange() - Method in class org.apache.qpid.framing.MessagePublishInfo
 
getExchange() - Method in class org.apache.qpid.framing.QueueBindBody
 
getExchange() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getExchange() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getExchange() - Method in class org.apache.qpid.transport.ExchangeBind
 
getExchange() - Method in class org.apache.qpid.transport.ExchangeBound
 
getExchange() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getExchange() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getExchange() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getExchange() - Method in class org.apache.qpid.transport.ReplyTo
 
getExchangeClass() - Method in class org.apache.qpid.url.AMQBindingURL
 
getExchangeClass() - Method in interface org.apache.qpid.url.BindingURL
 
getExchangeName() - Method in class org.apache.qpid.url.AMQBindingURL
 
getExchangeName() - Method in interface org.apache.qpid.url.BindingURL
 
getExchangeNotFound() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getExclusive() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getExclusive() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getExclusive() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getExclusive() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getExclusive() - Method in class org.apache.qpid.transport.QueueDeclare
 
getExclusive() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getExpected() - Method in class org.apache.qpid.transport.SessionFlush
 
getExpiration() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getExpiration() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getExpiration() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getExpressionSymbol() - Method in class org.apache.qpid.filter.BinaryExpression
Returns the symbol that represents this binary expression.
getExpressionSymbol() - Method in class org.apache.qpid.filter.UnaryExpression
Returns the symbol that represents this binary expression.
getFail() - Method in class org.apache.qpid.transport.DtxEnd
 
getFieldIndex() - Method in class org.apache.qpid.transport.ExecutionException
 
getFields() - Method in class org.apache.qpid.transport.Acquired
 
getFields() - Method in class org.apache.qpid.transport.ConnectionClose
 
getFields() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
getFields() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
getFields() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getFields() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
getFields() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getFields() - Method in class org.apache.qpid.transport.ConnectionSecure
 
getFields() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
getFields() - Method in class org.apache.qpid.transport.ConnectionStart
 
getFields() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getFields() - Method in class org.apache.qpid.transport.ConnectionTune
 
getFields() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getFields() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getFields() - Method in class org.apache.qpid.transport.DtxCommit
 
getFields() - Method in class org.apache.qpid.transport.DtxEnd
 
getFields() - Method in class org.apache.qpid.transport.DtxForget
 
getFields() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
getFields() - Method in class org.apache.qpid.transport.DtxPrepare
 
getFields() - Method in class org.apache.qpid.transport.DtxRecover
 
getFields() - Method in class org.apache.qpid.transport.DtxRollback
 
getFields() - Method in class org.apache.qpid.transport.DtxSelect
 
getFields() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getFields() - Method in class org.apache.qpid.transport.DtxStart
 
getFields() - Method in class org.apache.qpid.transport.ExchangeBind
 
getFields() - Method in class org.apache.qpid.transport.ExchangeBound
 
getFields() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getFields() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getFields() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getFields() - Method in class org.apache.qpid.transport.ExchangeQuery
 
getFields() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getFields() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getFields() - Method in class org.apache.qpid.transport.ExecutionException
 
getFields() - Method in class org.apache.qpid.transport.ExecutionResult
 
getFields() - Method in class org.apache.qpid.transport.ExecutionSync
 
getFields() - Method in class org.apache.qpid.transport.FragmentProperties
 
getFields() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
getFields() - Method in class org.apache.qpid.transport.MessageAccept
 
getFields() - Method in class org.apache.qpid.transport.MessageAcquire
 
getFields() - Method in class org.apache.qpid.transport.MessageCancel
 
getFields() - Method in class org.apache.qpid.transport.MessageFlow
 
getFields() - Method in class org.apache.qpid.transport.MessageFlush
 
getFields() - Method in class org.apache.qpid.transport.MessageProperties
 
getFields() - Method in class org.apache.qpid.transport.MessageReject
 
getFields() - Method in class org.apache.qpid.transport.MessageRelease
 
getFields() - Method in class org.apache.qpid.transport.MessageResume
 
getFields() - Method in class org.apache.qpid.transport.MessageResumeResult
 
getFields() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getFields() - Method in class org.apache.qpid.transport.MessageStop
 
getFields() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getFields() - Method in class org.apache.qpid.transport.MessageTransfer
 
getFields() - Method in class org.apache.qpid.transport.QueueDeclare
 
getFields() - Method in class org.apache.qpid.transport.QueueDelete
 
getFields() - Method in class org.apache.qpid.transport.QueuePurge
 
getFields() - Method in class org.apache.qpid.transport.QueueQuery
 
getFields() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getFields() - Method in class org.apache.qpid.transport.RecoverResult
 
getFields() - Method in class org.apache.qpid.transport.ReplyTo
 
getFields() - Method in class org.apache.qpid.transport.SessionAttach
 
getFields() - Method in class org.apache.qpid.transport.SessionAttached
 
getFields() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getFields() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getFields() - Method in class org.apache.qpid.transport.SessionCompleted
 
getFields() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getFields() - Method in class org.apache.qpid.transport.SessionDetach
 
getFields() - Method in class org.apache.qpid.transport.SessionDetached
 
getFields() - Method in class org.apache.qpid.transport.SessionExpected
 
getFields() - Method in class org.apache.qpid.transport.SessionFlush
 
getFields() - Method in class org.apache.qpid.transport.SessionGap
 
getFields() - Method in class org.apache.qpid.transport.SessionHeader
 
getFields() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
getFields() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
getFields() - Method in class org.apache.qpid.transport.SessionTimeout
 
getFields() - Method in class org.apache.qpid.transport.Struct
 
getFields() - Method in class org.apache.qpid.transport.TxCommit
 
getFields() - Method in class org.apache.qpid.transport.TxRollback
 
getFields() - Method in class org.apache.qpid.transport.TxSelect
 
getFields() - Method in class org.apache.qpid.transport.XaResult
 
getFields() - Method in class org.apache.qpid.transport.Xid
 
getFieldTable(String) - Method in class org.apache.qpid.framing.FieldTable
Extracts a value from the field table that is itself a FieldTable associated with the specified parameter name.
getFieldTable(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
Extracts a value from the field table that is itself a FieldTable associated with the specified parameter name.
getFirst() - Method in class org.apache.qpid.transport.FragmentProperties
 
getFirst() - Method in class org.apache.qpid.transport.Range
 
getFirst() - Method in interface org.apache.qpid.transport.RangeSet
 
getFirst() - Method in class org.apache.qpid.transport.RangeSetImpl
 
getFlags() - Method in class org.apache.qpid.transport.network.Frame
 
getFloat() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getFloat(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getFloat(String) - Method in interface org.apache.qpid.configuration.Accessor
 
getFloat(String) - Method in class org.apache.qpid.configuration.Accessor.MapAccessor
 
getFloat(String) - Method in class org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
 
getFloat(String) - Method in class org.apache.qpid.framing.FieldTable
 
getFloat(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getFlowMode() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getForce() - Method in class org.apache.qpid.transport.SessionAttach
 
getFormat() - Method in class org.apache.qpid.transport.Xid
 
getFormatId() - Method in class org.apache.qpid.dtx.XidImpl
Obtain the format identifier part of the XID.
getFragments() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getFragments() - Method in class org.apache.qpid.transport.SessionExpected
 
getFragmentSize() - Method in class org.apache.qpid.transport.FragmentProperties
 
getFrameMax() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
getFrameMax() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
getFrameMax() - Method in class org.apache.qpid.transport.ServerDelegate
 
getFrameOverhead() - Static method in class org.apache.qpid.framing.AMQFrame
 
getFrameType() - Method in interface org.apache.qpid.framing.AMQBody
 
getFrameType() - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
getFrameType() - Method in class org.apache.qpid.framing.ContentBody
 
getFrameType() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
getFrameType() - Method in class org.apache.qpid.framing.HeartbeatBody
 
getGlobal() - Method in class org.apache.qpid.framing.BasicQosBody
 
getGlobalId() - Method in class org.apache.qpid.transport.Xid
 
getGlobalTransactionId() - Method in class org.apache.qpid.dtx.XidImpl
Format identifier.
getHeader(String) - Method in interface org.apache.qpid.filter.FilterableMessage
 
getHeader() - Method in class org.apache.qpid.transport.MessageTransfer
 
getHeader() - Method in class org.apache.qpid.transport.Method
 
getHeaders() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getHeartbeat() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
getHeartbeat() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
getHeartbeat() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getHeartbeatInterval010() - Method in class org.apache.qpid.transport.ConnectionSettings
Gets the heartbeat interval (seconds) for the 0-10 protocol.
getHeartbeatInterval08() - Method in class org.apache.qpid.transport.ConnectionSettings
Gets the heartbeat interval (seconds) for 0-8/9/9-1 protocols.
getHeartbeatMax() - Method in class org.apache.qpid.transport.ConnectionTune
 
getHeartbeatMax() - Method in class org.apache.qpid.transport.ServerDelegate
 
getHeartbeatMin() - Method in class org.apache.qpid.transport.ConnectionTune
 
getHeartbeatTimeoutFactor() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getHost() - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
getHost() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getHost() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getId() - Method in class org.apache.qpid.transport.Method
 
getIdFromSubjectDN(String) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
getIfEmpty() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getIfEmpty() - Method in class org.apache.qpid.transport.QueueDelete
 
getIfUnused() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getIfUnused() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getIfUnused() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getIfUnused() - Method in class org.apache.qpid.transport.QueueDelete
 
GetImage() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Get token literal value.
getImmediate() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getImmediate() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getIndex() - Method in class org.apache.qpid.transport.Field
 
getInDoubt() - Method in class org.apache.qpid.transport.RecoverResult
 
getInitializedKeyStore(String, String, String) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
getInitializedKeyStore(URL, String, String) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
getInsist() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
getInsist() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getInstance(ProtocolVersion, QpidByteBuffer) - Static method in class org.apache.qpid.framing.ChannelOpenOkBody
 
getInstance() - Static method in class org.apache.qpid.framing.ContentHeaderPropertiesFactory
 
getInstance() - Method in class org.apache.qpid.transport.ProtocolHeader
 
getInt(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getInt() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getInt(String) - Method in interface org.apache.qpid.configuration.Accessor
 
getInt(String) - Method in class org.apache.qpid.configuration.Accessor.MapAccessor
 
getInt(String) - Method in class org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
 
getInteger(String) - Method in class org.apache.qpid.framing.FieldTable
 
getInteger(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getInternal() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getJoin() - Method in class org.apache.qpid.transport.DtxStart
 
getKeyManagerFactoryAlgorithm() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getKeyManagers(String, String, String, String, String) - Static method in class org.apache.qpid.ssl.SSLContextFactory
 
getKeyManagers() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getKeyNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getKeyStore(String) - Method in interface org.apache.qpid.transport.ConnectionSettings.RemoteStoreFinder
 
getKeyStorePassword() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getKeyStorePath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getKeyStoreType() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getKnownHosts() - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
getKnownHosts() - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
getKnownHosts() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
getKnownHosts() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getLast() - Method in class org.apache.qpid.transport.FragmentProperties
 
getLast() - Method in class org.apache.qpid.transport.Range
 
getLast() - Method in interface org.apache.qpid.transport.RangeSet
 
getLast() - Method in class org.apache.qpid.transport.RangeSetImpl
 
getLastReadTime() - Method in interface org.apache.qpid.transport.network.TransportActivity
 
getLastWriteTime() - Method in interface org.apache.qpid.transport.network.TransportActivity
 
getLatestSupportedVersion() - Static method in class org.apache.qpid.framing.ProtocolVersion
 
getLeft() - Method in class org.apache.qpid.filter.BinaryExpression
 
getLine() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Deprecated.
getLine() - Method in class org.apache.qpid.messaging.util.LineInfo
 
getLineInfo() - Method in class org.apache.qpid.messaging.util.Token
 
getListeners() - Method in class org.apache.qpid.transport.Connection
 
getLocalAddress() - Method in class org.apache.qpid.transport.Connection
 
getLocalAddress() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getLocalAddress() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getLocale() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getLocale() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getLocales() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getLocales() - Method in class org.apache.qpid.transport.ConnectionStart
 
getLong() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getLong(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getLong(String) - Method in interface org.apache.qpid.configuration.Accessor
 
getLong(String) - Method in class org.apache.qpid.configuration.Accessor.MapAccessor
 
getLong(String) - Method in class org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
 
getLong(String) - Method in class org.apache.qpid.framing.FieldTable
 
getLong(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getLower() - Method in class org.apache.qpid.transport.Range
 
getMajor() - Method in class org.apache.qpid.transport.ProtocolHeader
 
getMajor() - Method in exception org.apache.qpid.transport.ProtocolVersionException
 
getMajorVersion() - Method in class org.apache.qpid.framing.ProtocolVersion
 
getMandatory() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getMaxChannelCount() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionTune
 
getMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getMaxReadIdleMillis() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getMaxReadIdleMillis() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getMaxWriteIdleMillis() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getMaxWriteIdleMillis() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getMechanism() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getMechanism() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getMechanisms() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getMechanisms() - Method in class org.apache.qpid.transport.ConnectionStart
 
getMessage() - Method in error org.apache.qpid.filter.selector.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class org.apache.qpid.transport.ProtocolError
 
getMessageCount() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getMessageCount() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
getMessageCount() - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
getMessageCount() - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
getMessageCount() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getMessageId() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getMessageId() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getMessageId() - Method in class org.apache.qpid.transport.MessageProperties
 
getMessageIdAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getMessageProperties() - Method in class org.apache.qpid.transport.Header
 
getMethod() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getMethod() - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
getMethod() - Method in interface org.apache.qpid.framing.AMQMethodBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicAckBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicCancelBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicGetBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicNackBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicQosBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicQosOkBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicRecoverBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicRejectBody
 
getMethod() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelCloseOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelFlowBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelOpenBody
 
getMethod() - Method in class org.apache.qpid.framing.ChannelOpenOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
getMethod() - Method in class org.apache.qpid.framing.ConfirmSelectOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionCloseOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
getMethod() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
getMethod() - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getMethod() - Method in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
getMethod() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getMethod() - Method in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueBindBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueBindOkBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
getMethod() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
getMethod() - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getMethod() - Method in class org.apache.qpid.framing.QueueUnbindOkBody
 
getMethod() - Method in class org.apache.qpid.framing.TxCommitBody
 
getMethod() - Method in class org.apache.qpid.framing.TxCommitOkBody
 
getMethod() - Method in class org.apache.qpid.framing.TxRollbackBody
 
getMethod() - Method in class org.apache.qpid.framing.TxRollbackOkBody
 
getMethod() - Method in class org.apache.qpid.framing.TxSelectBody
 
getMethod() - Method in class org.apache.qpid.framing.TxSelectOkBody
 
getMethod() - Method in class org.apache.qpid.protocol.AMQMethodEvent
Gets the method call.
getMethodId() - Method in exception org.apache.qpid.AMQChannelException
 
getMethodId() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getMethodId() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getMethodId() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
getMethodProcessor() - Method in class org.apache.qpid.codec.AMQDecoder
 
getMethodRegistry() - Method in exception org.apache.qpid.AMQChannelException
 
getMethodRegistry() - Method in interface org.apache.qpid.protocol.AMQVersionAwareProtocolSession
Gets the method registry for a specific version of the AMQP.
getMinor() - Method in class org.apache.qpid.transport.ProtocolHeader
 
getMinor() - Method in exception org.apache.qpid.transport.ProtocolVersionException
 
getMinorVersion() - Method in class org.apache.qpid.framing.ProtocolVersion
 
getMultiple() - Method in class org.apache.qpid.framing.BasicAckBody
 
getMultiple() - Method in class org.apache.qpid.framing.BasicNackBody
 
getName() - Method in class org.apache.qpid.filter.JMSMessagePropertyExpression
 
getName() - Method in class org.apache.qpid.messaging.Address
 
getName() - Method in class org.apache.qpid.messaging.util.Token.Type
 
getName() - Method in class org.apache.qpid.protocol.AMQConstant
Gets a short description of the status code.
getName() - Method in class org.apache.qpid.transport.ExchangeQuery
 
getName() - Method in class org.apache.qpid.transport.Field
 
getName() - Method in class org.apache.qpid.transport.Session
 
getName() - Method in class org.apache.qpid.transport.SessionAttach
 
getName() - Method in class org.apache.qpid.transport.SessionAttached
 
getName() - Method in class org.apache.qpid.transport.SessionDetach
 
getName() - Method in class org.apache.qpid.transport.SessionDetached
 
getNetworkConnection() - Method in class org.apache.qpid.transport.Connection
 
getNextToken() - Method in class org.apache.qpid.filter.selector.SelectorParser
Get the next Token.
getNextToken() - Method in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Get the next Token.
getNoAck() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getNoAck() - Method in class org.apache.qpid.framing.BasicGetBody
 
getNoLocal() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getNonStandardProperties() - Method in class org.apache.qpid.transport.Header
 
getNotFound() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getNowait() - Method in class org.apache.qpid.framing.BasicCancelBody
 
getNowait() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getNowait() - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
getNowait() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getNowait() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getNowait() - Method in class org.apache.qpid.framing.QueueBindBody
 
getNowait() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getNowait() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getNowait() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
getNumberOfActivePooledBuffers() - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getNumberOfPooledBuffers() - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getObject(String) - Method in class org.apache.qpid.framing.FieldTable
 
getObject(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getOffset() - Method in class org.apache.qpid.transport.MessageResumeResult
 
getOnePhase() - Method in class org.apache.qpid.transport.DtxCommit
 
getOption(String) - Method in class org.apache.qpid.url.AMQBindingURL
 
getOption(String) - Method in interface org.apache.qpid.url.BindingURL
 
getOptions() - Method in class org.apache.qpid.messaging.Address
 
getOptionsInForce() - Method in class org.apache.qpid.util.CommandLineParser
Lists the properties set from the most recent parsing or an empty string if no parsing has been done yet.
getOrder() - Method in class org.apache.qpid.filter.OrderByExpression
 
getOSArch() - Static method in class org.apache.qpid.util.SystemUtils
 
getOSConfigSuffix() - Static method in class org.apache.qpid.util.SystemUtils
 
getOSName() - Static method in class org.apache.qpid.util.SystemUtils
 
getOSString() - Static method in class org.apache.qpid.util.SystemUtils
 
getOSVersion() - Static method in class org.apache.qpid.util.SystemUtils
 
getPackWidth() - Method in class org.apache.qpid.transport.Acquired
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionClose
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionSecure
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionStart
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionTune
 
getPackWidth() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getPackWidth() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxCommit
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxEnd
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxForget
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxPrepare
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxRecover
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxRollback
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxSelect
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getPackWidth() - Method in class org.apache.qpid.transport.DtxStart
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeBind
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeBound
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeQuery
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getPackWidth() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getPackWidth() - Method in class org.apache.qpid.transport.ExecutionException
 
getPackWidth() - Method in class org.apache.qpid.transport.ExecutionResult
 
getPackWidth() - Method in class org.apache.qpid.transport.ExecutionSync
 
getPackWidth() - Method in class org.apache.qpid.transport.FragmentProperties
 
getPackWidth() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageAccept
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageAcquire
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageCancel
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageFlow
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageFlush
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageProperties
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageReject
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageRelease
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageResume
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageResumeResult
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageStop
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getPackWidth() - Method in class org.apache.qpid.transport.MessageTransfer
 
getPackWidth() - Method in class org.apache.qpid.transport.QueueDeclare
 
getPackWidth() - Method in class org.apache.qpid.transport.QueueDelete
 
getPackWidth() - Method in class org.apache.qpid.transport.QueuePurge
 
getPackWidth() - Method in class org.apache.qpid.transport.QueueQuery
 
getPackWidth() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getPackWidth() - Method in class org.apache.qpid.transport.RecoverResult
 
getPackWidth() - Method in class org.apache.qpid.transport.ReplyTo
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionAttach
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionAttached
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionCompleted
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionDetach
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionDetached
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionExpected
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionFlush
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionGap
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionHeader
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
getPackWidth() - Method in class org.apache.qpid.transport.SessionTimeout
 
getPackWidth() - Method in class org.apache.qpid.transport.Struct
 
getPackWidth() - Method in class org.apache.qpid.transport.TxCommit
 
getPackWidth() - Method in class org.apache.qpid.transport.TxRollback
 
getPackWidth() - Method in class org.apache.qpid.transport.TxSelect
 
getPackWidth() - Method in class org.apache.qpid.transport.XaResult
 
getPackWidth() - Method in class org.apache.qpid.transport.Xid
 
getPassive() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getPassive() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getPassive() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getPassive() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getPassive() - Method in class org.apache.qpid.transport.QueueDeclare
 
getPassword() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getPattern() - Method in class org.apache.qpid.messaging.util.Token.Type
 
getPayload() - Method in class org.apache.qpid.framing.ContentBody
 
getPeerCertificate() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getPeerCertificate() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getPeerPrincipal() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getPeerPrincipal() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getPID() - Static method in class org.apache.qpid.properties.ConnectionStartProperties
 
getPlatformInfo() - Static method in class org.apache.qpid.properties.ConnectionStartProperties
 
getPooledBufferSize() - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getPort() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getPosition() - Method in class org.apache.qpid.messaging.util.Token
 
getPrefetchCount() - Method in class org.apache.qpid.framing.BasicQosBody
 
getPrefetchSize() - Method in class org.apache.qpid.framing.BasicQosBody
 
getPriority() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getPriority() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getPriority() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getPrivateKey(String) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
getProcessedMethods() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
getProcessPid() - Static method in class org.apache.qpid.util.SystemUtils
 
getProcessPidAsInt() - Static method in class org.apache.qpid.util.SystemUtils
 
getProductName() - Static method in class org.apache.qpid.configuration.CommonProperties
Gets the product name.
getProperties() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
getProperty(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getPropertyFlags() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getPropertyListSize() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getPropertyNames() - Method in class org.apache.qpid.framing.FieldTable
 
getProtocolClass() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
getProtocolInstance() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
getProtocolMajor() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
getProtocolMinor() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
getProtocolVersion() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
getProtocolVersion() - Method in interface org.apache.qpid.framing.MethodProcessor
 
getProtocolVersion() - Method in class org.apache.qpid.framing.MethodRegistry
 
getProtocolVersion() - Method in interface org.apache.qpid.protocol.ProtocolVersionAware
 
getQueue() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getQueue() - Method in class org.apache.qpid.framing.BasicGetBody
 
getQueue() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
getQueue() - Method in class org.apache.qpid.framing.QueueBindBody
 
getQueue() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getQueue() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
getQueue() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getQueue() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
getQueue() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getQueue() - Method in class org.apache.qpid.transport.ExchangeBind
 
getQueue() - Method in class org.apache.qpid.transport.ExchangeBound
 
getQueue() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getQueue() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getQueue() - Method in class org.apache.qpid.transport.QueueDeclare
 
getQueue() - Method in class org.apache.qpid.transport.QueueDelete
 
getQueue() - Method in class org.apache.qpid.transport.QueuePurge
 
getQueue() - Method in class org.apache.qpid.transport.QueueQuery
 
getQueue() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getQueueName() - Method in class org.apache.qpid.url.AMQBindingURL
 
getQueueName() - Method in interface org.apache.qpid.url.BindingURL
 
getQueueNotFound() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getQueueNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getRead() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getReadBufferSize() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getRealm() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getReceiveBufferSize() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getRecvBuffSize() - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
getRedelivered() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getRedelivered() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getRedelivered() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getReleaseVersion() - Static method in class org.apache.qpid.configuration.CommonProperties
Gets the product version.
getReleaseVersionMajor() - Static method in class org.apache.qpid.configuration.CommonProperties
Gets the product major version.
getReleaseVersionMinor() - Static method in class org.apache.qpid.configuration.CommonProperties
Gets the product minor version.
getRemoteAddress() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getRemoteAddress() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getRemoteSocketAddress() - Method in class org.apache.qpid.transport.Connection
 
getReplyCode() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getReplyCode() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
getReplyCode() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getReplyCode() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getReplyCode() - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
getReplyCode() - Method in class org.apache.qpid.transport.ConnectionClose
 
getReplyText() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getReplyText() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
getReplyText() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
getReplyText() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
getReplyText() - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
getReplyText() - Method in class org.apache.qpid.transport.ConnectionClose
 
getReplyTo() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getReplyTo() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getReplyTo() - Method in class org.apache.qpid.transport.MessageProperties
 
getReplyToAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getRequeue() - Method in class org.apache.qpid.framing.BasicNackBody
 
getRequeue() - Method in class org.apache.qpid.framing.BasicRecoverBody
 
getRequeue() - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
getRequeue() - Method in class org.apache.qpid.framing.BasicRejectBody
 
getResponse() - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
getResponse() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
getResponse() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
getResponse() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getResult() - Method in interface org.apache.qpid.framing.FieldTable.FieldTableElementProcessor
 
getResume() - Method in class org.apache.qpid.transport.DtxStart
 
getResumeId() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getResumeId() - Method in class org.apache.qpid.transport.MessageResume
 
getResumeId() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getResumeTtl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getResumeTtl() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getRevisionVersion() - Method in class org.apache.qpid.framing.ProtocolVersion
 
getRight() - Method in class org.apache.qpid.filter.BinaryExpression
 
getRight() - Method in class org.apache.qpid.filter.UnaryExpression
 
getRoutingKey() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
getRoutingKey() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
getRoutingKey() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getRoutingKey() - Method in class org.apache.qpid.framing.BasicReturnBody
 
getRoutingKey() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
getRoutingKey() - Method in class org.apache.qpid.framing.MessagePublishInfo
 
getRoutingKey() - Method in class org.apache.qpid.framing.QueueBindBody
 
getRoutingKey() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getRoutingKey() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getRoutingKey() - Method in class org.apache.qpid.transport.ReplyTo
 
getRoutingKey() - Method in class org.apache.qpid.url.AMQBindingURL
 
getRoutingKey() - Method in interface org.apache.qpid.url.BindingURL
 
getSaslClient() - Method in class org.apache.qpid.transport.Connection
 
getSaslClient() - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
getSaslMechs() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getSaslProtocol() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getSaslServerName() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getSecurityLayer() - Method in class org.apache.qpid.transport.Connection
 
getSendBufferSize() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getSendBuffSize() - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
getSender() - Method in class org.apache.qpid.transport.Connection
 
getSender() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
getSender() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
getServerAliases(String, Principal[]) - Method in class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
getServerProperties() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getServerProperties() - Method in class org.apache.qpid.transport.Connection
 
getServerProperties() - Method in class org.apache.qpid.transport.ConnectionStart
 
getSession(int) - Method in class org.apache.qpid.transport.Connection
 
getSession(Connection, SessionDelegate, SessionAttach) - Method in class org.apache.qpid.transport.ServerDelegate
 
getSession(Connection, SessionAttach) - Method in class org.apache.qpid.transport.ServerDelegate
 
getSessionListener() - Method in class org.apache.qpid.transport.Session
 
getSetRedelivered() - Method in class org.apache.qpid.transport.MessageRelease
 
getShort(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getShort() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getShort(String) - Method in class org.apache.qpid.framing.FieldTable
 
getShort(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getSize() - Method in interface org.apache.qpid.framing.AMQBody
Get the size of the body
getSize() - Method in class org.apache.qpid.framing.AMQDataBlock
Get the size of buffer needed to store the byte representation of this frame.
getSize() - Method in class org.apache.qpid.framing.AMQFrame
 
getSize() - Method in interface org.apache.qpid.framing.AMQMethodBody
 
getSize() - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
getSize() - Method in class org.apache.qpid.framing.CompositeAMQDataBlock
 
getSize() - Method in class org.apache.qpid.framing.ContentBody
 
getSize() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
getSize() - Method in class org.apache.qpid.framing.HeartbeatBody
 
getSize() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
getSize() - Method in class org.apache.qpid.transport.network.Frame
 
getSizeOf(AMQShortString) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
getSizeOf(FieldTable) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
getSizeOf(byte[]) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
getSizeWidth() - Method in class org.apache.qpid.transport.Acquired
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionClose
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionSecure
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionStart
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionTune
 
getSizeWidth() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getSizeWidth() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxCommit
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxEnd
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxForget
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxPrepare
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxRecover
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxRollback
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxSelect
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getSizeWidth() - Method in class org.apache.qpid.transport.DtxStart
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeBind
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeBound
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeQuery
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExecutionException
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExecutionResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.ExecutionSync
 
getSizeWidth() - Method in class org.apache.qpid.transport.FragmentProperties
 
getSizeWidth() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageAccept
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageAcquire
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageCancel
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageFlow
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageFlush
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageProperties
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageReject
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageRelease
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageResume
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageResumeResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageStop
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getSizeWidth() - Method in class org.apache.qpid.transport.MessageTransfer
 
getSizeWidth() - Method in class org.apache.qpid.transport.QueueDeclare
 
getSizeWidth() - Method in class org.apache.qpid.transport.QueueDelete
 
getSizeWidth() - Method in class org.apache.qpid.transport.QueuePurge
 
getSizeWidth() - Method in class org.apache.qpid.transport.QueueQuery
 
getSizeWidth() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.RecoverResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.ReplyTo
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionAttach
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionAttached
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionCompleted
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionDetach
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionDetached
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionExpected
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionFlush
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionGap
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionHeader
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
getSizeWidth() - Method in class org.apache.qpid.transport.SessionTimeout
 
getSizeWidth() - Method in class org.apache.qpid.transport.Struct
 
getSizeWidth() - Method in class org.apache.qpid.transport.TxCommit
 
getSizeWidth() - Method in class org.apache.qpid.transport.TxRollback
 
getSizeWidth() - Method in class org.apache.qpid.transport.TxSelect
 
getSizeWidth() - Method in class org.apache.qpid.transport.XaResult
 
getSizeWidth() - Method in class org.apache.qpid.transport.Xid
 
getSslErrorFlag() - Method in class org.apache.qpid.transport.network.security.SSLStatus
 
getSslLock() - Method in class org.apache.qpid.transport.network.security.SSLStatus
Lock used to coordinate the SSL sender with the SSL receiver.
getState() - Method in class org.apache.qpid.transport.Session
 
getStateLock() - Method in class org.apache.qpid.transport.Session
 
getStatus() - Method in class org.apache.qpid.transport.XaResult
 
getString(String) - Method in interface org.apache.qpid.configuration.Accessor
 
getString(String) - Method in class org.apache.qpid.configuration.Accessor.MapAccessor
 
getString(String) - Method in class org.apache.qpid.configuration.Accessor.SystemPropertyAccessor
 
getString(String) - Method in class org.apache.qpid.framing.FieldTable
 
getString(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getStructs() - Method in class org.apache.qpid.transport.Header
 
getStructType() - Method in class org.apache.qpid.transport.Acquired
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionClose
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionSecure
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionStart
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionTune
 
getStructType() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
getStructType() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getStructType() - Method in class org.apache.qpid.transport.DtxCommit
 
getStructType() - Method in class org.apache.qpid.transport.DtxEnd
 
getStructType() - Method in class org.apache.qpid.transport.DtxForget
 
getStructType() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
getStructType() - Method in class org.apache.qpid.transport.DtxPrepare
 
getStructType() - Method in class org.apache.qpid.transport.DtxRecover
 
getStructType() - Method in class org.apache.qpid.transport.DtxRollback
 
getStructType() - Method in class org.apache.qpid.transport.DtxSelect
 
getStructType() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getStructType() - Method in class org.apache.qpid.transport.DtxStart
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeBind
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeBound
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeDelete
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeQuery
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getStructType() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
getStructType() - Method in class org.apache.qpid.transport.ExecutionException
 
getStructType() - Method in class org.apache.qpid.transport.ExecutionResult
 
getStructType() - Method in class org.apache.qpid.transport.ExecutionSync
 
getStructType() - Method in class org.apache.qpid.transport.FragmentProperties
 
getStructType() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
getStructType() - Method in class org.apache.qpid.transport.MessageAccept
 
getStructType() - Method in class org.apache.qpid.transport.MessageAcquire
 
getStructType() - Method in class org.apache.qpid.transport.MessageCancel
 
getStructType() - Method in class org.apache.qpid.transport.MessageFlow
 
getStructType() - Method in class org.apache.qpid.transport.MessageFlush
 
getStructType() - Method in class org.apache.qpid.transport.MessageProperties
 
getStructType() - Method in class org.apache.qpid.transport.MessageReject
 
getStructType() - Method in class org.apache.qpid.transport.MessageRelease
 
getStructType() - Method in class org.apache.qpid.transport.MessageResume
 
getStructType() - Method in class org.apache.qpid.transport.MessageResumeResult
 
getStructType() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
getStructType() - Method in class org.apache.qpid.transport.MessageStop
 
getStructType() - Method in class org.apache.qpid.transport.MessageSubscribe
 
getStructType() - Method in class org.apache.qpid.transport.MessageTransfer
 
getStructType() - Method in class org.apache.qpid.transport.QueueDeclare
 
getStructType() - Method in class org.apache.qpid.transport.QueueDelete
 
getStructType() - Method in class org.apache.qpid.transport.QueuePurge
 
getStructType() - Method in class org.apache.qpid.transport.QueueQuery
 
getStructType() - Method in class org.apache.qpid.transport.QueueQueryResult
 
getStructType() - Method in class org.apache.qpid.transport.RecoverResult
 
getStructType() - Method in class org.apache.qpid.transport.ReplyTo
 
getStructType() - Method in class org.apache.qpid.transport.SessionAttach
 
getStructType() - Method in class org.apache.qpid.transport.SessionAttached
 
getStructType() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
getStructType() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
getStructType() - Method in class org.apache.qpid.transport.SessionCompleted
 
getStructType() - Method in class org.apache.qpid.transport.SessionConfirmed
 
getStructType() - Method in class org.apache.qpid.transport.SessionDetach
 
getStructType() - Method in class org.apache.qpid.transport.SessionDetached
 
getStructType() - Method in class org.apache.qpid.transport.SessionExpected
 
getStructType() - Method in class org.apache.qpid.transport.SessionFlush
 
getStructType() - Method in class org.apache.qpid.transport.SessionGap
 
getStructType() - Method in class org.apache.qpid.transport.SessionHeader
 
getStructType() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
getStructType() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
getStructType() - Method in class org.apache.qpid.transport.SessionTimeout
 
getStructType() - Method in class org.apache.qpid.transport.Struct
 
getStructType() - Method in class org.apache.qpid.transport.TxCommit
 
getStructType() - Method in class org.apache.qpid.transport.TxRollback
 
getStructType() - Method in class org.apache.qpid.transport.TxSelect
 
getStructType() - Method in class org.apache.qpid.transport.XaResult
 
getStructType() - Method in class org.apache.qpid.transport.Xid
 
getSubject() - Method in class org.apache.qpid.messaging.Address
 
getSubscriberCount() - Method in class org.apache.qpid.transport.QueueQueryResult
 
GetSuffix(int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Get the suffix.
getSupportedProtocolVersions() - Static method in class org.apache.qpid.framing.ProtocolVersion
 
getSuspend() - Method in class org.apache.qpid.transport.DtxEnd
 
getSync() - Method in class org.apache.qpid.transport.SessionHeader
 
getTabSize(int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
 
getTcpNoDelay() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getText() - Method in class org.apache.qpid.messaging.util.LineInfo
 
getText() - Method in class org.apache.qpid.transport.MessageReject
 
getThreadFactory() - Static method in class org.apache.qpid.thread.Threading
 
getThreadPoolSize() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
getTicket() - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
getTicket() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
getTicket() - Method in class org.apache.qpid.framing.BasicGetBody
 
getTicket() - Method in class org.apache.qpid.framing.BasicPublishBody
 
getTicket() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getTicket() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
getTicket() - Method in class org.apache.qpid.framing.QueueBindBody
 
getTicket() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
getTicket() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
getTicket() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
getTicket() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
getTimelyReply() - Method in class org.apache.qpid.transport.SessionCompleted
 
getTimeout() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getTimeout() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
getTimeout() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
getTimeout() - Method in class org.apache.qpid.transport.SessionTimeout
 
GetTimeoutResult - Class in org.apache.qpid.transport
 
GetTimeoutResult() - Constructor for class org.apache.qpid.transport.GetTimeoutResult
 
GetTimeoutResult(long) - Constructor for class org.apache.qpid.transport.GetTimeoutResult
 
getTimestamp() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getTimestamp() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getTimestamp(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
getTimestamp() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getTimeToNextTick(long) - Method in class org.apache.qpid.transport.network.io.IdleTimeoutTicker
 
getTimeToNextTick(long) - Method in interface org.apache.qpid.transport.network.Ticker
 
getToken(int) - Method in class org.apache.qpid.filter.selector.SelectorParser
Get the specific Token.
getTrack() - Method in class org.apache.qpid.transport.network.Frame
 
getTransfers() - Method in class org.apache.qpid.transport.Acquired
 
getTransfers() - Method in class org.apache.qpid.transport.MessageAccept
 
getTransfers() - Method in class org.apache.qpid.transport.MessageAcquire
 
getTransfers() - Method in class org.apache.qpid.transport.MessageReject
 
getTransfers() - Method in class org.apache.qpid.transport.MessageRelease
 
getTransport() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTrustedCertificatesFile() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTrustManagerFactoryAlgorithm() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTrustManagers(String, String, String, String) - Static method in class org.apache.qpid.ssl.SSLContextFactory
 
getTrustManagers() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTrustStorePassword() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTrustStorePath() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTrustStoreType() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getTtl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
getType() - Method in interface org.apache.qpid.filter.FilterableMessage
 
getType() - Method in class org.apache.qpid.framing.AMQTypedValue
 
getType(Byte) - Static method in class org.apache.qpid.framing.AMQTypeMap
 
getType() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getType() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
getType() - Method in class org.apache.qpid.messaging.util.Token
 
getType() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
getType() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
getType() - Method in class org.apache.qpid.transport.Field
 
getType() - Method in class org.apache.qpid.transport.network.Frame
 
getTypeAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getUndeliveredMessage() - Method in exception org.apache.qpid.AMQUndeliveredException
 
getUnit() - Method in class org.apache.qpid.transport.MessageFlow
 
getUnsignedByte() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getUnsignedInt() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getUnsignedShort() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getUnsignedShort(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
getUpper() - Method in class org.apache.qpid.transport.Range
 
getURL() - Method in class org.apache.qpid.url.AMQBindingURL
 
getURL() - Method in interface org.apache.qpid.url.BindingURL
 
getUsage() - Method in class org.apache.qpid.util.CommandLineParser
Generates a usage string consisting of the name of each option and each options argument description and comment.
getUserId() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getUserID() - Method in class org.apache.qpid.transport.Connection
 
getUserId() - Method in class org.apache.qpid.transport.MessageProperties
 
getUserID() - Method in interface org.apache.qpid.transport.network.security.SecurityLayer
 
getUserIdAsString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
getUsername() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getUTF8Length(CharSequence) - Static method in class org.apache.qpid.framing.EncodingUtils
 
getValue() - Method in enum org.apache.qpid.common.AMQPFilterTypes
Gets the identifying string of the filter type.
getValue() - Method in class org.apache.qpid.filter.ConstantExpression
 
getValue() - Method in class org.apache.qpid.filter.selector.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.qpid.framing.AMQTypedValue
 
getValue() - Method in class org.apache.qpid.messaging.util.Token
 
getValue() - Method in enum org.apache.qpid.transport.ConnectionCloseCode
 
getValue() - Method in enum org.apache.qpid.transport.DtxXaStatus
 
getValue() - Method in enum org.apache.qpid.transport.ExecutionErrorCode
 
getValue() - Method in class org.apache.qpid.transport.ExecutionResult
 
getValue() - Method in enum org.apache.qpid.transport.FileReturnCode
 
getValue() - Method in enum org.apache.qpid.transport.MessageAcceptMode
 
getValue() - Method in enum org.apache.qpid.transport.MessageAcquireMode
 
getValue() - Method in enum org.apache.qpid.transport.MessageCreditUnit
 
getValue() - Method in enum org.apache.qpid.transport.MessageDeliveryMode
 
getValue() - Method in enum org.apache.qpid.transport.MessageDeliveryPriority
 
getValue() - Method in class org.apache.qpid.transport.MessageFlow
 
getValue() - Method in enum org.apache.qpid.transport.MessageFlowMode
 
getValue() - Method in enum org.apache.qpid.transport.MessageRejectCode
 
getValue() - Method in enum org.apache.qpid.transport.SegmentType
 
getValue() - Method in enum org.apache.qpid.transport.SessionDetachCode
 
getValue() - Method in enum org.apache.qpid.transport.StreamReturnCode
 
getValue() - Method in enum org.apache.qpid.transport.Track
 
getVersionMajor() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getVersionMinor() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
getVersionString() - Static method in class org.apache.qpid.configuration.CommonProperties
Extracts all of the version information as a printable string.
getVhost() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getVirtualHost() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
getVirtualHost() - Method in class org.apache.qpid.transport.ConnectionOpen
 
getWeight() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
getWidth() - Method in enum org.apache.qpid.transport.Type
 
getWrite() - Method in class org.apache.qpid.framing.AccessRequestBody
 
getWriteBufferSize() - Method in class org.apache.qpid.transport.ConnectionSettings
 
getXid() - Method in class org.apache.qpid.transport.DtxCommit
 
getXid() - Method in class org.apache.qpid.transport.DtxEnd
 
getXid() - Method in class org.apache.qpid.transport.DtxForget
 
getXid() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
getXid() - Method in class org.apache.qpid.transport.DtxPrepare
 
getXid() - Method in class org.apache.qpid.transport.DtxRollback
 
getXid() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
getXid() - Method in class org.apache.qpid.transport.DtxStart
 
globalId(byte[]) - Method in class org.apache.qpid.transport.Xid
 
gt(int, int) - Static method in class org.apache.qpid.util.Serial
 
GZIP_CONTENT_ENCODING - Static variable in class org.apache.qpid.util.GZIPUtils
 
GZIPUtils - Class in org.apache.qpid.util
 
GZIPUtils() - Constructor for class org.apache.qpid.util.GZIPUtils
 

H

handle(int, AMQVersionAwareProtocolSession) - Method in interface org.apache.qpid.framing.AMQBody
 
handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
Creates an AMQChannelException for the corresponding body type (a channel exception should include the class and method ids of the body it resulted from).
handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.framing.ContentBody
 
handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.framing.ContentHeaderBody
 
handle(int, AMQVersionAwareProtocolSession) - Method in class org.apache.qpid.framing.HeartbeatBody
 
handle(Connection, Method) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
handle(C, Method) - Method in class org.apache.qpid.transport.MethodDelegate
 
handle(Session, Method) - Method in class org.apache.qpid.transport.SessionDelegate
 
has(Object) - Method in class org.apache.qpid.transport.Field
 
has(Object, boolean) - Method in class org.apache.qpid.transport.Field
 
hasAcceptMode() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasAcceptMode() - Method in class org.apache.qpid.transport.MessageTransfer
 
hasAcquireMode() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasAcquireMode() - Method in class org.apache.qpid.transport.MessageTransfer
 
hasAlternateExchange() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasAlternateExchange() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasAlternateExchange() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasAppId() - Method in class org.apache.qpid.transport.MessageProperties
 
hasApplicationHeaders() - Method in class org.apache.qpid.transport.MessageProperties
 
hasArgsNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
hasArguments() - Method in class org.apache.qpid.transport.ExchangeBind
 
hasArguments() - Method in class org.apache.qpid.transport.ExchangeBound
 
hasArguments() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasArguments() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
hasArguments() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasArguments() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasArguments() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasArray() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
hasAutoDelete() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasAutoDelete() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasAutoDelete() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasBindingKey() - Method in class org.apache.qpid.transport.ExchangeBind
 
hasBindingKey() - Method in class org.apache.qpid.transport.ExchangeBound
 
hasBindingKey() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
hasBranchId() - Method in class org.apache.qpid.transport.Xid
 
hasCapabilities() - Method in class org.apache.qpid.transport.ConnectionOpen
 
hasChallenge() - Method in class org.apache.qpid.transport.ConnectionSecure
 
hasChannelMax() - Method in class org.apache.qpid.transport.ConnectionTune
 
hasChannelMax() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
hasClassCode() - Method in class org.apache.qpid.transport.ExecutionException
 
hasClientProperties() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
hasCode() - Method in class org.apache.qpid.transport.MessageReject
 
hasCode() - Method in class org.apache.qpid.transport.SessionDetached
 
hasCommandCode() - Method in class org.apache.qpid.transport.ExecutionException
 
hasCommandId() - Method in class org.apache.qpid.transport.ExecutionException
 
hasCommandId() - Method in class org.apache.qpid.transport.ExecutionResult
 
hasCommandId() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
hasCommandOffset() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
hasCommands() - Method in class org.apache.qpid.transport.SessionCompleted
 
hasCommands() - Method in class org.apache.qpid.transport.SessionConfirmed
 
hasCommands() - Method in class org.apache.qpid.transport.SessionExpected
 
hasCommands() - Method in class org.apache.qpid.transport.SessionGap
 
hasCommands() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
hasCompleted() - Method in class org.apache.qpid.transport.SessionFlush
 
hasCompletionListener() - Method in class org.apache.qpid.transport.Method
 
hasConfirmed() - Method in class org.apache.qpid.transport.SessionFlush
 
hasContentEncoding() - Method in class org.apache.qpid.transport.MessageProperties
 
hasContentLength() - Method in class org.apache.qpid.transport.MessageProperties
 
hasContentType() - Method in class org.apache.qpid.transport.MessageProperties
 
hasCorrelationId() - Method in class org.apache.qpid.transport.MessageProperties
 
hasDeliveryMode() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasDescription() - Method in class org.apache.qpid.transport.ExecutionException
 
hasDestination() - Method in class org.apache.qpid.transport.MessageCancel
 
hasDestination() - Method in class org.apache.qpid.transport.MessageFlow
 
hasDestination() - Method in class org.apache.qpid.transport.MessageFlush
 
hasDestination() - Method in class org.apache.qpid.transport.MessageResume
 
hasDestination() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
hasDestination() - Method in class org.apache.qpid.transport.MessageStop
 
hasDestination() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasDestination() - Method in class org.apache.qpid.transport.MessageTransfer
 
hasDiscardUnroutable() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasDurable() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasDurable() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
hasDurable() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasDurable() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasErrorCode() - Method in class org.apache.qpid.transport.ExecutionException
 
hasErrorInfo() - Method in class org.apache.qpid.transport.ExecutionException
 
hasExcessCapacity() - Method in class org.apache.qpid.transport.Binary
 
hasExchange() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasExchange() - Method in class org.apache.qpid.transport.ExchangeBind
 
hasExchange() - Method in class org.apache.qpid.transport.ExchangeBound
 
hasExchange() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasExchange() - Method in class org.apache.qpid.transport.ExchangeDelete
 
hasExchange() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
hasExchange() - Method in class org.apache.qpid.transport.ReplyTo
 
hasExchangeNotFound() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
hasExclusive() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasExclusive() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasExclusive() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasExpected() - Method in class org.apache.qpid.transport.SessionFlush
 
hasExpiration() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasFail() - Method in class org.apache.qpid.transport.DtxEnd
 
hasFieldIndex() - Method in class org.apache.qpid.transport.ExecutionException
 
hasFirst() - Method in class org.apache.qpid.transport.FragmentProperties
 
hasFlowMode() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
hasForce() - Method in class org.apache.qpid.transport.SessionAttach
 
hasFormat() - Method in class org.apache.qpid.transport.Xid
 
hasFragments() - Method in class org.apache.qpid.transport.SessionConfirmed
 
hasFragments() - Method in class org.apache.qpid.transport.SessionExpected
 
hasFragmentSize() - Method in class org.apache.qpid.transport.FragmentProperties
 
hasGlobalId() - Method in class org.apache.qpid.transport.Xid
 
hashCode() - Method in class org.apache.qpid.dtx.XidImpl
 
hashCode() - Method in class org.apache.qpid.filter.BinaryExpression
TODO: more efficient hashCode()
hashCode() - Method in class org.apache.qpid.filter.ConstantExpression
TODO: more efficient hashCode()
hashCode() - Method in class org.apache.qpid.filter.JMSMessagePropertyExpression
 
hashCode() - Method in class org.apache.qpid.filter.UnaryExpression
TODO: more efficient hashCode()
hashCode() - Method in class org.apache.qpid.framing.AMQShortString
 
hashCode() - Method in class org.apache.qpid.framing.FieldTable
 
hashCode() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
hashCode() - Method in class org.apache.qpid.framing.ProtocolVersion
 
hashCode() - Method in class org.apache.qpid.transport.Binary
 
hashCode() - Method in class org.apache.qpid.transport.ReplyTo
 
hasHeartbeat() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
hasHeartbeatMax() - Method in class org.apache.qpid.transport.ConnectionTune
 
hasHeartbeatMin() - Method in class org.apache.qpid.transport.ConnectionTune
 
hasHost() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
hasIfEmpty() - Method in class org.apache.qpid.transport.QueueDelete
 
hasIfUnused() - Method in class org.apache.qpid.transport.ExchangeDelete
 
hasIfUnused() - Method in class org.apache.qpid.transport.QueueDelete
 
hasImmediate() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasInDoubt() - Method in class org.apache.qpid.transport.RecoverResult
 
hasInsist() - Method in class org.apache.qpid.transport.ConnectionOpen
 
hasJoin() - Method in class org.apache.qpid.transport.DtxStart
 
hasKeyNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
hasKnownHosts() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
hasKnownHosts() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
hasLast() - Method in class org.apache.qpid.transport.FragmentProperties
 
hasLocale() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
hasLocales() - Method in class org.apache.qpid.transport.ConnectionStart
 
hasMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionTune
 
hasMaxFrameSize() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
hasMechanism() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
hasMechanisms() - Method in class org.apache.qpid.transport.ConnectionStart
 
hasMessageCount() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasMessageId() - Method in class org.apache.qpid.transport.MessageProperties
 
hasName() - Method in class org.apache.qpid.transport.ExchangeQuery
 
hasName() - Method in class org.apache.qpid.transport.SessionAttach
 
hasName() - Method in class org.apache.qpid.transport.SessionAttached
 
hasName() - Method in class org.apache.qpid.transport.SessionDetach
 
hasName() - Method in class org.apache.qpid.transport.SessionDetached
 
hasNotFound() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
hasOffset() - Method in class org.apache.qpid.transport.MessageResumeResult
 
hasOnePhase() - Method in class org.apache.qpid.transport.DtxCommit
 
hasPassive() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasPassive() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasPayload() - Method in class org.apache.qpid.transport.Acquired
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionClose
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionOpen
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionSecure
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionStart
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionTune
 
hasPayload() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
hasPayload() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasPayload() - Method in class org.apache.qpid.transport.DtxCommit
 
hasPayload() - Method in class org.apache.qpid.transport.DtxEnd
 
hasPayload() - Method in class org.apache.qpid.transport.DtxForget
 
hasPayload() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
hasPayload() - Method in class org.apache.qpid.transport.DtxPrepare
 
hasPayload() - Method in class org.apache.qpid.transport.DtxRecover
 
hasPayload() - Method in class org.apache.qpid.transport.DtxRollback
 
hasPayload() - Method in class org.apache.qpid.transport.DtxSelect
 
hasPayload() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
hasPayload() - Method in class org.apache.qpid.transport.DtxStart
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeBind
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeBound
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeDelete
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeQuery
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
hasPayload() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
hasPayload() - Method in class org.apache.qpid.transport.ExecutionException
 
hasPayload() - Method in class org.apache.qpid.transport.ExecutionResult
 
hasPayload() - Method in class org.apache.qpid.transport.ExecutionSync
 
hasPayload() - Method in class org.apache.qpid.transport.FragmentProperties
 
hasPayload() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
hasPayload() - Method in class org.apache.qpid.transport.MessageAccept
 
hasPayload() - Method in class org.apache.qpid.transport.MessageAcquire
 
hasPayload() - Method in class org.apache.qpid.transport.MessageCancel
 
hasPayload() - Method in class org.apache.qpid.transport.MessageFlow
 
hasPayload() - Method in class org.apache.qpid.transport.MessageFlush
 
hasPayload() - Method in class org.apache.qpid.transport.MessageProperties
 
hasPayload() - Method in class org.apache.qpid.transport.MessageReject
 
hasPayload() - Method in class org.apache.qpid.transport.MessageRelease
 
hasPayload() - Method in class org.apache.qpid.transport.MessageResume
 
hasPayload() - Method in class org.apache.qpid.transport.MessageResumeResult
 
hasPayload() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
hasPayload() - Method in class org.apache.qpid.transport.MessageStop
 
hasPayload() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasPayload() - Method in class org.apache.qpid.transport.MessageTransfer
 
hasPayload() - Method in class org.apache.qpid.transport.Method
 
hasPayload() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasPayload() - Method in class org.apache.qpid.transport.QueueDelete
 
hasPayload() - Method in class org.apache.qpid.transport.QueuePurge
 
hasPayload() - Method in class org.apache.qpid.transport.QueueQuery
 
hasPayload() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasPayload() - Method in class org.apache.qpid.transport.RecoverResult
 
hasPayload() - Method in class org.apache.qpid.transport.ReplyTo
 
hasPayload() - Method in class org.apache.qpid.transport.SessionAttach
 
hasPayload() - Method in class org.apache.qpid.transport.SessionAttached
 
hasPayload() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
hasPayload() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
hasPayload() - Method in class org.apache.qpid.transport.SessionCompleted
 
hasPayload() - Method in class org.apache.qpid.transport.SessionConfirmed
 
hasPayload() - Method in class org.apache.qpid.transport.SessionDetach
 
hasPayload() - Method in class org.apache.qpid.transport.SessionDetached
 
hasPayload() - Method in class org.apache.qpid.transport.SessionExpected
 
hasPayload() - Method in class org.apache.qpid.transport.SessionFlush
 
hasPayload() - Method in class org.apache.qpid.transport.SessionGap
 
hasPayload() - Method in class org.apache.qpid.transport.SessionHeader
 
hasPayload() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
hasPayload() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
hasPayload() - Method in class org.apache.qpid.transport.SessionTimeout
 
hasPayload() - Method in class org.apache.qpid.transport.TxCommit
 
hasPayload() - Method in class org.apache.qpid.transport.TxRollback
 
hasPayload() - Method in class org.apache.qpid.transport.TxSelect
 
hasPayload() - Method in class org.apache.qpid.transport.XaResult
 
hasPayload() - Method in class org.apache.qpid.transport.Xid
 
hasPriority() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasQueue() - Method in class org.apache.qpid.transport.ExchangeBind
 
hasQueue() - Method in class org.apache.qpid.transport.ExchangeBound
 
hasQueue() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
hasQueue() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasQueue() - Method in class org.apache.qpid.transport.QueueDeclare
 
hasQueue() - Method in class org.apache.qpid.transport.QueueDelete
 
hasQueue() - Method in class org.apache.qpid.transport.QueuePurge
 
hasQueue() - Method in class org.apache.qpid.transport.QueueQuery
 
hasQueue() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasQueueNotFound() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
hasQueueNotMatched() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
hasRedelivered() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasRemaining() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
hasRemaining() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
hasRemaining() - Method in interface org.apache.qpid.transport.codec.Decoder
Tells whether there are any remaining byte(s) to be read.
hasReplyCode() - Method in class org.apache.qpid.transport.ConnectionClose
 
hasReplyText() - Method in class org.apache.qpid.transport.ConnectionClose
 
hasReplyTo() - Method in class org.apache.qpid.transport.MessageProperties
 
hasResponse() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
hasResponse() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
hasResume() - Method in class org.apache.qpid.transport.DtxStart
 
hasResumeId() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasResumeId() - Method in class org.apache.qpid.transport.MessageResume
 
hasResumeId() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasResumeTtl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasResumeTtl() - Method in class org.apache.qpid.transport.MessageSubscribe
 
hasRoutingKey() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasRoutingKey() - Method in class org.apache.qpid.transport.ReplyTo
 
hasServerProperties() - Method in class org.apache.qpid.transport.ConnectionStart
 
hasSessionWithName(byte[]) - Method in class org.apache.qpid.transport.Connection
 
hasSetRedelivered() - Method in class org.apache.qpid.transport.MessageRelease
 
hasStatus() - Method in class org.apache.qpid.transport.XaResult
 
hasSubscriberCount() - Method in class org.apache.qpid.transport.QueueQueryResult
 
hasSuspend() - Method in class org.apache.qpid.transport.DtxEnd
 
hasSync() - Method in class org.apache.qpid.transport.SessionHeader
 
hasText() - Method in class org.apache.qpid.transport.MessageReject
 
hasTime() - Method in class org.apache.qpid.transport.util.Waiter
 
hasTimelyReply() - Method in class org.apache.qpid.transport.SessionCompleted
 
hasTimeout() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
hasTimeout() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
hasTimeout() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
hasTimeout() - Method in class org.apache.qpid.transport.SessionTimeout
 
hasTimestamp() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasTransfers() - Method in class org.apache.qpid.transport.Acquired
 
hasTransfers() - Method in class org.apache.qpid.transport.MessageAccept
 
hasTransfers() - Method in class org.apache.qpid.transport.MessageAcquire
 
hasTransfers() - Method in class org.apache.qpid.transport.MessageReject
 
hasTransfers() - Method in class org.apache.qpid.transport.MessageRelease
 
hasTtl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
hasType() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
hasType() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
hasUnit() - Method in class org.apache.qpid.transport.MessageFlow
 
hasUserId() - Method in class org.apache.qpid.transport.MessageProperties
 
hasValue() - Method in class org.apache.qpid.transport.ExecutionResult
 
hasValue() - Method in class org.apache.qpid.transport.MessageFlow
 
hasVirtualHost() - Method in class org.apache.qpid.transport.ConnectionOpen
 
hasXid() - Method in class org.apache.qpid.transport.DtxCommit
 
hasXid() - Method in class org.apache.qpid.transport.DtxEnd
 
hasXid() - Method in class org.apache.qpid.transport.DtxForget
 
hasXid() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
hasXid() - Method in class org.apache.qpid.transport.DtxPrepare
 
hasXid() - Method in class org.apache.qpid.transport.DtxRollback
 
hasXid() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
hasXid() - Method in class org.apache.qpid.transport.DtxStart
 
Header - Class in org.apache.qpid.transport
Header
Header(DeliveryProperties, MessageProperties) - Constructor for class org.apache.qpid.transport.Header
 
Header(DeliveryProperties, MessageProperties, List<Struct>) - Constructor for class org.apache.qpid.transport.Header
 
header(Header) - Method in class org.apache.qpid.transport.MessageTransfer
 
HEADER_SIZE - Static variable in class org.apache.qpid.transport.network.Frame
 
HEADERS_EXCHANGE_CLASS - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
Defines the identifying type name of headers exchanges.
HEADERS_EXCHANGE_NAME - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
The pre-defined headers exchange, the specification does not say this needs to be provided.
heartbeat(int) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
HeartbeatBody - Class in org.apache.qpid.framing
 
HeartbeatBody() - Constructor for class org.apache.qpid.framing.HeartbeatBody
 
HeartbeatBody(DataInputStream, long) - Constructor for class org.apache.qpid.framing.HeartbeatBody
 
heartbeatBodyReceived(int, HeartbeatBody) - Method in interface org.apache.qpid.protocol.AMQVersionAwareProtocolSession
 
heartbeatMax(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
heartbeatMin(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
hex(byte[], int) - Static method in class org.apache.qpid.transport.util.Functions
 
hex(QpidByteBuffer, int) - Static method in class org.apache.qpid.transport.util.Functions
 
hex(byte[], int, CharSequence) - Static method in class org.apache.qpid.transport.util.Functions
 
hex(QpidByteBuffer, int, CharSequence) - Static method in class org.apache.qpid.transport.util.Functions
 
HEX_LITERAL - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
host(String) - Method in class org.apache.qpid.transport.ConnectionRedirect
 

I

ID - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
identifier() - Method in enum org.apache.qpid.framing.AMQType
Extracts the byte identifier for the typ.
IdleTimeoutTicker - Class in org.apache.qpid.transport.network.io
 
IdleTimeoutTicker(TransportActivity, int) - Constructor for class org.apache.qpid.transport.network.io.IdleTimeoutTicker
 
ifEmpty(boolean) - Method in class org.apache.qpid.transport.QueueDelete
 
ifUnused(boolean) - Method in class org.apache.qpid.transport.ExchangeDelete
 
ifUnused(boolean) - Method in class org.apache.qpid.transport.QueueDelete
 
IGNORE_SET_CLIENTID_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
Currently with Qpid it is not possible to change the client ID.
ignoreAllButCloseOk() - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
ignoreAllButCloseOk() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
ignoreAllButCloseOk() - Method in interface org.apache.qpid.framing.MethodProcessor
 
image - Variable in class org.apache.qpid.filter.selector.Token
The string image of the token.
immediate(boolean) - Method in class org.apache.qpid.transport.DeliveryProperties
 
IN - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
IN_USE - Static variable in class org.apache.qpid.protocol.AMQConstant
The client requested a method that was not allowed because some precondition failed.
inBuf - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
includes(int) - Method in class org.apache.qpid.transport.Range
 
includes(Range) - Method in class org.apache.qpid.transport.Range
 
includes(Range) - Method in interface org.apache.qpid.transport.RangeSet
 
includes(int) - Method in interface org.apache.qpid.transport.RangeSet
 
includes(Range) - Method in class org.apache.qpid.transport.RangeSetImpl
 
includes(int) - Method in class org.apache.qpid.transport.RangeSetImpl
 
incrementRef() - Method in interface org.apache.qpid.bytebuffer.ByteBufferRef
 
inDoubt(List<Object>) - Method in class org.apache.qpid.transport.RecoverResult
 
inflate(Collection<QpidByteBuffer>) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
init(Connection, ProtocolHeader) - Method in class org.apache.qpid.transport.ClientDelegate
 
init(ByteBuffer) - Method in class org.apache.qpid.transport.codec.BBDecoder
 
init() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
init() - Method in interface org.apache.qpid.transport.codec.Encoder
 
init(ProtocolHeader) - Method in class org.apache.qpid.transport.network.Assembler
 
init(Void, ProtocolHeader) - Method in class org.apache.qpid.transport.network.Disassembler
 
init(ProtocolHeader) - Method in interface org.apache.qpid.transport.network.NetworkDelegate
 
init(C, ProtocolHeader) - Method in interface org.apache.qpid.transport.ProtocolDelegate
 
init(Connection, ProtocolHeader) - Method in class org.apache.qpid.transport.ServerDelegate
 
init(Session, ProtocolHeader) - Method in class org.apache.qpid.transport.SessionDelegate
 
initialisePool(int, int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
initiate() - Method in class org.apache.qpid.transport.network.io.IoSender
 
input_stream - Variable in class org.apache.qpid.filter.selector.SelectorParserTokenManager
 
InputHandler - Class in org.apache.qpid.transport.network
InputHandler
InputHandler(NetworkEventReceiver, boolean) - Constructor for class org.apache.qpid.transport.network.InputHandler
 
InputHandler.State - Enum in org.apache.qpid.transport.network
 
inputStream - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
insist(boolean) - Method in class org.apache.qpid.transport.ConnectionOpen
 
INSTANCE - Static variable in class org.apache.qpid.framing.ChannelCloseOkBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.ConfirmSelectOkBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.TxCommitBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.TxCommitOkBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.TxRollbackBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.TxRollbackOkBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.TxSelectBody
 
INSTANCE - Static variable in class org.apache.qpid.framing.TxSelectOkBody
 
INSTANCE_0_8 - Static variable in class org.apache.qpid.framing.ChannelOpenOkBody
 
INSTANCE_0_9 - Static variable in class org.apache.qpid.framing.ChannelOpenOkBody
 
INT_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
INTEGER - Static variable in class org.apache.qpid.filter.ArithmeticExpression
 
INTERNAL_ERROR - Static variable in class org.apache.qpid.protocol.AMQConstant
The server could not complete the method because of an internal error.
intersect(Range) - Method in class org.apache.qpid.transport.Range
 
intersects(Range) - Method in class org.apache.qpid.transport.Range
 
intProperty(Integer, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
intProperty(Accessor, Integer, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
INVALID_ARGUMENT - Static variable in class org.apache.qpid.protocol.AMQConstant
 
INVALID_OBJECT_MSG - Static variable in exception org.apache.qpid.AMQPInvalidClassException
Error message text when trying to store an unsupported class or null object
INVALID_PATH - Static variable in class org.apache.qpid.protocol.AMQConstant
The client tried to work with an unknown virtual host or cluster.
INVALID_ROUTING_KEY - Static variable in class org.apache.qpid.protocol.AMQConstant
 
invoke(Method) - Method in class org.apache.qpid.transport.Connection
 
invoke(Method) - Method in class org.apache.qpid.transport.ConnectionInvoker
 
invoke(Method) - Method in class org.apache.qpid.transport.Session
 
invoke(Method, Runnable) - Method in class org.apache.qpid.transport.Session
 
invoke(Method, Class<T>) - Method in class org.apache.qpid.transport.Session
 
invoke(Method) - Method in class org.apache.qpid.transport.SessionInvoker
 
invoke(Method, Class<T>) - Method in class org.apache.qpid.transport.SessionInvoker
 
IO_NETWORK_TRANSPORT_TIMEOUT_DEFAULT - Static variable in class org.apache.qpid.configuration.CommonProperties
 
IO_NETWORK_TRANSPORT_TIMEOUT_PROP_NAME - Static variable in class org.apache.qpid.configuration.CommonProperties
The timeout used by the IO layer for timeouts such as send timeout in IoSender, and the close timeout for IoSender and IoReceiver
IoNetworkConnection - Class in org.apache.qpid.transport.network.io
 
IoNetworkConnection(Socket, ExceptionHandlingByteBufferReceiver, int, int, long, Ticker) - Constructor for class org.apache.qpid.transport.network.io.IoNetworkConnection
 
IoNetworkTransport - Class in org.apache.qpid.transport.network.io
 
IoNetworkTransport() - Constructor for class org.apache.qpid.transport.network.io.IoNetworkTransport
 
IoSender - Class in org.apache.qpid.transport.network.io
 
IoSender(Socket, int, long) - Constructor for class org.apache.qpid.transport.network.io.IoSender
 
IS - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
isBatch() - Method in class org.apache.qpid.transport.Method
 
isBytesFull() - Method in class org.apache.qpid.transport.Session
 
isClean() - Method in class org.apache.qpid.framing.FieldTable
 
isClosing() - Method in class org.apache.qpid.transport.Connection
 
isClosing() - Method in class org.apache.qpid.transport.Session
 
isColumnIndex() - Method in class org.apache.qpid.filter.OrderByExpression
 
isCommandsFull(int) - Method in class org.apache.qpid.transport.Session
 
isConnectionControl() - Method in class org.apache.qpid.transport.Acquired
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionClose
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionOpen
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionRedirect
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionSecure
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionStart
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionStartOk
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionTune
 
isConnectionControl() - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
isConnectionControl() - Method in class org.apache.qpid.transport.DeliveryProperties
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxCommit
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxEnd
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxForget
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxGetTimeout
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxPrepare
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxRecover
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxRollback
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxSelect
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxSetTimeout
 
isConnectionControl() - Method in class org.apache.qpid.transport.DtxStart
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeBind
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeBound
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeDeclare
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeDelete
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeQuery
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExchangeUnbind
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExecutionException
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExecutionResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.ExecutionSync
 
isConnectionControl() - Method in class org.apache.qpid.transport.FragmentProperties
 
isConnectionControl() - Method in class org.apache.qpid.transport.GetTimeoutResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageAccept
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageAcquire
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageCancel
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageFlow
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageFlush
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageProperties
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageReject
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageRelease
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageResume
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageResumeResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageStop
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageSubscribe
 
isConnectionControl() - Method in class org.apache.qpid.transport.MessageTransfer
 
isConnectionControl() - Method in class org.apache.qpid.transport.ProtocolError
 
isConnectionControl() - Method in interface org.apache.qpid.transport.ProtocolEvent
 
isConnectionControl() - Method in class org.apache.qpid.transport.ProtocolHeader
 
isConnectionControl() - Method in class org.apache.qpid.transport.QueueDeclare
 
isConnectionControl() - Method in class org.apache.qpid.transport.QueueDelete
 
isConnectionControl() - Method in class org.apache.qpid.transport.QueuePurge
 
isConnectionControl() - Method in class org.apache.qpid.transport.QueueQuery
 
isConnectionControl() - Method in class org.apache.qpid.transport.QueueQueryResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.RecoverResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.ReplyTo
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionAttach
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionAttached
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionCommandFragment
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionCommandPoint
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionCompleted
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionConfirmed
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionDetach
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionDetached
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionExpected
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionFlush
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionGap
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionHeader
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
isConnectionControl() - Method in class org.apache.qpid.transport.SessionTimeout
 
isConnectionControl() - Method in class org.apache.qpid.transport.TxCommit
 
isConnectionControl() - Method in class org.apache.qpid.transport.TxRollback
 
isConnectionControl() - Method in class org.apache.qpid.transport.TxSelect
 
isConnectionControl() - Method in class org.apache.qpid.transport.XaResult
 
isConnectionControl() - Method in class org.apache.qpid.transport.Xid
 
isConnectionLost() - Method in class org.apache.qpid.transport.Connection
 
isConnectionResuming() - Method in class org.apache.qpid.transport.Connection
 
isDirect() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
isDirectBufferPreferred() - Method in interface org.apache.qpid.transport.ByteBufferSender
 
isDirectBufferPreferred() - Method in class org.apache.qpid.transport.network.io.IoSender
 
isDirectBufferPreferred() - Method in class org.apache.qpid.transport.network.security.sasl.SASLSender
 
isDirectBufferPreferred() - Method in class org.apache.qpid.transport.network.security.ssl.SSLSender
 
isDirty() - Method in class org.apache.qpid.transport.Struct
 
isDone() - Method in interface org.apache.qpid.transport.Future
 
isEmpty() - Method in class org.apache.qpid.framing.FieldTable
 
isEmpty() - Method in class org.apache.qpid.transport.network.security.ssl.QpidMultipleTrustManager
 
isFirstFrame() - Method in class org.apache.qpid.transport.network.Frame
 
isFirstSegment() - Method in class org.apache.qpid.transport.network.Frame
 
isFixed() - Method in enum org.apache.qpid.transport.Type
 
isFlowBlocked() - Method in class org.apache.qpid.transport.Session
An auxiliary method for test purposes only
isFull(int) - Method in class org.apache.qpid.transport.Session
 
isHardError() - Method in exception org.apache.qpid.AMQException
 
isHardError() - Method in exception org.apache.qpid.AMQInvalidArgumentException
 
isHardError() - Method in exception org.apache.qpid.AMQUndeliveredException
 
isImmediate() - Method in class org.apache.qpid.framing.MessagePublishInfo
 
isLastFrame() - Method in class org.apache.qpid.transport.network.Frame
 
isLastSegment() - Method in class org.apache.qpid.transport.network.Frame
 
isMandatory() - Method in class org.apache.qpid.framing.MessagePublishInfo
 
isMessageCompressionSupported() - Method in class org.apache.qpid.transport.Connection
 
isNullStringValue(String) - Method in class org.apache.qpid.framing.FieldTable
 
isPersistent() - Method in interface org.apache.qpid.filter.FilterableMessage
 
isQueueLifetimePolicySupported() - Method in class org.apache.qpid.transport.Connection
 
isRedelivered() - Method in interface org.apache.qpid.filter.FilterableMessage
 
isRedirecting() - Method in class org.apache.qpid.transport.Connection
 
isSecurityLayerEstablished() - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
isSupported() - Method in class org.apache.qpid.framing.ProtocolVersion
 
isSync() - Method in class org.apache.qpid.transport.Method
 
isTcpNodelay() - Method in class org.apache.qpid.transport.ConnectionSettings
 
isTransacted() - Method in class org.apache.qpid.transport.Session
 
isUnreliable() - Method in class org.apache.qpid.transport.Method
 
isUseSASLEncryption() - Method in class org.apache.qpid.transport.ConnectionSettings
 
isUseSSL() - Method in class org.apache.qpid.transport.ConnectionSettings
 
isVerifyHostname() - Method in class org.apache.qpid.transport.ConnectionSettings
 
isVirtualHostPropertiesSupported() - Method in class org.apache.qpid.transport.Connection
 
isWindows() - Static method in class org.apache.qpid.util.SystemUtils
 
itemExists(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
itemExists(String) - Method in class org.apache.qpid.framing.FieldTable
 
iterator() - Method in class org.apache.qpid.framing.FieldArray
 
iterator() - Method in class org.apache.qpid.framing.FieldTable
 
iterator() - Method in class org.apache.qpid.transport.Range
 
iterator() - Method in interface org.apache.qpid.transport.RangeSet
 
iterator() - Method in class org.apache.qpid.transport.RangeSetImpl
 

J

JAddr - Class in org.apache.qpid.messaging.util
JAddr
JAVA_SYS_PROPS_RESOLVER - Static variable in class org.apache.qpid.util.Strings
 
jj_nt - Variable in class org.apache.qpid.filter.selector.SelectorParser
Next token.
jjFillToken() - Method in class org.apache.qpid.filter.selector.SelectorParserTokenManager
 
jjstrLiteralImages - Static variable in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Token literal values.
JMSMessagePropertyExpression - Class in org.apache.qpid.filter
Represents a property expression
JmsSelector() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
join(boolean) - Method in class org.apache.qpid.transport.DtxStart
 
join(String, Iterable) - Static method in class org.apache.qpid.util.Strings
 
join(String, Object[]) - Static method in class org.apache.qpid.util.Strings
 

K

keyNotMatched(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
keys() - Method in class org.apache.qpid.framing.FieldTable
 
keySet() - Method in class org.apache.qpid.framing.FieldTable
 
kind - Variable in class org.apache.qpid.filter.selector.Token
An integer that describes the kind of this token.
knownHosts(List<Object>) - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
knownHosts(List<Object>) - Method in class org.apache.qpid.transport.ConnectionRedirect
 

L

L1 - Static variable in class org.apache.qpid.transport.network.Frame
 
L2 - Static variable in class org.apache.qpid.transport.network.Frame
 
L3 - Static variable in class org.apache.qpid.transport.network.Frame
 
L4 - Static variable in class org.apache.qpid.transport.network.Frame
 
last(boolean) - Method in class org.apache.qpid.transport.FragmentProperties
 
LAST_FRAME - Static variable in class org.apache.qpid.transport.network.Frame
 
LAST_SEG - Static variable in class org.apache.qpid.transport.network.Frame
 
le(int, int) - Static method in class org.apache.qpid.util.Serial
 
length() - Method in class org.apache.qpid.framing.AMQShortString
Get the length of the short string
lex(String) - Static method in class org.apache.qpid.messaging.util.AddressParser
 
lex(String) - Method in class org.apache.qpid.messaging.util.Lexer
 
Lexer - Class in org.apache.qpid.messaging.util
Lexer
Lexer(List<Token.Type>, Token.Type, Pattern) - Constructor for class org.apache.qpid.messaging.util.Lexer
 
LexError - Exception in org.apache.qpid.messaging.util
LexError
LexError(String) - Constructor for exception org.apache.qpid.messaging.util.LexError
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.qpid.filter.selector.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
Lexicon - Class in org.apache.qpid.messaging.util
Lexicon
Lexicon() - Constructor for class org.apache.qpid.messaging.util.Lexicon
 
lexStateNames - Static variable in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Lexer state names.
LIKE - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
limit() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
limit(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
line - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
LINE_COMMENT - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
LineInfo - Class in org.apache.qpid.messaging.util
LineInfo
LineInfo(int, int, String) - Constructor for class org.apache.qpid.messaging.util.LineInfo
 
literal() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
locale(String) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
locales(List<Object>) - Method in class org.apache.qpid.transport.ConnectionStart
 
LoggingUncaughtExceptionHandler - Class in org.apache.qpid.thread
An Thread.UncaughtExceptionHandler that writes the exception to the application log via the SLF4J framework.
LoggingUncaughtExceptionHandler() - Constructor for class org.apache.qpid.thread.LoggingUncaughtExceptionHandler
 
LogicExpression<T> - Class in org.apache.qpid.filter
A filter performing a comparison of two objects
LogicExpression(BooleanExpression<T>, BooleanExpression<T>) - Constructor for class org.apache.qpid.filter.LogicExpression
 
LONG - Static variable in class org.apache.qpid.filter.ArithmeticExpression
 
LONG_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
longProperty(Long, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
longProperty(Accessor, Long, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
lsb(int) - Static method in class org.apache.qpid.transport.util.Functions
 
lsb(long) - Static method in class org.apache.qpid.transport.util.Functions
 
lt(int, int) - Static method in class org.apache.qpid.util.Serial
 

M

main(String[]) - Static method in class org.apache.qpid.messaging.util.JAddr
 
main(String[]) - Static method in class org.apache.qpid.messaging.util.Lexicon
 
map() - Method in class org.apache.qpid.messaging.util.AddressParser
 
mark() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
mark(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
mark(int) - Method in class org.apache.qpid.streams.CompositeInputStream
 
mark(int) - Method in class org.apache.qpid.util.ByteBufferInputStream
 
markSupported() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
markSupported() - Method in class org.apache.qpid.streams.CompositeInputStream
 
markSupported() - Method in class org.apache.qpid.util.ByteBufferInputStream
 
matches(E) - Method in interface org.apache.qpid.filter.BooleanExpression
 
matches(T) - Method in class org.apache.qpid.filter.ComparisonExpression
 
matches(T) - Method in class org.apache.qpid.filter.LogicExpression
 
max(int, int) - Static method in class org.apache.qpid.util.Serial
 
MAX_CHANNEL_MAX - Static variable in class org.apache.qpid.transport.Connection
 
MAX_FRAME_SIZE - Static variable in class org.apache.qpid.transport.ServerDelegate
 
MAX_LENGTH - Static variable in class org.apache.qpid.framing.AMQShortString
The maximum number of octets in AMQ short string as defined in AMQP specification
MAX_PREFETCH_DEFAULT - Static variable in class org.apache.qpid.configuration.ClientProperties
 
MAX_PREFETCH_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
This property is currently used within the 0.10 code path only The maximum number of pre-fetched messages per destination This property is used for all the connection unless it is overwritten by the connectionURL type: long
maxFrameSize(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
maxFrameSize(int) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
maxNextCharInd - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
mechanism(String) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
mechanisms(List<Object>) - Method in class org.apache.qpid.transport.ConnectionStart
 
message(Session, MessageTransfer) - Method in interface org.apache.qpid.transport.SessionListener
 
MESSAGE_TOO_LARGE - Static variable in class org.apache.qpid.protocol.AMQConstant
The client attempted to transfer content larger than the server could accept at the present time.
MessageAccept - Class in org.apache.qpid.transport
 
MessageAccept() - Constructor for class org.apache.qpid.transport.MessageAccept
 
MessageAccept(RangeSet, Option...) - Constructor for class org.apache.qpid.transport.MessageAccept
 
messageAccept(C, MessageAccept) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageAccept(RangeSet, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageAcceptMode - Enum in org.apache.qpid.transport
 
MessageAcquire - Class in org.apache.qpid.transport
 
MessageAcquire() - Constructor for class org.apache.qpid.transport.MessageAcquire
 
MessageAcquire(RangeSet, Option...) - Constructor for class org.apache.qpid.transport.MessageAcquire
 
messageAcquire(C, MessageAcquire) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageAcquire(RangeSet, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageAcquireMode - Enum in org.apache.qpid.transport
 
MessageCancel - Class in org.apache.qpid.transport
 
MessageCancel() - Constructor for class org.apache.qpid.transport.MessageCancel
 
MessageCancel(String, Option...) - Constructor for class org.apache.qpid.transport.MessageCancel
 
messageCancel(C, MessageCancel) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageCancel(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
messageCount(long) - Method in class org.apache.qpid.transport.QueueQueryResult
 
MessageCreditUnit - Enum in org.apache.qpid.transport
 
MessageDeliveryMode - Enum in org.apache.qpid.transport
 
MessageDeliveryPriority - Enum in org.apache.qpid.transport
 
MessageFlow - Class in org.apache.qpid.transport
 
MessageFlow() - Constructor for class org.apache.qpid.transport.MessageFlow
 
MessageFlow(String, MessageCreditUnit, long, Option...) - Constructor for class org.apache.qpid.transport.MessageFlow
 
messageFlow(C, MessageFlow) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageFlow(Session, MessageFlow) - Method in class org.apache.qpid.transport.SessionDelegate
 
messageFlow(String, MessageCreditUnit, long, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageFlowMode - Enum in org.apache.qpid.transport
 
MessageFlush - Class in org.apache.qpid.transport
 
MessageFlush() - Constructor for class org.apache.qpid.transport.MessageFlush
 
MessageFlush(String, Option...) - Constructor for class org.apache.qpid.transport.MessageFlush
 
messageFlush(C, MessageFlush) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageFlush(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
messageId(UUID) - Method in class org.apache.qpid.transport.MessageProperties
 
MessageProperties - Class in org.apache.qpid.transport
 
MessageProperties() - Constructor for class org.apache.qpid.transport.MessageProperties
 
MessageProperties(MessageProperties) - Constructor for class org.apache.qpid.transport.MessageProperties
 
MessageProperties(long, UUID, byte[], ReplyTo, String, String, byte[], byte[], Map<String, Object>) - Constructor for class org.apache.qpid.transport.MessageProperties
 
MessagePublishInfo - Class in org.apache.qpid.framing
 
MessagePublishInfo() - Constructor for class org.apache.qpid.framing.MessagePublishInfo
 
MessagePublishInfo(AMQShortString, boolean, boolean, AMQShortString) - Constructor for class org.apache.qpid.framing.MessagePublishInfo
 
MessageReject - Class in org.apache.qpid.transport
 
MessageReject() - Constructor for class org.apache.qpid.transport.MessageReject
 
MessageReject(RangeSet, MessageRejectCode, String, Option...) - Constructor for class org.apache.qpid.transport.MessageReject
 
messageReject(C, MessageReject) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageReject(RangeSet, MessageRejectCode, String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageRejectCode - Enum in org.apache.qpid.transport
 
MessageRelease - Class in org.apache.qpid.transport
 
MessageRelease() - Constructor for class org.apache.qpid.transport.MessageRelease
 
MessageRelease(RangeSet, Option...) - Constructor for class org.apache.qpid.transport.MessageRelease
 
messageRelease(C, MessageRelease) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageRelease(RangeSet, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageResume - Class in org.apache.qpid.transport
 
MessageResume() - Constructor for class org.apache.qpid.transport.MessageResume
 
MessageResume(String, String, Option...) - Constructor for class org.apache.qpid.transport.MessageResume
 
messageResume(C, MessageResume) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageResume(String, String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageResumeResult - Class in org.apache.qpid.transport
 
MessageResumeResult() - Constructor for class org.apache.qpid.transport.MessageResumeResult
 
MessageResumeResult(long) - Constructor for class org.apache.qpid.transport.MessageResumeResult
 
MessageSetFlowMode - Class in org.apache.qpid.transport
 
MessageSetFlowMode() - Constructor for class org.apache.qpid.transport.MessageSetFlowMode
 
MessageSetFlowMode(String, MessageFlowMode, Option...) - Constructor for class org.apache.qpid.transport.MessageSetFlowMode
 
messageSetFlowMode(C, MessageSetFlowMode) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageSetFlowMode(Session, MessageSetFlowMode) - Method in class org.apache.qpid.transport.SessionDelegate
 
messageSetFlowMode(String, MessageFlowMode, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageStop - Class in org.apache.qpid.transport
 
MessageStop() - Constructor for class org.apache.qpid.transport.MessageStop
 
MessageStop(String, Option...) - Constructor for class org.apache.qpid.transport.MessageStop
 
messageStop(C, MessageStop) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageStop(Session, MessageStop) - Method in class org.apache.qpid.transport.SessionDelegate
 
messageStop(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageSubscribe - Class in org.apache.qpid.transport
 
MessageSubscribe() - Constructor for class org.apache.qpid.transport.MessageSubscribe
 
MessageSubscribe(String, String, MessageAcceptMode, MessageAcquireMode, String, long, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.MessageSubscribe
 
messageSubscribe(C, MessageSubscribe) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageSubscribe(String, String, MessageAcceptMode, MessageAcquireMode, String, long, Map<String, Object>, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
MessageTransfer - Class in org.apache.qpid.transport
 
MessageTransfer() - Constructor for class org.apache.qpid.transport.MessageTransfer
 
MessageTransfer(String, MessageAcceptMode, MessageAcquireMode, Header, ByteBuffer, Option...) - Constructor for class org.apache.qpid.transport.MessageTransfer
 
MessageTransfer(String, MessageAcceptMode, MessageAcquireMode, Header, Collection<QpidByteBuffer>, Option...) - Constructor for class org.apache.qpid.transport.MessageTransfer
 
messageTransfer(C, MessageTransfer) - Method in class org.apache.qpid.transport.MethodDelegate
 
messageTransfer(String, MessageAcceptMode, MessageAcquireMode, Header, byte[], Option...) - Method in class org.apache.qpid.transport.Session
 
messageTransfer(String, MessageAcceptMode, MessageAcquireMode, Header, String, Option...) - Method in class org.apache.qpid.transport.Session
 
messageTransfer(Session, MessageTransfer) - Method in class org.apache.qpid.transport.SessionDelegate
 
messageTransfer(String, MessageAcceptMode, MessageAcquireMode, Header, ByteBuffer, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
Method - Class in org.apache.qpid.transport
Method
Method() - Constructor for class org.apache.qpid.transport.Method
 
Method.CompletionListener - Interface in org.apache.qpid.transport
 
METHOD_ID - Static variable in class org.apache.qpid.framing.AccessRequestBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.AccessRequestOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicAckBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicCancelBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicCancelOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicConsumeBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicConsumeOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicDeliverBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicGetBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicGetEmptyBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicGetOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicNackBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicPublishBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicQosBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicQosOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicRecoverBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicRejectBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.BasicReturnBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelAlertBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelCloseBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelCloseOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelFlowBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelFlowOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelOpenBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ChannelOpenOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConfirmSelectBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConfirmSelectOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionOpenBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionOpenOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionSecureBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionSecureOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionStartBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionStartOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionTuneBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ConnectionTuneOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ExchangeBoundBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ExchangeDeclareBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ExchangeDeleteBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueBindBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueBindOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueDeclareBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueDeclareOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueDeleteBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueDeleteOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueuePurgeBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueuePurgeOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueUnbindBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.QueueUnbindOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.TxCommitBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.TxCommitOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.TxRollbackBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.TxRollbackOkBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.TxSelectBody
 
METHOD_ID - Static variable in class org.apache.qpid.framing.TxSelectOkBody
 
MethodDelegate<C> - Class in org.apache.qpid.transport
 
MethodDelegate() - Constructor for class org.apache.qpid.transport.MethodDelegate
 
MethodDispatcher - Interface in org.apache.qpid.framing
 
methodFrameReceived(int, AMQMethodBody) - Method in interface org.apache.qpid.protocol.AMQVersionAwareProtocolSession
 
MethodProcessor<T extends ChannelMethodProcessor> - Interface in org.apache.qpid.framing
 
methodReceived(AMQMethodEvent<B>) - Method in interface org.apache.qpid.protocol.AMQMethodListener
Notifies the listener that an AMQP method event has occurred.
MethodRegistry - Class in org.apache.qpid.framing
 
MethodRegistry(ProtocolVersion) - Constructor for class org.apache.qpid.framing.MethodRegistry
 
min(int, int) - Static method in class org.apache.qpid.util.Serial
 
MIN_MAX_FRAME_SIZE - Static variable in interface org.apache.qpid.transport.Constant
 
MIN_USABLE_CHANNEL_NUM - Static variable in class org.apache.qpid.transport.Connection
 
minus(Number, Number) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
mod(Number, Number) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
mod(int, int) - Static method in class org.apache.qpid.transport.util.Functions
 
multExpr() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
multiply(Number, Number) - Method in class org.apache.qpid.filter.ArithmeticExpression
 

N

name(String) - Method in class org.apache.qpid.transport.ExchangeQuery
 
name(byte[]) - Method in class org.apache.qpid.transport.SessionAttach
 
name(byte[]) - Method in class org.apache.qpid.transport.SessionAttached
 
name(byte[]) - Method in class org.apache.qpid.transport.SessionDetach
 
name(byte[]) - Method in class org.apache.qpid.transport.SessionDetached
 
NameUUIDGen - Class in org.apache.qpid.util
NameUUIDGen
NameUUIDGen() - Constructor for class org.apache.qpid.util.NameUUIDGen
 
needClientAuth() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
NetworkConnection - Interface in org.apache.qpid.transport.network
 
NetworkDelegate - Interface in org.apache.qpid.transport.network
NetworkDelegate
NetworkEvent - Interface in org.apache.qpid.transport.network
NetworkEvent
NetworkEventReceiver - Interface in org.apache.qpid.transport
 
NetworkTransportConfiguration - Interface in org.apache.qpid.transport
This interface provides a means for NetworkDrivers to configure TCP options such as incoming and outgoing buffer sizes and set particular options on the socket.
newFieldTable() - Static method in class org.apache.qpid.framing.FieldTableFactory
 
newGenerator() - Static method in class org.apache.qpid.util.UUIDs
 
newGenerator(String) - Static method in class org.apache.qpid.util.UUIDs
 
newInstance(ConnectionSettings) - Static method in class org.apache.qpid.transport.network.security.SecurityLayerFactory
 
newInstance(int) - Static method in class org.apache.qpid.transport.Range
 
newInstance(int, int) - Static method in class org.apache.qpid.transport.Range
 
newSession(Connection, Binary, long, boolean) - Method in interface org.apache.qpid.transport.Connection.SessionFactory
 
newThread(Runnable) - Method in class org.apache.qpid.pool.SuppressingInheritedAccessControlContextThreadFactory
 
newToken(int, String) - Static method in class org.apache.qpid.filter.selector.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.qpid.filter.selector.Token
 
next - Variable in class org.apache.qpid.filter.selector.Token
A reference to the next regular (non-special) token from the input stream.
nextCommandId() - Method in class org.apache.qpid.transport.Session
 
NO_BINDINGS - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
NO_CONSUMERS - Static variable in class org.apache.qpid.protocol.AMQConstant
When the exchange cannot deliver to a consumer when the immediate flag is set.
NO_QUEUE_BOUND_WITH_RK - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
NO_ROUTE - Static variable in class org.apache.qpid.protocol.AMQConstant
When the exchange cannot route the result of a .Publish, most likely due to an invalid routing key.
NON_CONSUMER_OPTIONS - Static variable in interface org.apache.qpid.url.BindingURL
 
NON_PERSISTENT - Static variable in class org.apache.qpid.framing.BasicContentHeaderProperties
 
NOT - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
NOT_ALLOWED - Static variable in class org.apache.qpid.protocol.AMQConstant
The client tried to work with some entity in a manner that is prohibited by the server, due to security settings or by some other criteria.
NOT_DELIVERED - Static variable in class org.apache.qpid.protocol.AMQConstant
The client asked for a specific message that is no longer available.
NOT_FOUND - Static variable in class org.apache.qpid.protocol.AMQConstant
The client attempted to work with a server entity that does not exist.
NOT_IMPLEMENTED - Static variable in class org.apache.qpid.protocol.AMQConstant
The client tried to use functionality that is not implemented in the server.
notFound(boolean) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
notifyFailoverRequired() - Method in class org.apache.qpid.transport.Connection
 
notifyFailoverRequired() - Method in class org.apache.qpid.transport.Session
 
NULL - Static variable in class org.apache.qpid.filter.ConstantExpression
 
NULL() - Static method in class org.apache.qpid.filter.ConstantExpression
 
NULL - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
NULL_STRING_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 

O

OCTAL_LITERAL - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
offset() - Method in class org.apache.qpid.transport.Binary
 
offset(long) - Method in class org.apache.qpid.transport.MessageResumeResult
 
OK - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
onComplete(Method) - Method in interface org.apache.qpid.transport.Method.CompletionListener
 
onePhase(boolean) - Method in class org.apache.qpid.transport.DtxCommit
 
opened(Connection) - Method in interface org.apache.qpid.transport.ConnectionListener
 
opened(Connection) - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
opened(Session) - Method in interface org.apache.qpid.transport.SessionListener
 
openFileOrDefaultResource(String, String, ClassLoader) - Static method in class org.apache.qpid.util.FileUtils
Either opens the specified filename as an input stream or either the filesystem or classpath, or uses the default resource loaded using the specified class loader, if opening the file fails or no file name is specified.
Option - Enum in org.apache.qpid.transport
 
OPTION_AUTODELETE - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_BINDING_KEY - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_BROWSE - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_DELIVERY_DELAY - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_DURABLE - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_ENCRYPTED_RECIPIENTS - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_EXCHANGE_AUTODELETE - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_EXCHANGE_DURABLE - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_EXCHANGE_INTERNAL - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_EXCLUSIVE - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_LOCAL_ADDRESS - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_REJECT_BEHAVIOUR - Static variable in interface org.apache.qpid.url.BindingURL
This option is only applicable for 0-8/0-9/0-9-1 protocols connection
OPTION_ROUTING_KEY - Static variable in interface org.apache.qpid.url.BindingURL
 
OPTION_SEND_ENCRYPTED - Static variable in interface org.apache.qpid.url.BindingURL
 
OR - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
OrderByExpression - Class in org.apache.qpid.filter
 
OrderByExpression(Expression) - Constructor for class org.apache.qpid.filter.OrderByExpression
 
OrderByExpression(Expression, OrderByExpression.Order) - Constructor for class org.apache.qpid.filter.OrderByExpression
 
OrderByExpression.Order - Enum in org.apache.qpid.filter
 
orExpression() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
org.apache.qpid - package org.apache.qpid
 
org.apache.qpid.bytebuffer - package org.apache.qpid.bytebuffer
 
org.apache.qpid.codec - package org.apache.qpid.codec
 
org.apache.qpid.common - package org.apache.qpid.common
 
org.apache.qpid.configuration - package org.apache.qpid.configuration
 
org.apache.qpid.dtx - package org.apache.qpid.dtx
 
org.apache.qpid.exchange - package org.apache.qpid.exchange
 
org.apache.qpid.filter - package org.apache.qpid.filter
 
org.apache.qpid.filter.selector - package org.apache.qpid.filter.selector
 
org.apache.qpid.framing - package org.apache.qpid.framing
 
org.apache.qpid.messaging - package org.apache.qpid.messaging
 
org.apache.qpid.messaging.util - package org.apache.qpid.messaging.util
 
org.apache.qpid.pool - package org.apache.qpid.pool
 
org.apache.qpid.properties - package org.apache.qpid.properties
 
org.apache.qpid.protocol - package org.apache.qpid.protocol
 
org.apache.qpid.ssl - package org.apache.qpid.ssl
 
org.apache.qpid.streams - package org.apache.qpid.streams
 
org.apache.qpid.thread - package org.apache.qpid.thread
 
org.apache.qpid.transport - package org.apache.qpid.transport
 
org.apache.qpid.transport.codec - package org.apache.qpid.transport.codec
 
org.apache.qpid.transport.network - package org.apache.qpid.transport.network
 
org.apache.qpid.transport.network.io - package org.apache.qpid.transport.network.io
 
org.apache.qpid.transport.network.security - package org.apache.qpid.transport.network.security
 
org.apache.qpid.transport.network.security.sasl - package org.apache.qpid.transport.network.security.sasl
 
org.apache.qpid.transport.network.security.ssl - package org.apache.qpid.transport.network.security.ssl
 
org.apache.qpid.transport.util - package org.apache.qpid.transport.util
 
org.apache.qpid.typedmessage - package org.apache.qpid.typedmessage
 
org.apache.qpid.url - package org.apache.qpid.url
 
org.apache.qpid.util - package org.apache.qpid.util
 
outerTest() - Method in class org.apache.qpid.filter.JMSMessagePropertyExpression
 

P

parse(String) - Method in class org.apache.qpid.filter.selector.SelectorParser
 
parse(String) - Static method in class org.apache.qpid.framing.ProtocolVersion
 
parse(String) - Static method in class org.apache.qpid.messaging.Address
 
parse() - Method in class org.apache.qpid.messaging.util.AddressParser
 
parse(String, AMQBindingURL) - Method in class org.apache.qpid.url.BindingURLParser
 
parseCommandLine(String[]) - Method in class org.apache.qpid.util.CommandLineParser
Parses a set of command line arguments into a set of properties, keyed by the argument flag.
ParseError - Exception in org.apache.qpid.messaging.util
ParseError
ParseError(Token, Token.Type...) - Constructor for exception org.apache.qpid.messaging.util.ParseError
 
parseError(int, String, String) - Static method in class org.apache.qpid.url.URLHelper
 
parseError(int, int, String, String) - Static method in class org.apache.qpid.url.URLHelper
 
ParseException - Exception in org.apache.qpid.filter.selector
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.qpid.filter.selector.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.qpid.filter.selector.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.qpid.filter.selector.ParseException
Constructor with message.
parseOptions(Map<String, String>, String) - Static method in class org.apache.qpid.url.URLHelper
 
passive(boolean) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
passive(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
PERSISTENT - Static variable in class org.apache.qpid.framing.BasicContentHeaderProperties
 
PID - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
PLATFORM - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
plus(Number, Number) - Method in class org.apache.qpid.filter.ArithmeticExpression
 
populateFromBuffer(DataInputStream, long) - Method in class org.apache.qpid.framing.HeartbeatBody
 
populatePropertiesFromBuffer(QpidByteBuffer, int, int) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
position(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
position() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
position() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
position() - Method in interface org.apache.qpid.transport.codec.Encoder
 
pprint(Object) - Static method in class org.apache.qpid.messaging.util.PyPrint
 
prevCharIsCR - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
primaryExpr() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
printMap(Map<String, Object>) - Static method in class org.apache.qpid.util.Strings
 
printOptions(Map<String, String>) - Static method in class org.apache.qpid.url.URLHelper
 
priority(MessageDeliveryPriority) - Method in class org.apache.qpid.transport.DeliveryProperties
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.AccessRequestBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.AccessRequestOkBody
 
process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicAckBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicCancelBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicCancelOkBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicConsumeBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicConsumeOkBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicDeliverBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicGetBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicGetEmptyBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicGetOkBody
 
process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicNackBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicPublishBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicQosBody
 
process(QpidByteBuffer, ProtocolVersion, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicRecoverBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicRejectBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.BasicReturnBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ChannelAlertBody
 
process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ChannelCloseBody
 
process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ChannelFlowBody
 
process(QpidByteBuffer, ChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ChannelFlowOkBody
 
process(int, QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.framing.ChannelOpenBody
 
process(QpidByteBuffer, ProtocolVersion, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ChannelOpenOkBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ConfirmSelectBody
 
process(QpidByteBuffer, MethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionCloseBody
 
process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionOpenBody
 
process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionRedirectBody
 
process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionSecureBody
 
process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionStartBody
 
process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionStartOkBody
 
process(QpidByteBuffer, ClientMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionTuneBody
 
process(QpidByteBuffer, ServerMethodProcessor) - Static method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
process(QpidByteBuffer, ChannelMethodProcessor, long) - Static method in class org.apache.qpid.framing.ContentBody
 
process(QpidByteBuffer, ChannelMethodProcessor, long) - Static method in class org.apache.qpid.framing.ContentHeaderBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ExchangeBoundBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ExchangeDeclareBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.ExchangeDeleteBody
 
process(int, QpidByteBuffer, MethodProcessor, long) - Static method in class org.apache.qpid.framing.HeartbeatBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueueBindBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueueDeclareBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueueDeclareOkBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueueDeleteBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueueDeleteOkBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueuePurgeBody
 
process(QpidByteBuffer, ClientChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueuePurgeOkBody
 
process(QpidByteBuffer, ServerChannelMethodProcessor) - Static method in class org.apache.qpid.framing.QueueUnbindBody
 
PROCESS - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
PROCESS_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
Used to name the process utilising the Qpid client, to override the default value is used in the ConnectionStartOk reply to the broker.
processAMQPFrames(QpidByteBuffer) - Method in class org.apache.qpid.codec.AMQDecoder
 
processCommandLine(String[], CommandLineParser, Properties) - Static method in class org.apache.qpid.util.CommandLineParser
Extracts all name=value pairs from the command line, sets them all as system properties and also returns a map of properties containing them.
processed(Method) - Method in class org.apache.qpid.transport.Session
 
processed(int) - Method in class org.apache.qpid.transport.Session
 
processed(Range) - Method in class org.apache.qpid.transport.Session
 
processed(int, int) - Method in class org.apache.qpid.transport.Session
 
processElement(String, AMQTypedValue) - Method in interface org.apache.qpid.framing.FieldTable.FieldTableElementProcessor
 
processFrame(int, byte, long, QpidByteBuffer) - Method in class org.apache.qpid.codec.AMQDecoder
 
processInput(QpidByteBuffer) - Method in class org.apache.qpid.codec.AMQDecoder
 
processOverElements(FieldTable.FieldTableElementProcessor) - Method in class org.apache.qpid.framing.FieldTable
 
PRODUCT - Static variable in class org.apache.qpid.common.ServerPropertyNames
 
PRODUCT - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
PRODUCT_NAME_PROPERTY - Static variable in class org.apache.qpid.configuration.CommonProperties
Defines the name of the product property.
propertyExists(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
propertyExists(String) - Method in class org.apache.qpid.framing.FieldTable
 
PropertyExpression<E> - Interface in org.apache.qpid.filter
Represents a property expression
PropertyExpressionFactory<E> - Interface in org.apache.qpid.filter
 
ProtocolDelegate<C> - Interface in org.apache.qpid.transport
ProtocolDelegate
ProtocolError - Class in org.apache.qpid.transport
ProtocolError
ProtocolError(byte, String, Object...) - Constructor for class org.apache.qpid.transport.ProtocolError
 
ProtocolEvent - Interface in org.apache.qpid.transport
ProtocolEvent
ProtocolEventReceiver - Interface in org.apache.qpid.transport
 
ProtocolEventSender - Interface in org.apache.qpid.transport
 
ProtocolHeader - Class in org.apache.qpid.transport
ProtocolHeader
ProtocolHeader(byte, byte, byte, byte) - Constructor for class org.apache.qpid.transport.ProtocolHeader
 
ProtocolHeader(int, int, int) - Constructor for class org.apache.qpid.transport.ProtocolHeader
 
ProtocolInitiation - Class in org.apache.qpid.framing
 
ProtocolInitiation(byte[], byte, byte, byte, byte) - Constructor for class org.apache.qpid.framing.ProtocolInitiation
 
ProtocolInitiation(ProtocolVersion) - Constructor for class org.apache.qpid.framing.ProtocolInitiation
 
ProtocolInitiation(QpidByteBuffer) - Constructor for class org.apache.qpid.framing.ProtocolInitiation
 
ProtocolInitiation.Decoder - Class in org.apache.qpid.framing
 
ProtocolInitiation.Decoder() - Constructor for class org.apache.qpid.framing.ProtocolInitiation.Decoder
 
ProtocolVersion - Class in org.apache.qpid.framing
 
ProtocolVersionAware - Interface in org.apache.qpid.protocol
ProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to handle.
ProtocolVersionException - Exception in org.apache.qpid.transport
ProtocolVersionException
ProtocolVersionException(byte, byte, Throwable) - Constructor for exception org.apache.qpid.transport.ProtocolVersionException
 
ProtocolVersionException(byte, byte) - Constructor for exception org.apache.qpid.transport.ProtocolVersionException
 
put(byte) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
put(int, byte) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
put(byte[]) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
put(ByteBuffer) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
put(QpidByteBuffer) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
put(byte[], int, int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
put(AMQShortString, Object) - Method in class org.apache.qpid.framing.FieldTable
 
put(byte) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
put(ByteBuffer) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
put(byte[]) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
put(byte[]) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
putChar(int, char) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putChar(char) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putCopyOf(QpidByteBuffer) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putDouble(double) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putDouble(int, double) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putFloat(int, float) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putFloat(float) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putInt(int, int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putInt(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putLong(int, long) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putLong(long) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putShort(int, short) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putShort(short) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putUnsignedByte(short) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putUnsignedInt(long) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
putUnsignedShort(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
PyPrint - Class in org.apache.qpid.messaging.util
PyPrint

Q

QPID_BIND_QUEUES_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to control whether the client will bind queues during consumer creation when using BindingURLs.
QPID_BUILD - Static variable in class org.apache.qpid.common.ServerPropertyNames
Server property: build number.
QPID_CLIENT_SECURITY_TLS_CIPHER_SUITE_BLACK_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_CLIENT_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_CLIENT_SECURITY_TLS_PROTOCOL_BLACK_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_CLIENT_SECURITY_TLS_PROTOCOL_WHITE_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_CLOSE_TIMEOUT - Static variable in class org.apache.qpid.configuration.ClientProperties
System properties to change the default timeout used whilst closing connections and underlying sessions.
QPID_CLOSE_WHEN_NO_ROUTE - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
Used for 0-8/0-9/0-9-1 connections to choose to close the connection when a transactional session receives a 'mandatory' message which can't be routed rather than returning the message.
QPID_CONFIRMED_PUBLISH_SUPPORTED - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
QPID_DECLARE_EXCHANGES_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to control whether the client will declare exchanges during producer/consumer creation when using BindingURLs.
QPID_DECLARE_QUEUES_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to control whether the client will declare queues during consumer creation when using BindingURLs.
QPID_FEATURES - Static variable in class org.apache.qpid.common.ServerPropertyNames
Server property: array of features supported by the server.
QPID_FLOW_CONTROL_WAIT_FAILURE - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to set the time (in millis) to wait before failing when sending and the client has been flow controlled by the broker.
QPID_FLOW_CONTROL_WAIT_NOTIFY_PERIOD - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to set the time (in millis) between log notifications that a send is waiting because the client was flow controlled by the broker.
QPID_HEARTBEAT_INTERVAL - Static variable in class org.apache.qpid.configuration.ClientProperties
Frequency of heartbeat messages (in seconds)
QPID_HEARTBEAT_INTERVAL_010_DEFAULT - Static variable in class org.apache.qpid.configuration.ClientProperties
Default heartbeat interval (used by 0-10 protocol).
QPID_HEARTBEAT_TIMEOUT_FACTOR - Static variable in class org.apache.qpid.configuration.ClientProperties
The factor applied to ClientProperties.QPID_HEARTBEAT_INTERVAL that determines the maximum length of time that may elapse before the peer is deemed to have failed.
QPID_HEARTBEAT_TIMEOUT_FACTOR_DEFAULT - Static variable in class org.apache.qpid.configuration.ClientProperties
Default heartbeat timeout factor.
QPID_INSTANCE_NAME - Static variable in class org.apache.qpid.common.ServerPropertyNames
Server property: 'name' attribute of the server instance.
QPID_MAX_CACHED_ADDR_OPTION_STRINGS - Static variable in class org.apache.qpid.configuration.ClientProperties
 
QPID_MESSAGE_COMPRESSION_SUPPORTED - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
QPID_QUEUE_LIFETIME_SUPPORTED - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
QPID_SECURITY_OBJECT_MESSAGE_CLASS_HIERARCHY_BLACK_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_OBJECT_MESSAGE_CLASS_HIERARCHY_WHITE_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_CIPHER_SUITE_BLACK_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_CIPHER_SUITE_BLACK_LIST_DEFAULT - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_CIPHER_SUITE_WHITE_LIST_DEFAULT - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_PROTOCOL_BLACK_LIST_DEFAULT - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_PROTOCOL_WHITE_LIST - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SECURITY_TLS_PROTOCOL_WHITE_LIST_DEFAULT - Static variable in class org.apache.qpid.configuration.CommonProperties
 
QPID_SSL_KEY_MANAGER_FACTORY_ALGORITHM_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property used to set the key manager factory algorithm.
QPID_SSL_TRUST_MANAGER_FACTORY_ALGORITHM_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property used to set the trust manager factory algorithm.
QPID_SYNC_OP_TIMEOUT - Static variable in class org.apache.qpid.configuration.ClientProperties
System properties to change the default timeout used during synchronous operations.
QPID_TCP_NODELAY_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System properties to change the default value used for TCP_NODELAY
QPID_TEMPORARY_QUEUE_PREFIX - Static variable in class org.apache.qpid.common.ServerPropertyNames
Server property: prefix used for federation of temporary queues
QPID_USE_LEGACY_GETQUEUEDEPTH_BEHAVIOUR - Static variable in class org.apache.qpid.configuration.ClientProperties
Before 0.30, when using AMQP 0-8..0-9-1 requesting queue depth (AMQSession#getQueueDepth) for a queue that did not exist resulted in AMQChannelException.
QPID_VERIFY_CLIENT_ID - Static variable in class org.apache.qpid.configuration.ClientProperties
 
QPID_VIRTUALHOST_PROPERTIES_SUPPORTED - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
QpidByteBuffer - Class in org.apache.qpid.bytebuffer
 
QpidByteBufferInputStream - Class in org.apache.qpid.bytebuffer
InputStream implementation that takes a list QpidByteBuffers.
QpidByteBufferInputStream(Collection<QpidByteBuffer>) - Constructor for class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
QpidByteBufferOutputStream - Class in org.apache.qpid.bytebuffer
OutputStream implementation that yields a list QpidByteBuffers that contain a copy of the incoming bytes.
QpidByteBufferOutputStream(boolean, int) - Constructor for class org.apache.qpid.bytebuffer.QpidByteBufferOutputStream
 
QpidClientX509KeyManager - Class in org.apache.qpid.transport.network.security.ssl
 
QpidClientX509KeyManager(String, String, String, String, String) - Constructor for class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
QpidClientX509KeyManager(String, URL, String, String, String) - Constructor for class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
QpidClientX509KeyManager(String, KeyStore, String, String) - Constructor for class org.apache.qpid.transport.network.security.ssl.QpidClientX509KeyManager
 
QpidException - Exception in org.apache.qpid
AMQException forms the root exception of all exceptions relating to the AMQ protocol.
QpidException(String) - Constructor for exception org.apache.qpid.QpidException
 
QpidException(String, Throwable) - Constructor for exception org.apache.qpid.QpidException
 
QpidMultipleTrustManager - Class in org.apache.qpid.transport.network.security.ssl
Supports multiple X509TrustManager(s).
QpidMultipleTrustManager() - Constructor for class org.apache.qpid.transport.network.security.ssl.QpidMultipleTrustManager
 
QpidPeersOnlyTrustManager - Class in org.apache.qpid.transport.network.security.ssl
TrustManager implementation which accepts the client certificate only if the underlying check by the delegate pass through and the certificate is physically saved in the truststore.
QpidPeersOnlyTrustManager(KeyStore, X509TrustManager) - Constructor for class org.apache.qpid.transport.network.security.ssl.QpidPeersOnlyTrustManager
 
QpidProperty<T> - Class in org.apache.qpid.configuration
 
QpidThreadExecutor - Class in org.apache.qpid.thread
 
QpidThreadExecutor() - Constructor for class org.apache.qpid.thread.QpidThreadExecutor
 
queue(String) - Method in class org.apache.qpid.transport.ExchangeBind
 
queue(String) - Method in class org.apache.qpid.transport.ExchangeBound
 
queue(String) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
queue(String) - Method in class org.apache.qpid.transport.MessageSubscribe
 
queue(String) - Method in class org.apache.qpid.transport.QueueDeclare
 
queue(String) - Method in class org.apache.qpid.transport.QueueDelete
 
queue(String) - Method in class org.apache.qpid.transport.QueuePurge
 
queue(String) - Method in class org.apache.qpid.transport.QueueQuery
 
queue(String) - Method in class org.apache.qpid.transport.QueueQueryResult
 
QUEUE_NOT_BOUND - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
QUEUE_NOT_FOUND - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
QueueBindBody - Class in org.apache.qpid.framing
 
QueueBindBody(int, AMQShortString, AMQShortString, AMQShortString, boolean, FieldTable) - Constructor for class org.apache.qpid.framing.QueueBindBody
 
QueueBindOkBody - Class in org.apache.qpid.framing
 
QueueBindOkBody() - Constructor for class org.apache.qpid.framing.QueueBindOkBody
 
queueDeclare(C, QueueDeclare) - Method in class org.apache.qpid.transport.MethodDelegate
 
QueueDeclare - Class in org.apache.qpid.transport
 
QueueDeclare() - Constructor for class org.apache.qpid.transport.QueueDeclare
 
QueueDeclare(String, String, Map<String, Object>, Option...) - Constructor for class org.apache.qpid.transport.QueueDeclare
 
queueDeclare(String, String, Map<String, Object>, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
QueueDeclareBody - Class in org.apache.qpid.framing
 
QueueDeclareBody(int, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Constructor for class org.apache.qpid.framing.QueueDeclareBody
 
QueueDeclareOkBody - Class in org.apache.qpid.framing
 
QueueDeclareOkBody(AMQShortString, long, long) - Constructor for class org.apache.qpid.framing.QueueDeclareOkBody
 
queueDelete(C, QueueDelete) - Method in class org.apache.qpid.transport.MethodDelegate
 
QueueDelete - Class in org.apache.qpid.transport
 
QueueDelete() - Constructor for class org.apache.qpid.transport.QueueDelete
 
QueueDelete(String, Option...) - Constructor for class org.apache.qpid.transport.QueueDelete
 
queueDelete(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
QueueDeleteBody - Class in org.apache.qpid.framing
 
QueueDeleteBody(int, AMQShortString, boolean, boolean, boolean) - Constructor for class org.apache.qpid.framing.QueueDeleteBody
 
QueueDeleteOkBody - Class in org.apache.qpid.framing
 
QueueDeleteOkBody(long) - Constructor for class org.apache.qpid.framing.QueueDeleteOkBody
 
queueNotFound(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
queueNotMatched(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
queuePurge(C, QueuePurge) - Method in class org.apache.qpid.transport.MethodDelegate
 
QueuePurge - Class in org.apache.qpid.transport
 
QueuePurge() - Constructor for class org.apache.qpid.transport.QueuePurge
 
QueuePurge(String, Option...) - Constructor for class org.apache.qpid.transport.QueuePurge
 
queuePurge(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
QueuePurgeBody - Class in org.apache.qpid.framing
 
QueuePurgeBody(int, AMQShortString, boolean) - Constructor for class org.apache.qpid.framing.QueuePurgeBody
 
QueuePurgeOkBody - Class in org.apache.qpid.framing
 
QueuePurgeOkBody(long) - Constructor for class org.apache.qpid.framing.QueuePurgeOkBody
 
queueQuery(C, QueueQuery) - Method in class org.apache.qpid.transport.MethodDelegate
 
QueueQuery - Class in org.apache.qpid.transport
 
QueueQuery() - Constructor for class org.apache.qpid.transport.QueueQuery
 
QueueQuery(String, Option...) - Constructor for class org.apache.qpid.transport.QueueQuery
 
queueQuery(String, Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
QueueQueryResult - Class in org.apache.qpid.transport
 
QueueQueryResult() - Constructor for class org.apache.qpid.transport.QueueQueryResult
 
QueueQueryResult(String, String, Map<String, Object>, long, long, Option...) - Constructor for class org.apache.qpid.transport.QueueQueryResult
 
QueueUnbindBody - Class in org.apache.qpid.framing
 
QueueUnbindBody(int, AMQShortString, AMQShortString, AMQShortString, FieldTable) - Constructor for class org.apache.qpid.framing.QueueUnbindBody
 
QueueUnbindOkBody - Class in org.apache.qpid.framing
 
QueueUnbindOkBody() - Constructor for class org.apache.qpid.framing.QueueUnbindOkBody
 
QUOTED_ID - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.

R

RandomUUIDGen - Class in org.apache.qpid.util
RandomUUIDGen
RandomUUIDGen() - Constructor for class org.apache.qpid.util.RandomUUIDGen
 
Range - Class in org.apache.qpid.transport
Range
Range() - Constructor for class org.apache.qpid.transport.Range
 
RangeSet - Interface in org.apache.qpid.transport
RangeSet
RangeSetFactory - Class in org.apache.qpid.transport
 
RangeSetImpl - Class in org.apache.qpid.transport
 
RangeSetImpl() - Constructor for class org.apache.qpid.transport.RangeSetImpl
 
RangeSetImpl(int) - Constructor for class org.apache.qpid.transport.RangeSetImpl
 
RangeSetImpl(RangeSetImpl) - Constructor for class org.apache.qpid.transport.RangeSetImpl
 
read(ReadableByteChannel) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
read() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
read(byte[], int, int) - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
read(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
read() - Method in class org.apache.qpid.streams.CompositeInputStream
 
read(byte[], int, int) - Method in class org.apache.qpid.streams.CompositeInputStream
 
read(byte[]) - Method in class org.apache.qpid.streams.CompositeInputStream
 
read(Decoder) - Method in class org.apache.qpid.transport.Acquired
 
read(Decoder) - Method in interface org.apache.qpid.transport.codec.Encodable
Decodes this encodable using the given decoder.
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionClose
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionOpen
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionRedirect
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionSecure
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionStart
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionTune
 
read(Decoder) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
read(Decoder) - Method in class org.apache.qpid.transport.DeliveryProperties
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxCommit
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxEnd
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxForget
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxGetTimeout
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxPrepare
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxRecover
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxRollback
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxSelect
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
read(Decoder) - Method in class org.apache.qpid.transport.DtxStart
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeBind
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeBound
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeDelete
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeQuery
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
read(Decoder) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
read(Decoder) - Method in class org.apache.qpid.transport.ExecutionException
 
read(Decoder) - Method in class org.apache.qpid.transport.ExecutionResult
 
read(Decoder) - Method in class org.apache.qpid.transport.ExecutionSync
 
read(Decoder, Object) - Method in class org.apache.qpid.transport.Field
 
read(Decoder) - Method in class org.apache.qpid.transport.FragmentProperties
 
read(Decoder) - Method in class org.apache.qpid.transport.GetTimeoutResult
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageAccept
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageAcquire
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageCancel
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageFlow
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageFlush
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageProperties
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageReject
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageRelease
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageResume
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageResumeResult
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageStop
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageSubscribe
 
read(Decoder) - Method in class org.apache.qpid.transport.MessageTransfer
 
read(Decoder) - Method in class org.apache.qpid.transport.QueueDeclare
 
read(Decoder) - Method in class org.apache.qpid.transport.QueueDelete
 
read(Decoder) - Method in class org.apache.qpid.transport.QueuePurge
 
read(Decoder) - Method in class org.apache.qpid.transport.QueueQuery
 
read(Decoder) - Method in class org.apache.qpid.transport.QueueQueryResult
 
read(Decoder) - Method in class org.apache.qpid.transport.RecoverResult
 
read(Decoder) - Method in class org.apache.qpid.transport.ReplyTo
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionAttach
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionAttached
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionCommandFragment
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionCompleted
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionConfirmed
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionDetach
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionDetached
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionExpected
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionFlush
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionGap
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionHeader
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
read(Decoder) - Method in class org.apache.qpid.transport.SessionTimeout
 
read(Decoder) - Method in class org.apache.qpid.transport.Struct
 
read(Decoder) - Method in class org.apache.qpid.transport.TxCommit
 
read(Decoder) - Method in class org.apache.qpid.transport.TxRollback
 
read(Decoder) - Method in class org.apache.qpid.transport.TxSelect
 
read(Decoder) - Method in class org.apache.qpid.transport.XaResult
 
read(Decoder) - Method in class org.apache.qpid.transport.Xid
 
read() - Method in class org.apache.qpid.util.ByteBufferInputStream
 
read(byte[], int, int) - Method in class org.apache.qpid.util.ByteBufferInputStream
 
readAMQShortString(ByteBuffer) - Static method in class org.apache.qpid.framing.AMQShortString
 
readAMQShortString(QpidByteBuffer) - Static method in class org.apache.qpid.framing.AMQShortString
 
readArray() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readArray() - Method in interface org.apache.qpid.transport.codec.Decoder
An array is an ordered sequence of values of the same type.
readBin128() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readBin128() - Method in interface org.apache.qpid.transport.codec.Decoder
The bin128 type consists of 16 consecutive octets of opaque binary data.
readBoolean() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readBooleanImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readByte() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readByteImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readByteRanges() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readByteRanges() - Method in interface org.apache.qpid.transport.codec.Decoder
 
readBytes(QpidByteBuffer) - Static method in class org.apache.qpid.framing.EncodingUtils
 
readBytes(int) - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readBytes(int) - Method in interface org.apache.qpid.transport.codec.Decoder
Reads the given number of bytes.
readBytes(byte[]) - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readCertificates(URL) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
readCertificates(InputStream) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
readChar() - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Read a character.
readChar() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
Note that this method reads a unicode character as two bytes from the stream
readCharImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readContent() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readDatetime() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readDatetime() - Method in interface org.apache.qpid.transport.codec.Decoder
The datetime type encodes a date and time using the 64 bit POSIX time_t format.
readDouble() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readDouble() - Method in interface org.apache.qpid.transport.codec.Decoder
The double type encodes a double precision 64-bit floating point number.
readDouble() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readDoubleImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readerIdle() - Method in interface org.apache.qpid.transport.network.TransportActivity
 
readFieldTable(QpidByteBuffer) - Static method in class org.apache.qpid.framing.EncodingUtils
 
readFileAsBytes(String) - Static method in class org.apache.qpid.util.FileUtils
Reads a text file as a string.
readFileAsString(String) - Static method in class org.apache.qpid.util.FileUtils
Reads a text file as a string.
readFileAsString(File) - Static method in class org.apache.qpid.util.FileUtils
Reads a text file as a string.
readFloat() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readFloat() - Method in interface org.apache.qpid.transport.codec.Decoder
The float type encodes a single precision 32-bit floating point number.
readFloat() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readFloatImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readFromBuffer(QpidByteBuffer) - Static method in class org.apache.qpid.framing.AMQTypedValue
 
readFromBuffer(QpidByteBuffer) - Static method in class org.apache.qpid.framing.FieldArray
 
readInt() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readInt16() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readInt16() - Method in interface org.apache.qpid.transport.codec.Decoder
The int16 type is a signed integral value encoded using a 16-bit two's complement representation in network byte order.
readInt32() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readInt32() - Method in interface org.apache.qpid.transport.codec.Decoder
The int32 type is a signed integral value encoded using a 32-bit two's complement representation in network byte order.
readInt64() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readInt64() - Method in interface org.apache.qpid.transport.codec.Decoder
The int64 type is a signed integral value encoded using a 64-bit two's complement representation in network byte order.
readInt8() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readInt8() - Method in interface org.apache.qpid.transport.codec.Decoder
The int8 type is a signed integral value encoded using an 8-bit two's complement representation.
readIntImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readLengthPrefixedUTF() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readList() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readList() - Method in interface org.apache.qpid.transport.codec.Decoder
A list is an ordered sequence of (type, value) pairs.
readLong() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readLongAsShortString(QpidByteBuffer) - Static method in class org.apache.qpid.framing.EncodingUtils
 
readLongImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readLongstr(QpidByteBuffer) - Static method in class org.apache.qpid.framing.EncodingUtils
 
readLongString(QpidByteBuffer) - Static method in class org.apache.qpid.framing.EncodingUtils
 
readMap() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readMap() - Method in interface org.apache.qpid.transport.codec.Decoder
A map is a set of distinct keys where each key has an associated (type,value) pair.
readObject() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readPrivateKey(URL) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
readPrivateKey(InputStream) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
readPrivateKey(byte[], String) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
readRawBytes(byte[], int, int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readRemainingBytes() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readRemainingBytes() - Method in interface org.apache.qpid.transport.codec.Decoder
Reads the remaining bytes on the underlying buffer.
readSequenceNo() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readSequenceNo() - Method in interface org.apache.qpid.transport.codec.Decoder
// *The sequence-no type encodes, in network byte order, a serial number as defined in RFC-1982.
readSequenceSet() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readSequenceSet() - Method in interface org.apache.qpid.transport.codec.Decoder
 
readShort() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readShortImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readStr16() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readStr16() - Method in interface org.apache.qpid.transport.codec.Decoder
The str16 type encodes up to 65535 octets worth of UTF-8 unicode.
readStr8() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readStr8() - Method in interface org.apache.qpid.transport.codec.Decoder
The str8 type encodes up to 255 octets worth of UTF-8 unicode.
readString() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readStringImpl() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
readStruct(int) - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readStruct(int) - Method in interface org.apache.qpid.transport.codec.Decoder
 
readStruct32() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readStruct32() - Method in interface org.apache.qpid.transport.codec.Decoder
The struct32 type describes any coded struct with a 32-bit (4 octet) size.
readUint16() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readUint16() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readUint16() - Method in interface org.apache.qpid.transport.codec.Decoder
The uint16 type is a 16-bit unsigned integral value encoded in network byte order.
readUint32() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readUint32() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readUint32() - Method in interface org.apache.qpid.transport.codec.Decoder
The uint32 type is a 32-bit unsigned integral value encoded in network byte order.
readUint64() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readUint64() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readUint64() - Method in interface org.apache.qpid.transport.codec.Decoder
The uint64 type is a 64-bit unsigned integral value encoded in network byte order.
readUint8() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readUint8() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
readUint8() - Method in interface org.apache.qpid.transport.codec.Decoder
The uint8 type is an 8-bit unsigned integral value.
readUuid() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readUuid() - Method in interface org.apache.qpid.transport.codec.Decoder
The uuid type encodes a universally unique id as defined by RFC-4122.
readVbin16() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readVbin16() - Method in interface org.apache.qpid.transport.codec.Decoder
The vbin16 type encodes up to 65535 octets of opaque binary data.
readVbin32() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readVbin32() - Method in interface org.apache.qpid.transport.codec.Decoder
The vbin32 type encodes up to 4294967295 octets of opaque binary data.
readVbin8() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
readVbin8() - Method in interface org.apache.qpid.transport.codec.Decoder
The vbin8 type encodes up to 255 octets of opaque binary data.
readWireType() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
RealtimeThreadFactory - Class in org.apache.qpid.thread
 
RealtimeThreadFactory() - Constructor for class org.apache.qpid.thread.RealtimeThreadFactory
 
RECEIVE_BUFFER_SIZE_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property used to set the socket receive buffer size.
receiveAccessRequest(AMQShortString, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveAccessRequestOk(int) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicAck(long, boolean) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveBasicAck(long, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicCancel(AMQShortString, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicCancelOk(AMQShortString) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicConsume(AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, FieldTable) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicConsumeOk(AMQShortString) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicDeliver(AMQShortString, long, boolean, AMQShortString, AMQShortString) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicGet(AMQShortString, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicGetEmpty() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicGetOk(long, boolean, AMQShortString, AMQShortString, long) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicNack(long, boolean, boolean) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveBasicPublish(AMQShortString, AMQShortString, boolean, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicQos(long, int, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicQosOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicRecover(boolean, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicRecoverSyncOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveBasicReject(long, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveBasicReturn(int, AMQShortString, AMQShortString, AMQShortString) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveChannelAlert(int, AMQShortString, FieldTable) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveChannelClose(int, AMQShortString, int, int) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveChannelCloseOk() - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveChannelFlow(boolean) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveChannelFlowOk(boolean) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveChannelOpen(int) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveChannelOpen(int) - Method in interface org.apache.qpid.framing.ServerMethodProcessor
 
receiveChannelOpenOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveConfirmSelect(boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveConfirmSelectOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveConnectionClose(int, AMQShortString, int, int) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionClose(int, AMQShortString, int, int) - Method in interface org.apache.qpid.framing.MethodProcessor
 
receiveConnectionCloseOk() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionCloseOk() - Method in interface org.apache.qpid.framing.MethodProcessor
 
receiveConnectionOpen(AMQShortString, AMQShortString, boolean) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionOpen(AMQShortString, AMQShortString, boolean) - Method in interface org.apache.qpid.framing.ServerMethodProcessor
 
receiveConnectionOpenOk(AMQShortString) - Method in interface org.apache.qpid.framing.ClientMethodProcessor
 
receiveConnectionOpenOk(AMQShortString) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionRedirect(AMQShortString, AMQShortString) - Method in interface org.apache.qpid.framing.ClientMethodProcessor
 
receiveConnectionRedirect(AMQShortString, AMQShortString) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionSecure(byte[]) - Method in interface org.apache.qpid.framing.ClientMethodProcessor
 
receiveConnectionSecure(byte[]) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionSecureOk(byte[]) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionSecureOk(byte[]) - Method in interface org.apache.qpid.framing.ServerMethodProcessor
 
receiveConnectionStart(short, short, FieldTable, byte[], byte[]) - Method in interface org.apache.qpid.framing.ClientMethodProcessor
 
receiveConnectionStart(short, short, FieldTable, byte[], byte[]) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionStartOk(FieldTable, AMQShortString, byte[], AMQShortString) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionStartOk(FieldTable, AMQShortString, byte[], AMQShortString) - Method in interface org.apache.qpid.framing.ServerMethodProcessor
 
receiveConnectionTune(int, long, int) - Method in interface org.apache.qpid.framing.ClientMethodProcessor
 
receiveConnectionTune(int, long, int) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionTuneOk(int, long, int) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveConnectionTuneOk(int, long, int) - Method in interface org.apache.qpid.framing.ServerMethodProcessor
 
received(ByteBuffer) - Method in interface org.apache.qpid.transport.ByteBufferReceiver
 
received(ProtocolEvent) - Method in class org.apache.qpid.transport.Connection
 
received(NetworkEvent) - Method in class org.apache.qpid.transport.network.Assembler
 
received(ByteBuffer) - Method in class org.apache.qpid.transport.network.InputHandler
 
received(ByteBuffer) - Method in class org.apache.qpid.transport.network.security.sasl.SASLReceiver
 
received(ByteBuffer) - Method in class org.apache.qpid.transport.network.security.ssl.SSLReceiver
 
received(NetworkEvent) - Method in interface org.apache.qpid.transport.NetworkEventReceiver
 
received(ProtocolEvent) - Method in interface org.apache.qpid.transport.ProtocolEventReceiver
 
receiveExchangeBound(AMQShortString, AMQShortString, AMQShortString) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveExchangeBoundOk(int, AMQShortString) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveExchangeDeclare(AMQShortString, AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveExchangeDeclareOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveExchangeDelete(AMQShortString, boolean, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveExchangeDeleteOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveHeartbeat() - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveHeartbeat() - Method in interface org.apache.qpid.framing.MethodProcessor
 
receiveMessageContent(QpidByteBuffer) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveMessageHeader(BasicContentHeaderProperties, long) - Method in interface org.apache.qpid.framing.ChannelMethodProcessor
 
receiveProtocolHeader(ProtocolInitiation) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
receiveProtocolHeader(ProtocolInitiation) - Method in interface org.apache.qpid.framing.MethodProcessor
 
receiveQueueBind(AMQShortString, AMQShortString, AMQShortString, boolean, FieldTable) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveQueueBindOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveQueueDeclare(AMQShortString, boolean, boolean, boolean, boolean, boolean, FieldTable) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveQueueDeclareOk(AMQShortString, long, long) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveQueueDelete(AMQShortString, boolean, boolean, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveQueueDeleteOk(long) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveQueuePurge(AMQShortString, boolean) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveQueuePurgeOk(long) - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveQueueUnbind(AMQShortString, AMQShortString, AMQShortString, FieldTable) - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveQueueUnbindOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiver(ExceptionHandlingByteBufferReceiver) - Method in interface org.apache.qpid.transport.network.security.SecurityLayer
 
receiveTxCommit() - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveTxCommitOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveTxRollback() - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveTxRollbackOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
receiveTxSelect() - Method in interface org.apache.qpid.framing.ServerChannelMethodProcessor
 
receiveTxSelectOk() - Method in interface org.apache.qpid.framing.ClientChannelMethodProcessor
 
RecoverResult - Class in org.apache.qpid.transport
 
RecoverResult() - Constructor for class org.apache.qpid.transport.RecoverResult
 
RecoverResult(List<Object>) - Constructor for class org.apache.qpid.transport.RecoverResult
 
redelivered(boolean) - Method in class org.apache.qpid.transport.DeliveryProperties
 
redirect(String, List<Object>) - Method in interface org.apache.qpid.transport.ConnectionListener
 
redirect(String, List<Object>) - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
registerOpenSocket(String, Socket) - Static method in class org.apache.qpid.transport.network.io.IoNetworkTransport
 
registerSession(Session) - Method in class org.apache.qpid.transport.Connection
 
ReInit(InputStream) - Method in class org.apache.qpid.filter.selector.SelectorParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.qpid.filter.selector.SelectorParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.qpid.filter.selector.SelectorParser
Reinitialise.
ReInit(SelectorParserTokenManager) - Method in class org.apache.qpid.filter.selector.SelectorParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
Reinitialise.
REJECT_BEHAVIOUR_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to set the reject behaviour.
RELEASE_VERSION_PROPERTY - Static variable in class org.apache.qpid.configuration.CommonProperties
Defines the name of the version property.
RELEASE_VERSION_SUFFIX - Static variable in class org.apache.qpid.configuration.CommonProperties
Defines the name of the version suffix property.
releaseBuffer() - Method in class org.apache.qpid.transport.codec.BBDecoder
 
remaining() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
remaining() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
remaining(Collection<QpidByteBuffer>) - Static method in class org.apache.qpid.util.ByteBufferUtils
 
remove(String) - Method in class org.apache.qpid.framing.FieldTable
 
remove(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
removeFromPool() - Method in interface org.apache.qpid.bytebuffer.ByteBufferRef
 
removeKey(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
removeSession(Session) - Method in class org.apache.qpid.transport.Connection
 
REPLY_SUCCESS - Static variable in class org.apache.qpid.protocol.AMQConstant
Indicates that the method completed successfully.
replyCode(ConnectionCloseCode) - Method in class org.apache.qpid.transport.ConnectionClose
 
replyText(String) - Method in class org.apache.qpid.transport.ConnectionClose
 
replyTo(ReplyTo) - Method in class org.apache.qpid.transport.MessageProperties
 
ReplyTo - Class in org.apache.qpid.transport
 
ReplyTo() - Constructor for class org.apache.qpid.transport.ReplyTo
 
ReplyTo(String, String) - Constructor for class org.apache.qpid.transport.ReplyTo
 
REQUEST_TIMEOUT - Static variable in class org.apache.qpid.protocol.AMQConstant
 
RESERVED - Static variable in class org.apache.qpid.transport.network.Frame
 
reset() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
reset() - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
reset() - Method in class org.apache.qpid.streams.CompositeInputStream
 
reset() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
reset() - Method in class org.apache.qpid.util.ByteBufferInputStream
 
reset() - Method in class org.apache.qpid.util.CommandLineParser
Resets this command line parser after it has been used to parse a command line.
resolve(String, Strings.Resolver) - Method in class org.apache.qpid.util.Strings.ChainedResolver
 
resolve(String, Strings.Resolver) - Method in class org.apache.qpid.util.Strings.MapResolver
 
resolve(String, Strings.Resolver) - Method in class org.apache.qpid.util.Strings.PropertiesResolver
 
resolve(String, Strings.Resolver) - Method in interface org.apache.qpid.util.Strings.Resolver
 
RESOURCE_ERROR - Static variable in class org.apache.qpid.protocol.AMQConstant
The server could not complete the method because it lacked sufficient resources.
response(byte[]) - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
response(byte[]) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
resume() - Method in class org.apache.qpid.transport.Connection
 
resume(boolean) - Method in class org.apache.qpid.transport.DtxStart
 
resumed(Session) - Method in interface org.apache.qpid.transport.SessionListener
 
resumeId(String) - Method in class org.apache.qpid.transport.DeliveryProperties
 
resumeId(String) - Method in class org.apache.qpid.transport.MessageResume
 
resumeId(String) - Method in class org.apache.qpid.transport.MessageSubscribe
 
resumeTtl(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
resumeTtl(long) - Method in class org.apache.qpid.transport.MessageSubscribe
 
rethrow() - Method in exception org.apache.qpid.transport.ConnectionException
 
rethrow() - Method in exception org.apache.qpid.transport.ProtocolVersionException
 
rethrow() - Method in exception org.apache.qpid.transport.SenderClosedException
 
rethrow() - Method in exception org.apache.qpid.transport.SenderException
 
rethrow() - Method in exception org.apache.qpid.transport.SessionClosedException
 
rethrow() - Method in exception org.apache.qpid.transport.SessionException
 
rethrow() - Method in exception org.apache.qpid.transport.TransportException
 
retrieveIdentity(SSLEngine) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
rewind() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
routingKey(String) - Method in class org.apache.qpid.transport.DeliveryProperties
 
routingKey(String) - Method in class org.apache.qpid.transport.ReplyTo
 
run() - Method in class org.apache.qpid.transport.network.io.IoSender
 

S

SASLEncryptor - Class in org.apache.qpid.transport.network.security.sasl
 
SASLEncryptor() - Constructor for class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
SASLReceiver - Class in org.apache.qpid.transport.network.security.sasl
 
SASLReceiver(ExceptionHandlingByteBufferReceiver) - Constructor for class org.apache.qpid.transport.network.security.sasl.SASLReceiver
 
SASLSender - Class in org.apache.qpid.transport.network.security.sasl
 
SASLSender(ByteBufferSender) - Constructor for class org.apache.qpid.transport.network.security.sasl.SASLSender
 
searchFile(File, String) - Static method in class org.apache.qpid.util.FileUtils
Checks the specified file for instances of the search string.
secure(SaslServer, Connection, byte[]) - Method in class org.apache.qpid.transport.ServerDelegate
 
secure(Connection, byte[]) - Method in class org.apache.qpid.transport.ServerDelegate
 
SecurityLayer - Interface in org.apache.qpid.transport.network.security
 
securityLayerEstablished() - Method in class org.apache.qpid.transport.network.security.sasl.SASLEncryptor
 
securityLayerEstablished() - Method in class org.apache.qpid.transport.network.security.sasl.SASLReceiver
 
securityLayerEstablished() - Method in class org.apache.qpid.transport.network.security.sasl.SASLSender
 
SecurityLayerFactory - Class in org.apache.qpid.transport.network.security
 
segment() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
SegmentType - Enum in org.apache.qpid.transport
 
SelectorParser<E> - Class in org.apache.qpid.filter.selector
JMS Selector Parser generated by JavaCC Do not edit this .java file directly - it is autogenerated from SelectorParser.jj
SelectorParser() - Constructor for class org.apache.qpid.filter.selector.SelectorParser
 
SelectorParser(InputStream) - Constructor for class org.apache.qpid.filter.selector.SelectorParser
Constructor with InputStream.
SelectorParser(InputStream, String) - Constructor for class org.apache.qpid.filter.selector.SelectorParser
Constructor with InputStream and supplied encoding
SelectorParser(Reader) - Constructor for class org.apache.qpid.filter.selector.SelectorParser
Constructor.
SelectorParser(SelectorParserTokenManager) - Constructor for class org.apache.qpid.filter.selector.SelectorParser
Constructor with generated Token Manager.
SelectorParserConstants - Interface in org.apache.qpid.filter.selector
Token literal values and constants.
SelectorParserTokenManager - Class in org.apache.qpid.filter.selector
Token Manager.
SelectorParserTokenManager(SimpleCharStream) - Constructor for class org.apache.qpid.filter.selector.SelectorParserTokenManager
Constructor.
SelectorParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.qpid.filter.selector.SelectorParserTokenManager
Constructor.
SelectorParsingException - Exception in org.apache.qpid.filter
 
SelectorParsingException(String) - Constructor for exception org.apache.qpid.filter.SelectorParsingException
 
SelectorParsingException(String, Throwable) - Constructor for exception org.apache.qpid.filter.SelectorParsingException
 
SelectorParsingException(Throwable) - Constructor for exception org.apache.qpid.filter.SelectorParsingException
 
send(QpidByteBuffer) - Method in interface org.apache.qpid.transport.ByteBufferSender
 
send(ProtocolEvent) - Method in class org.apache.qpid.transport.Connection
 
send(ProtocolEvent) - Method in class org.apache.qpid.transport.network.Disassembler
 
send(QpidByteBuffer) - Method in class org.apache.qpid.transport.network.io.IoSender
 
send(QpidByteBuffer) - Method in class org.apache.qpid.transport.network.security.sasl.SASLSender
 
send(QpidByteBuffer) - Method in class org.apache.qpid.transport.network.security.ssl.SSLSender
 
send(ProtocolEvent) - Method in interface org.apache.qpid.transport.ProtocolEventSender
 
SEND_BUFFER_SIZE_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
System property used to set the socket send buffer size.
sendConnectionClose(ConnectionCloseCode, String, Option...) - Method in class org.apache.qpid.transport.Connection
 
sendConnectionCloseOkAndCloseSender(Connection) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
sender(ByteBufferSender) - Method in interface org.apache.qpid.transport.network.security.SecurityLayer
 
SenderClosedException - Exception in org.apache.qpid.transport
SenderClosedException
SenderClosedException(String, Throwable) - Constructor for exception org.apache.qpid.transport.SenderClosedException
 
SenderClosedException(String) - Constructor for exception org.apache.qpid.transport.SenderClosedException
 
SenderClosedException(Throwable) - Constructor for exception org.apache.qpid.transport.SenderClosedException
 
SenderException - Exception in org.apache.qpid.transport
SenderException
SenderException(String, Throwable) - Constructor for exception org.apache.qpid.transport.SenderException
 
SenderException(String) - Constructor for exception org.apache.qpid.transport.SenderException
 
SenderException(Throwable) - Constructor for exception org.apache.qpid.transport.SenderException
 
Serial - Class in org.apache.qpid.util
This class provides basic serial number comparisons as defined in RFC 1982.
ServerChannelMethodProcessor - Interface in org.apache.qpid.framing
 
ServerDecoder - Class in org.apache.qpid.codec
 
ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor>) - Constructor for class org.apache.qpid.codec.ServerDecoder
Creates a new AMQP decoder.
ServerDelegate - Class in org.apache.qpid.transport
ServerDelegate
ServerDelegate() - Constructor for class org.apache.qpid.transport.ServerDelegate
 
ServerDelegate(Map<String, Object>, List<Object>, List<Object>) - Constructor for class org.apache.qpid.transport.ServerDelegate
 
ServerMethodDispatcher - Interface in org.apache.qpid.framing
 
ServerMethodProcessor<T extends ServerChannelMethodProcessor> - Interface in org.apache.qpid.framing
 
serverProperties(Map<String, Object>) - Method in class org.apache.qpid.transport.ConnectionStart
 
ServerPropertyNames - Class in org.apache.qpid.common
Keys names used within the serverProperties argument of the ConnectionStart method.
Session - Class in org.apache.qpid.transport
Session
Session(Connection, Binary, long) - Constructor for class org.apache.qpid.transport.Session
 
Session(Connection, Binary, long, boolean) - Constructor for class org.apache.qpid.transport.Session
 
Session(Connection, SessionDelegate, Binary, long) - Constructor for class org.apache.qpid.transport.Session
 
Session(Connection, SessionDelegate, Binary, long, boolean) - Constructor for class org.apache.qpid.transport.Session
 
Session.State - Enum in org.apache.qpid.transport
 
SESSION_FLOW - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
sessionAttach(C, SessionAttach) - Method in class org.apache.qpid.transport.MethodDelegate
 
sessionAttach(Connection, SessionAttach) - Method in class org.apache.qpid.transport.ServerDelegate
 
SessionAttach - Class in org.apache.qpid.transport
 
SessionAttach() - Constructor for class org.apache.qpid.transport.SessionAttach
 
SessionAttach(byte[], Option...) - Constructor for class org.apache.qpid.transport.SessionAttach
 
sessionAttached(C, SessionAttached) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionAttached - Class in org.apache.qpid.transport
 
SessionAttached() - Constructor for class org.apache.qpid.transport.SessionAttached
 
SessionAttached(byte[], Option...) - Constructor for class org.apache.qpid.transport.SessionAttached
 
sessionAttached(Session, SessionAttached) - Method in class org.apache.qpid.transport.SessionDelegate
 
SessionClosedException - Exception in org.apache.qpid.transport
SessionClosedException
SessionClosedException() - Constructor for exception org.apache.qpid.transport.SessionClosedException
 
SessionClosedException(Throwable) - Constructor for exception org.apache.qpid.transport.SessionClosedException
 
SessionCommandFragment - Class in org.apache.qpid.transport
 
SessionCommandFragment() - Constructor for class org.apache.qpid.transport.SessionCommandFragment
 
SessionCommandFragment(int, RangeSet) - Constructor for class org.apache.qpid.transport.SessionCommandFragment
 
sessionCommandPoint(C, SessionCommandPoint) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionCommandPoint - Class in org.apache.qpid.transport
 
SessionCommandPoint() - Constructor for class org.apache.qpid.transport.SessionCommandPoint
 
SessionCommandPoint(int, long, Option...) - Constructor for class org.apache.qpid.transport.SessionCommandPoint
 
sessionCommandPoint(Session, SessionCommandPoint) - Method in class org.apache.qpid.transport.SessionDelegate
 
sessionCompleted(C, SessionCompleted) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionCompleted - Class in org.apache.qpid.transport
 
SessionCompleted() - Constructor for class org.apache.qpid.transport.SessionCompleted
 
SessionCompleted(RangeSet, Option...) - Constructor for class org.apache.qpid.transport.SessionCompleted
 
sessionCompleted(Session, SessionCompleted) - Method in class org.apache.qpid.transport.SessionDelegate
 
sessionConfirmed(C, SessionConfirmed) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionConfirmed - Class in org.apache.qpid.transport
 
SessionConfirmed() - Constructor for class org.apache.qpid.transport.SessionConfirmed
 
SessionConfirmed(RangeSet, List<Object>, Option...) - Constructor for class org.apache.qpid.transport.SessionConfirmed
 
SessionDelegate - Class in org.apache.qpid.transport
SessionDelegate
SessionDelegate() - Constructor for class org.apache.qpid.transport.SessionDelegate
 
sessionDetach(Connection, SessionDetach) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
sessionDetach(C, SessionDetach) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionDetach - Class in org.apache.qpid.transport
 
SessionDetach() - Constructor for class org.apache.qpid.transport.SessionDetach
 
SessionDetach(byte[], Option...) - Constructor for class org.apache.qpid.transport.SessionDetach
 
SessionDetachCode - Enum in org.apache.qpid.transport
 
sessionDetached(Connection, SessionDetached) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
sessionDetached(C, SessionDetached) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionDetached - Class in org.apache.qpid.transport
 
SessionDetached() - Constructor for class org.apache.qpid.transport.SessionDetached
 
SessionDetached(byte[], SessionDetachCode, Option...) - Constructor for class org.apache.qpid.transport.SessionDetached
 
SessionException - Exception in org.apache.qpid.transport
SessionException
SessionException(String, ExecutionException, Throwable) - Constructor for exception org.apache.qpid.transport.SessionException
 
SessionException(ExecutionException) - Constructor for exception org.apache.qpid.transport.SessionException
 
SessionException(String) - Constructor for exception org.apache.qpid.transport.SessionException
 
sessionExpected(C, SessionExpected) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionExpected - Class in org.apache.qpid.transport
 
SessionExpected() - Constructor for class org.apache.qpid.transport.SessionExpected
 
SessionExpected(RangeSet, List<Object>, Option...) - Constructor for class org.apache.qpid.transport.SessionExpected
 
sessionFlush(C, SessionFlush) - Method in class org.apache.qpid.transport.MethodDelegate
 
sessionFlush(Session, SessionFlush) - Method in class org.apache.qpid.transport.SessionDelegate
 
SessionFlush - Class in org.apache.qpid.transport
 
SessionFlush() - Constructor for class org.apache.qpid.transport.SessionFlush
 
SessionFlush(Option...) - Constructor for class org.apache.qpid.transport.SessionFlush
 
sessionGap(C, SessionGap) - Method in class org.apache.qpid.transport.MethodDelegate
 
SessionGap - Class in org.apache.qpid.transport
 
SessionGap() - Constructor for class org.apache.qpid.transport.SessionGap
 
SessionGap(RangeSet, Option...) - Constructor for class org.apache.qpid.transport.SessionGap
 
SessionHeader - Class in org.apache.qpid.transport
 
SessionHeader() - Constructor for class org.apache.qpid.transport.SessionHeader
 
SessionHeader(Option...) - Constructor for class org.apache.qpid.transport.SessionHeader
 
SessionInvoker - Class in org.apache.qpid.transport
 
SessionInvoker() - Constructor for class org.apache.qpid.transport.SessionInvoker
 
sessionKnownCompleted(C, SessionKnownCompleted) - Method in class org.apache.qpid.transport.MethodDelegate
 
sessionKnownCompleted(Session, SessionKnownCompleted) - Method in class org.apache.qpid.transport.SessionDelegate
 
SessionKnownCompleted - Class in org.apache.qpid.transport
 
SessionKnownCompleted() - Constructor for class org.apache.qpid.transport.SessionKnownCompleted
 
SessionKnownCompleted(RangeSet, Option...) - Constructor for class org.apache.qpid.transport.SessionKnownCompleted
 
SessionListener - Interface in org.apache.qpid.transport
SessionListener
sessionRequestTimeout(C, SessionRequestTimeout) - Method in class org.apache.qpid.transport.MethodDelegate
 
sessionRequestTimeout(Session, SessionRequestTimeout) - Method in class org.apache.qpid.transport.SessionDelegate
 
SessionRequestTimeout - Class in org.apache.qpid.transport
 
SessionRequestTimeout() - Constructor for class org.apache.qpid.transport.SessionRequestTimeout
 
SessionRequestTimeout(long, Option...) - Constructor for class org.apache.qpid.transport.SessionRequestTimeout
 
sessionTimeout(C, SessionTimeout) - Method in class org.apache.qpid.transport.MethodDelegate
 
sessionTimeout(Session, SessionTimeout) - Method in class org.apache.qpid.transport.SessionDelegate
 
SessionTimeout - Class in org.apache.qpid.transport
 
SessionTimeout() - Constructor for class org.apache.qpid.transport.SessionTimeout
 
SessionTimeout(long, Option...) - Constructor for class org.apache.qpid.transport.SessionTimeout
 
SET_EXPIRATION_AS_TTL - Static variable in class org.apache.qpid.configuration.ClientProperties
System property to control whether the 0-8/0-9/0-9-1 client will set the message 'expiration' header using the computed expiration value (default, when false) or instead set it to the raw TTL (when true).
setAcceptMode(MessageAcceptMode) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setAcceptMode(MessageAcceptMode) - Method in class org.apache.qpid.transport.MessageTransfer
 
setAcquireMode(MessageAcquireMode) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setAcquireMode(MessageAcquireMode) - Method in class org.apache.qpid.transport.MessageTransfer
 
setAlternateExchange(String) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setAlternateExchange(String) - Method in class org.apache.qpid.transport.QueueDeclare
 
setAlternateExchange(String) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setAppId(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setAppId(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setAppId(byte[]) - Method in class org.apache.qpid.transport.MessageProperties
 
setApplicationHeaders(Map<String, Object>) - Method in class org.apache.qpid.transport.MessageProperties
 
setArgsNotMatched(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeBind
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeBound
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.QueueDeclare
 
setArguments(Map<String, Object>) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setAsciiString(AMQShortString, String) - Method in class org.apache.qpid.framing.FieldTable
 
setAutoDelete(boolean) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setAutoDelete(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
setAutoDelete(boolean) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setAutoSync(boolean) - Method in class org.apache.qpid.transport.Session
 
setBindingKey(String) - Method in class org.apache.qpid.transport.ExchangeBind
 
setBindingKey(String) - Method in class org.apache.qpid.transport.ExchangeBound
 
setBindingKey(String) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
setBody(Collection<QpidByteBuffer>) - Method in class org.apache.qpid.transport.MessageTransfer
 
setBody(byte[]) - Method in class org.apache.qpid.transport.MessageTransfer
 
setBody(String) - Method in class org.apache.qpid.transport.MessageTransfer
 
setBody(Collection<QpidByteBuffer>) - Method in class org.apache.qpid.transport.Method
 
setBodySize(long) - Method in class org.apache.qpid.framing.ContentHeaderBody
 
setBoolean(String, Boolean) - Method in class org.apache.qpid.framing.FieldTable
 
setBoolean(AMQShortString, Boolean) - Method in class org.apache.qpid.framing.FieldTable
 
setBranchId(byte[]) - Method in class org.apache.qpid.transport.Xid
 
setByte(String, Byte) - Method in class org.apache.qpid.framing.FieldTable
 
setByte(AMQShortString, Byte) - Method in class org.apache.qpid.framing.FieldTable
 
setByteRanges(RangeSet) - Method in class org.apache.qpid.transport.SessionCommandFragment
 
setBytes(String, byte[]) - Method in class org.apache.qpid.framing.FieldTable
 
setBytes(AMQShortString, byte[]) - Method in class org.apache.qpid.framing.FieldTable
 
setBytes(String, byte[], int, int) - Method in class org.apache.qpid.framing.FieldTable
 
setBytes(AMQShortString, byte[], int, int) - Method in class org.apache.qpid.framing.FieldTable
 
setCapabilities(List<Object>) - Method in class org.apache.qpid.transport.ConnectionOpen
 
setCertAlias(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setChallenge(byte[]) - Method in class org.apache.qpid.transport.ConnectionSecure
 
setChannel(int) - Method in class org.apache.qpid.transport.Method
 
setChannel(int) - Method in class org.apache.qpid.transport.ProtocolError
 
setChannel(int) - Method in interface org.apache.qpid.transport.ProtocolEvent
 
setChannel(int) - Method in class org.apache.qpid.transport.ProtocolHeader
 
setChannelMax(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
setChannelMax(int) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
setChar(String, char) - Method in class org.apache.qpid.framing.FieldTable
 
setChar(AMQShortString, char) - Method in class org.apache.qpid.framing.FieldTable
 
setClassCode(short) - Method in class org.apache.qpid.transport.ExecutionException
 
setClientCertificateIntermediateCertsPath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setClientCertificatePath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setClientCertificatePrivateKeyPath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setClientProperties(Map<String, Object>) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setClientProperties(Map<String, Object>) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
setClose(boolean) - Method in class org.apache.qpid.transport.Session
 
setClusterId(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setClusterId(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setCode(MessageRejectCode) - Method in class org.apache.qpid.transport.MessageReject
 
setCode(SessionDetachCode) - Method in class org.apache.qpid.transport.SessionDetached
 
setCommandCode(short) - Method in class org.apache.qpid.transport.ExecutionException
 
setCommandId(int) - Method in class org.apache.qpid.transport.ExecutionException
 
setCommandId(int) - Method in class org.apache.qpid.transport.ExecutionResult
 
setCommandId(int) - Method in class org.apache.qpid.transport.SessionCommandFragment
 
setCommandId(int) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
setCommandOffset(long) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
setCommands(RangeSet) - Method in class org.apache.qpid.transport.SessionCompleted
 
setCommands(RangeSet) - Method in class org.apache.qpid.transport.SessionConfirmed
 
setCommands(RangeSet) - Method in class org.apache.qpid.transport.SessionExpected
 
setCommands(RangeSet) - Method in class org.apache.qpid.transport.SessionGap
 
setCommands(RangeSet) - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
setCompleted(boolean) - Method in class org.apache.qpid.transport.SessionFlush
 
setCompletionListener(Method.CompletionListener) - Method in class org.apache.qpid.transport.Method
 
setConfirmed(boolean) - Method in class org.apache.qpid.transport.SessionFlush
 
setConnection(NetworkConnection) - Method in class org.apache.qpid.transport.network.io.IdleTimeoutTicker
 
setConnectionDelegate(ConnectionDelegate) - Method in class org.apache.qpid.transport.Connection
 
setConnectionTuneOkChannelMax(Connection, int) - Method in class org.apache.qpid.transport.ServerDelegate
 
setConnectTimeout(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setContentEncoding(String) - Method in class org.apache.qpid.transport.MessageProperties
 
setContentLength(long) - Method in class org.apache.qpid.transport.MessageProperties
 
setContentType(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setContentType(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setContentType(String) - Method in class org.apache.qpid.transport.MessageProperties
 
setCorrelationId(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setCorrelationId(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setCorrelationId(byte[]) - Method in class org.apache.qpid.transport.MessageProperties
 
setCurrentMethod(int, int) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
setCurrentMethod(int, int) - Method in interface org.apache.qpid.framing.MethodProcessor
 
setDebugStream(PrintStream) - Method in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Set debug output.
setDecimal(AMQShortString, BigDecimal) - Method in class org.apache.qpid.framing.FieldTable
 
setDeliveryMode(byte) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setDeliveryMode(MessageDeliveryMode) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setDescription(String) - Method in class org.apache.qpid.transport.ExecutionException
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageCancel
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageFlow
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageFlush
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageResume
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageStop
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setDestination(String) - Method in class org.apache.qpid.transport.MessageTransfer
 
setDetachCode(SessionDetachCode) - Method in class org.apache.qpid.transport.Session
 
setDirty(boolean) - Method in class org.apache.qpid.transport.Struct
 
setDiscardUnroutable(boolean) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setDouble(String, Double) - Method in class org.apache.qpid.framing.FieldTable
 
setDouble(AMQShortString, Double) - Method in class org.apache.qpid.framing.FieldTable
 
setDurable(boolean) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setDurable(boolean) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
setDurable(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
setDurable(boolean) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setEncoding(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setEncoding(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setEncryptionKeyManagerFactoryAlgorithm(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionKeyStorePassword(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionKeyStorePath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionKeyStoreType(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionRemoteTrustStoreName(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionTrustManagerFactoryAlgorithm(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionTrustStorePassword(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionTrustStorePath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setEncryptionTrustStoreType(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setErrorCode(ExecutionErrorCode) - Method in class org.apache.qpid.transport.ExecutionException
 
setErrorInfo(Map<String, Object>) - Method in class org.apache.qpid.transport.ExecutionException
 
setErrorsOnUnknowns(boolean) - Method in class org.apache.qpid.util.CommandLineParser
Control the behaviour of the errors on unkowns reporting.
setExchange(AMQShortString) - Method in class org.apache.qpid.framing.MessagePublishInfo
 
setExchange(String) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setExchange(String) - Method in class org.apache.qpid.transport.ExchangeBind
 
setExchange(String) - Method in class org.apache.qpid.transport.ExchangeBound
 
setExchange(String) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setExchange(String) - Method in class org.apache.qpid.transport.ExchangeDelete
 
setExchange(String) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
setExchange(String) - Method in class org.apache.qpid.transport.ReplyTo
 
setExchangeNotFound(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
setExclusive(boolean) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setExclusive(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
setExclusive(boolean) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setExpected(boolean) - Method in class org.apache.qpid.transport.SessionFlush
 
setExpectProtocolInitiation(boolean) - Method in class org.apache.qpid.codec.AMQDecoder
Sets the protocol initation flag, that determines whether decoding is handled by the data decoder of the protocol initation decoder.
setExpiration(long) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setExpiration(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setFail(boolean) - Method in class org.apache.qpid.transport.DtxEnd
 
setFieldArray(String, Collection<?>) - Method in class org.apache.qpid.framing.FieldTable
 
setFieldArray(AMQShortString, Collection<?>) - Method in class org.apache.qpid.framing.FieldTable
 
setFieldIndex(short) - Method in class org.apache.qpid.transport.ExecutionException
 
setFieldTable(String, FieldTable) - Method in class org.apache.qpid.framing.FieldTable
Associates a nested field table with the specified parameter name.
setFieldTable(AMQShortString, FieldTable) - Method in class org.apache.qpid.framing.FieldTable
Associates a nested field table with the specified parameter name.
setFirst(boolean) - Method in class org.apache.qpid.transport.FragmentProperties
 
setFloat(String, Float) - Method in class org.apache.qpid.framing.FieldTable
 
setFloat(AMQShortString, Float) - Method in class org.apache.qpid.framing.FieldTable
 
setFlowMode(MessageFlowMode) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
setForce(boolean) - Method in class org.apache.qpid.transport.SessionAttach
 
setFormat(long) - Method in class org.apache.qpid.transport.Xid
 
setFragments(List<Object>) - Method in class org.apache.qpid.transport.SessionConfirmed
 
setFragments(List<Object>) - Method in class org.apache.qpid.transport.SessionExpected
 
setFragmentSize(long) - Method in class org.apache.qpid.transport.FragmentProperties
 
setGlobalId(byte[]) - Method in class org.apache.qpid.transport.Xid
 
setHeader(Header) - Method in class org.apache.qpid.transport.MessageTransfer
 
setHeader(Header) - Method in class org.apache.qpid.transport.Method
 
setHeaders(FieldTable) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setHeartbeat(int) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
setHeartbeatInterval(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setHeartbeatMax(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
setHeartbeatMin(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
setHost(String) - Method in class org.apache.qpid.transport.ConnectionRedirect
 
setHost(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setHostname(String) - Method in class org.apache.qpid.transport.network.security.ssl.SSLReceiver
 
setHostname(String) - Method in class org.apache.qpid.transport.network.security.ssl.SSLSender
 
setIfEmpty(boolean) - Method in class org.apache.qpid.transport.QueueDelete
 
setIfUnused(boolean) - Method in class org.apache.qpid.transport.ExchangeDelete
 
setIfUnused(boolean) - Method in class org.apache.qpid.transport.QueueDelete
 
setImmediate(boolean) - Method in class org.apache.qpid.framing.MessagePublishInfo
 
setImmediate(boolean) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setInDoubt(List<Object>) - Method in class org.apache.qpid.transport.RecoverResult
 
setInsist(boolean) - Method in class org.apache.qpid.transport.ConnectionOpen
 
setInteger(String, int) - Method in class org.apache.qpid.framing.FieldTable
 
setInteger(AMQShortString, int) - Method in class org.apache.qpid.framing.FieldTable
 
setJoin(boolean) - Method in class org.apache.qpid.transport.DtxStart
 
setKeyManagerFactoryAlgorithm(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setKeyNotMatched(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
setKeyStorePassword(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setKeyStorePath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setKeyStoreType(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setKnownHosts(List<Object>) - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
setKnownHosts(List<Object>) - Method in class org.apache.qpid.transport.ConnectionRedirect
 
setLast(boolean) - Method in class org.apache.qpid.transport.FragmentProperties
 
setLocalAddress(SocketAddress) - Method in class org.apache.qpid.transport.Connection
 
setLocale(String) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
setLocales(List<Object>) - Method in class org.apache.qpid.transport.ConnectionStart
 
setLong(String, long) - Method in class org.apache.qpid.framing.FieldTable
 
setLong(AMQShortString, long) - Method in class org.apache.qpid.framing.FieldTable
 
setMandatory(boolean) - Method in class org.apache.qpid.framing.MessagePublishInfo
 
setMaxChannelCount(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setMaxFrameSize(int) - Method in class org.apache.qpid.codec.AMQDecoder
 
setMaxFrameSize(int) - Method in class org.apache.qpid.transport.Connection
 
setMaxFrameSize(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setMaxFrameSize(int) - Method in class org.apache.qpid.transport.ConnectionTune
 
setMaxFrameSize(int) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
setMaxFrameSize(int) - Method in interface org.apache.qpid.transport.FrameSizeObserver
 
setMaxFrameSize(int) - Method in class org.apache.qpid.transport.network.Disassembler
 
setMaxFrameSize(int) - Method in class org.apache.qpid.transport.network.InputHandler
 
setMaxReadIdleMillis(long) - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
setMaxReadIdleMillis(long) - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
setMaxWriteIdleMillis(long) - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
setMaxWriteIdleMillis(long) - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
setMechanism(String) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
setMechanisms(List<Object>) - Method in class org.apache.qpid.transport.ConnectionStart
 
setMessageCount(long) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setMessageId(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setMessageId(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setMessageId(UUID) - Method in class org.apache.qpid.transport.MessageProperties
 
setName(String) - Method in class org.apache.qpid.transport.ExchangeQuery
 
setName(byte[]) - Method in class org.apache.qpid.transport.SessionAttach
 
setName(byte[]) - Method in class org.apache.qpid.transport.SessionAttached
 
setName(byte[]) - Method in class org.apache.qpid.transport.SessionDetach
 
setName(byte[]) - Method in class org.apache.qpid.transport.SessionDetached
 
setNetworkConnection(NetworkConnection) - Method in class org.apache.qpid.transport.Connection
 
setNotFound(boolean) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
setObject(String, Object) - Method in class org.apache.qpid.framing.FieldTable
 
setObject(AMQShortString, Object) - Method in class org.apache.qpid.framing.FieldTable
 
setOffset(long) - Method in class org.apache.qpid.transport.MessageResumeResult
 
setOnePhase(boolean) - Method in class org.apache.qpid.transport.DtxCommit
 
setOption(String, String) - Method in class org.apache.qpid.url.AMQBindingURL
 
setPassive(boolean) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setPassive(boolean) - Method in class org.apache.qpid.transport.QueueDeclare
 
setPassword(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setPort(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setPriority(byte) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setPriority(MessageDeliveryPriority) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setPropertyExpressionFactory(PropertyExpressionFactory<E>) - Method in class org.apache.qpid.filter.selector.SelectorParser
 
setPropertyFlags(int) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.qpid.framing.FrameCreatingMethodProcessor
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.qpid.framing.MethodRegistry
 
setQueue(String) - Method in class org.apache.qpid.transport.ExchangeBind
 
setQueue(String) - Method in class org.apache.qpid.transport.ExchangeBound
 
setQueue(String) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
setQueue(String) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setQueue(String) - Method in class org.apache.qpid.transport.QueueDeclare
 
setQueue(String) - Method in class org.apache.qpid.transport.QueueDelete
 
setQueue(String) - Method in class org.apache.qpid.transport.QueuePurge
 
setQueue(String) - Method in class org.apache.qpid.transport.QueueQuery
 
setQueue(String) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setQueueNotFound(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
setQueueNotMatched(boolean) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
setReadBufferSize(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setReceiver(IoReceiver) - Method in class org.apache.qpid.transport.network.io.IoSender
 
setRedelivered(boolean) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setRedelivered(boolean) - Method in class org.apache.qpid.transport.MessageRelease
 
setRedirecting(boolean) - Method in class org.apache.qpid.transport.Connection
 
setRemoteAddress(SocketAddress) - Method in class org.apache.qpid.transport.Connection
 
setReplyCode(ConnectionCloseCode) - Method in class org.apache.qpid.transport.ConnectionClose
 
setReplyText(String) - Method in class org.apache.qpid.transport.ConnectionClose
 
setReplyTo(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setReplyTo(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setReplyTo(ReplyTo) - Method in class org.apache.qpid.transport.MessageProperties
 
setResponse(byte[]) - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
setResponse(byte[]) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
setResume(boolean) - Method in class org.apache.qpid.transport.DtxStart
 
setResumeId(String) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setResumeId(String) - Method in class org.apache.qpid.transport.MessageResume
 
setResumeId(String) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setResumeTtl(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setResumeTtl(long) - Method in class org.apache.qpid.transport.MessageSubscribe
 
setRoutingKey(AMQShortString) - Method in class org.apache.qpid.framing.MessagePublishInfo
 
setRoutingKey(String) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setRoutingKey(String) - Method in class org.apache.qpid.transport.ReplyTo
 
setSaslMechs(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setSaslProtocol(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setSaslServerName(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setSender(ByteBufferSender) - Method in interface org.apache.qpid.protocol.AMQVersionAwareProtocolSession
 
setSender(ProtocolEventSender) - Method in class org.apache.qpid.transport.Connection
 
setServerProperties(Map<String, Object>) - Method in class org.apache.qpid.transport.Connection
 
setServerProperties(Map<String, Object>) - Method in class org.apache.qpid.transport.ConnectionStart
 
setSessionFactory(Connection.SessionFactory) - Method in class org.apache.qpid.transport.Connection
 
setSessionListener(SessionListener) - Method in class org.apache.qpid.transport.Session
 
setSetRedelivered(boolean) - Method in class org.apache.qpid.transport.MessageRelease
 
setShort(String, Short) - Method in class org.apache.qpid.framing.FieldTable
 
setShort(AMQShortString, Short) - Method in class org.apache.qpid.framing.FieldTable
 
setSource(Map<Object, Object>) - Method in class org.apache.qpid.configuration.Accessor.MapAccessor
 
setSslErrorFlag() - Method in class org.apache.qpid.transport.network.security.SSLStatus
 
setState(Connection.State) - Method in class org.apache.qpid.transport.Connection
 
setState(Session.State) - Method in class org.apache.qpid.transport.Session
 
setStatus(DtxXaStatus) - Method in class org.apache.qpid.transport.XaResult
 
setString(String, String) - Method in class org.apache.qpid.framing.FieldTable
 
setString(AMQShortString, String) - Method in class org.apache.qpid.framing.FieldTable
 
setSubscriberCount(long) - Method in class org.apache.qpid.transport.QueueQueryResult
 
setSuspend(boolean) - Method in class org.apache.qpid.transport.DtxEnd
 
setSync(boolean) - Method in class org.apache.qpid.transport.Method
 
setSync(boolean) - Method in class org.apache.qpid.transport.SessionHeader
 
setTabSize(int) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
 
setTcpNodelay(boolean) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setText(String) - Method in class org.apache.qpid.transport.MessageReject
 
setTimelyReply(boolean) - Method in class org.apache.qpid.transport.SessionCompleted
 
setTimeout(long) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
setTimeout(long) - Method in class org.apache.qpid.transport.GetTimeoutResult
 
setTimeout(long) - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
setTimeout(long) - Method in class org.apache.qpid.transport.SessionTimeout
 
setTimestamp(long) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setTimestamp(AMQShortString, long) - Method in class org.apache.qpid.framing.FieldTable
 
setTimestamp(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setTransacted(boolean) - Method in class org.apache.qpid.transport.Session
 
setTransfers(RangeSet) - Method in class org.apache.qpid.transport.Acquired
 
setTransfers(RangeSet) - Method in class org.apache.qpid.transport.MessageAccept
 
setTransfers(RangeSet) - Method in class org.apache.qpid.transport.MessageAcquire
 
setTransfers(RangeSet) - Method in class org.apache.qpid.transport.MessageReject
 
setTransfers(RangeSet) - Method in class org.apache.qpid.transport.MessageRelease
 
setTransport(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setTrustedCertificatesFile(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setTrustStorePassword(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setTrustStorePath(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setTrustStoreType(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setTtl(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
setType(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setType(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setType(String) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
setType(String) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
setUnit(MessageCreditUnit) - Method in class org.apache.qpid.transport.MessageFlow
 
setUserId(String) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setUserId(AMQShortString) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
setUserID(String) - Method in class org.apache.qpid.transport.Connection
 
setUserId(byte[]) - Method in class org.apache.qpid.transport.MessageProperties
 
setUsername(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setUseSASLEncryption(boolean) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setUseSSL(boolean) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setValue(Struct) - Method in class org.apache.qpid.transport.ExecutionResult
 
setValue(long) - Method in class org.apache.qpid.transport.MessageFlow
 
setVerifyHostname(boolean) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setVhost(String) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setVirtualHost(String) - Method in class org.apache.qpid.transport.ConnectionOpen
 
setVoid(AMQShortString) - Method in class org.apache.qpid.framing.FieldTable
 
setWriteBufferSize(int) - Method in class org.apache.qpid.transport.ConnectionSettings
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxCommit
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxEnd
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxForget
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxGetTimeout
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxPrepare
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxRollback
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
setXid(Xid) - Method in class org.apache.qpid.transport.DtxStart
 
SHORT_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
shouldIssueFlush(int) - Method in class org.apache.qpid.transport.Session
 
SimpleCharStream - Class in org.apache.qpid.filter.selector
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.qpid.filter.selector.SimpleCharStream
Constructor.
size() - Method in class org.apache.qpid.framing.FieldArray
 
size() - Method in class org.apache.qpid.framing.FieldTable
 
size() - Method in class org.apache.qpid.transport.Binary
 
size() - Method in class org.apache.qpid.transport.Range
 
size() - Method in interface org.apache.qpid.transport.RangeSet
 
size() - Method in class org.apache.qpid.transport.RangeSetImpl
 
size() - Method in class org.apache.qpid.typedmessage.TypedBytesContentReader
 
skip(long) - Method in class org.apache.qpid.bytebuffer.QpidByteBufferInputStream
 
skip(long) - Method in class org.apache.qpid.util.ByteBufferInputStream
 
slice() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
slice(int, int) - Method in class org.apache.qpid.transport.Binary
 
span(Range) - Method in class org.apache.qpid.transport.Range
 
specialToken - Variable in class org.apache.qpid.filter.selector.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPECIFIC_QUEUE_NOT_BOUND_WITH_RK - Static variable in class org.apache.qpid.framing.ExchangeBoundOkBody
 
split(String) - Static method in class org.apache.qpid.util.Strings
 
SSLContextFactory - Class in org.apache.qpid.ssl
Factory used to create SSLContexts.
SSLReceiver - Class in org.apache.qpid.transport.network.security.ssl
 
SSLReceiver(SSLEngine, ExceptionHandlingByteBufferReceiver, SSLStatus) - Constructor for class org.apache.qpid.transport.network.security.ssl.SSLReceiver
 
SSLSender - Class in org.apache.qpid.transport.network.security.ssl
 
SSLSender(SSLEngine, ByteBufferSender, SSLStatus) - Constructor for class org.apache.qpid.transport.network.security.ssl.SSLSender
 
SSLStatus - Class in org.apache.qpid.transport.network.security
 
SSLStatus() - Constructor for class org.apache.qpid.transport.network.security.SSLStatus
 
SSLUtil - Class in org.apache.qpid.transport.network.security.ssl
 
start() - Method in class org.apache.qpid.transport.network.io.IoNetworkConnection
 
start() - Method in interface org.apache.qpid.transport.network.NetworkConnection
 
staticFlag - Static variable in class org.apache.qpid.filter.selector.SimpleCharStream
Whether parser is static.
status(DtxXaStatus) - Method in class org.apache.qpid.transport.XaResult
 
str(ByteBuffer) - Static method in class org.apache.qpid.transport.util.Functions
 
str(ByteBuffer, int) - Static method in class org.apache.qpid.transport.util.Functions
 
str(ByteBuffer, int, int) - Static method in class org.apache.qpid.transport.util.Functions
 
str(QpidByteBuffer) - Static method in class org.apache.qpid.transport.util.Functions
 
str(QpidByteBuffer, int) - Static method in class org.apache.qpid.transport.util.Functions
 
str(Collection<QpidByteBuffer>, int, int) - Static method in class org.apache.qpid.transport.util.Functions
 
str(Collection<QpidByteBuffer>, int) - Static method in class org.apache.qpid.transport.util.Functions
 
str(QpidByteBuffer, int, int) - Static method in class org.apache.qpid.transport.util.Functions
 
str(byte[]) - Static method in class org.apache.qpid.transport.util.Functions
 
str(byte[], int) - Static method in class org.apache.qpid.transport.util.Functions
 
StreamReturnCode - Enum in org.apache.qpid.transport
 
STRING_LITERAL - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
STRING_TYPE - Static variable in interface org.apache.qpid.typedmessage.TypedBytesCodes
 
stringLiteral() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
stringProperty(String, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
stringProperty(Accessor, String, String...) - Static method in class org.apache.qpid.configuration.QpidProperty
 
Strings - Class in org.apache.qpid.util
Strings
Strings.ChainedResolver - Class in org.apache.qpid.util
 
Strings.ChainedResolver(Strings.Resolver, Strings.Resolver) - Constructor for class org.apache.qpid.util.Strings.ChainedResolver
 
Strings.MapResolver - Class in org.apache.qpid.util
 
Strings.MapResolver(Map<String, String>) - Constructor for class org.apache.qpid.util.Strings.MapResolver
 
Strings.PropertiesResolver - Class in org.apache.qpid.util
 
Strings.PropertiesResolver(Properties) - Constructor for class org.apache.qpid.util.Strings.PropertiesResolver
 
Strings.Resolver - Interface in org.apache.qpid.util
 
Struct - Class in org.apache.qpid.transport
Struct
Struct() - Constructor for class org.apache.qpid.transport.Struct
 
subscriberCount(long) - Method in class org.apache.qpid.transport.QueueQueryResult
 
subtract(Range) - Method in class org.apache.qpid.transport.Range
 
subtract(RangeSet) - Method in class org.apache.qpid.transport.Range
 
subtract(RangeSet) - Method in interface org.apache.qpid.transport.RangeSet
 
subtract(RangeSet) - Method in class org.apache.qpid.transport.RangeSetImpl
 
SuppressingInheritedAccessControlContextThreadFactory - Class in org.apache.qpid.pool
ThreadFactory to create threads with empty inherited java.security.AccessControlContext
SuppressingInheritedAccessControlContextThreadFactory(String, Subject) - Constructor for class org.apache.qpid.pool.SuppressingInheritedAccessControlContextThreadFactory
 
suspend(boolean) - Method in class org.apache.qpid.transport.DtxEnd
 
SwitchTo(int) - Method in class org.apache.qpid.filter.selector.SelectorParserTokenManager
Switch to specified lex state.
sync() - Method in class org.apache.qpid.transport.Session
 
sync(long) - Method in class org.apache.qpid.transport.Session
 
sync(boolean) - Method in class org.apache.qpid.transport.SessionHeader
 
SYNC_ACK_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
When true a sync command is sent after sending a message ack.
SYNC_CLIENT_ACK - Static variable in class org.apache.qpid.configuration.ClientProperties
When true a sync command is sent after sending a message ack on a CLIENT_ACK session.
SYNC_PERSISTENT_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
When true a sync command is sent after every persistent messages.
SYNC_PUBLISH_PROP_NAME - Static variable in class org.apache.qpid.configuration.ClientProperties
sync_publish property - {persistent|all} If set to 'persistent',then persistent messages will be publish synchronously If set to 'all', then all messages regardless of the delivery mode will be published synchronously.
SYNTAX_ERROR - Static variable in class org.apache.qpid.protocol.AMQConstant
The client sent a frame that contained illegal values for one or more fields.
SYSTEM_RESOLVER - Static variable in class org.apache.qpid.util.Strings
 
SystemUtils - Class in org.apache.qpid.util
SystemUtils provides some simple helper methods for working with the current Operating System.

T

tabSize - Variable in class org.apache.qpid.filter.selector.SimpleCharStream
 
text(String) - Method in class org.apache.qpid.transport.MessageReject
 
ThreadFactory - Interface in org.apache.qpid.thread
 
Threading - Class in org.apache.qpid.thread
 
tick(long) - Method in class org.apache.qpid.transport.network.io.IdleTimeoutTicker
 
tick(long) - Method in interface org.apache.qpid.transport.network.Ticker
 
Ticker - Interface in org.apache.qpid.transport.network
 
timelyReply(boolean) - Method in class org.apache.qpid.transport.SessionCompleted
 
timeout(long) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
timeout(long) - Method in class org.apache.qpid.transport.GetTimeoutResult
 
timeout(long) - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
timeout(long) - Method in class org.apache.qpid.transport.SessionTimeout
 
timestamp(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
TLS_PROTOCOL_PREFERENCES - Static variable in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
toByteBuffer() - Method in class org.apache.qpid.transport.ProtocolHeader
 
toFrame() - Method in class org.apache.qpid.framing.HeartbeatBody
 
toIntValue() - Method in class org.apache.qpid.framing.AMQShortString
 
token - Variable in class org.apache.qpid.filter.selector.SelectorParser
Current token.
Token - Class in org.apache.qpid.filter.selector
Describes the input token stream.
Token() - Constructor for class org.apache.qpid.filter.selector.Token
No-argument constructor
Token(int) - Constructor for class org.apache.qpid.filter.selector.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.qpid.filter.selector.Token
Constructs a new token for the specified Image and Kind.
Token - Class in org.apache.qpid.messaging.util
Token
Token.Type - Class in org.apache.qpid.messaging.util
 
token_source - Variable in class org.apache.qpid.filter.selector.SelectorParser
Generated Token Manager.
tokenImage - Variable in exception org.apache.qpid.filter.selector.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
Literal token values.
TokenMgrError - Error in org.apache.qpid.filter.selector
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.qpid.filter.selector.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.qpid.filter.selector.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.qpid.filter.selector.TokenMgrError
Full Constructor.
toNativeValue(Object) - Method in enum org.apache.qpid.framing.AMQType
Converts an instance of the type to an equivalent Java native representation.
TOPIC_EXCHANGE_CLASS - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
Defines the identifying type name of topic exchanges.
TOPIC_EXCHANGE_NAME - Static variable in class org.apache.qpid.exchange.ExchangeDefaults
The pre-defined topic exchange, the broker SHOULD provide this.
toString() - Method in exception org.apache.qpid.AMQException
 
toString() - Method in exception org.apache.qpid.AMQUnresolvedAddressException
 
toString() - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
toString() - Method in enum org.apache.qpid.common.AMQPFilterTypes
 
toString() - Method in class org.apache.qpid.filter.BinaryExpression
 
toString() - Method in class org.apache.qpid.filter.ConstantExpression
 
toString() - Method in class org.apache.qpid.filter.JMSMessagePropertyExpression
 
toString() - Method in class org.apache.qpid.filter.selector.Token
Returns the image.
toString() - Method in class org.apache.qpid.filter.UnaryExpression
 
toString() - Method in class org.apache.qpid.framing.AccessRequestBody
 
toString() - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
toString() - Method in class org.apache.qpid.framing.AMQFrame
 
toString() - Method in interface org.apache.qpid.framing.AMQMethodBody
 
toString() - Method in class org.apache.qpid.framing.AMQShortString
 
toString(AMQShortString) - Static method in class org.apache.qpid.framing.AMQShortString
 
toString() - Method in class org.apache.qpid.framing.BasicAckBody
 
toString() - Method in class org.apache.qpid.framing.BasicCancelBody
 
toString() - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
toString() - Method in class org.apache.qpid.framing.BasicConsumeBody
 
toString() - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
toString() - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
toString() - Method in class org.apache.qpid.framing.BasicDeliverBody
 
toString() - Method in class org.apache.qpid.framing.BasicGetBody
 
toString() - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
toString() - Method in class org.apache.qpid.framing.BasicGetOkBody
 
toString() - Method in class org.apache.qpid.framing.BasicNackBody
 
toString() - Method in class org.apache.qpid.framing.BasicPublishBody
 
toString() - Method in class org.apache.qpid.framing.BasicQosBody
 
toString() - Method in class org.apache.qpid.framing.BasicQosOkBody
 
toString() - Method in class org.apache.qpid.framing.BasicRecoverBody
 
toString() - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
toString() - Method in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
toString() - Method in class org.apache.qpid.framing.BasicRejectBody
 
toString() - Method in class org.apache.qpid.framing.BasicReturnBody
 
toString() - Method in class org.apache.qpid.framing.ChannelAlertBody
 
toString() - Method in class org.apache.qpid.framing.ChannelCloseBody
 
toString() - Method in class org.apache.qpid.framing.ChannelCloseOkBody
 
toString() - Method in class org.apache.qpid.framing.ChannelFlowBody
 
toString() - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
toString() - Method in class org.apache.qpid.framing.ChannelOpenBody
 
toString() - Method in class org.apache.qpid.framing.ChannelOpenOkBody
 
toString() - Method in class org.apache.qpid.framing.CompositeAMQDataBlock
 
toString() - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
toString() - Method in class org.apache.qpid.framing.ConfirmSelectOkBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionCloseOkBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionStartBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
toString() - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
toString() - Method in class org.apache.qpid.framing.ContentHeaderBody
 
toString() - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
toString() - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
toString() - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
toString() - Method in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
toString() - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
toString() - Method in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
toString() - Method in class org.apache.qpid.framing.FieldTable
 
toString() - Method in class org.apache.qpid.framing.ProtocolInitiation
 
toString() - Method in class org.apache.qpid.framing.ProtocolVersion
 
toString() - Method in class org.apache.qpid.framing.QueueBindBody
 
toString() - Method in class org.apache.qpid.framing.QueueBindOkBody
 
toString() - Method in class org.apache.qpid.framing.QueueDeclareBody
 
toString() - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
toString() - Method in class org.apache.qpid.framing.QueueDeleteBody
 
toString() - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
toString() - Method in class org.apache.qpid.framing.QueuePurgeBody
 
toString() - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
toString() - Method in class org.apache.qpid.framing.QueueUnbindBody
 
toString() - Method in class org.apache.qpid.framing.QueueUnbindOkBody
 
toString() - Method in class org.apache.qpid.framing.TxCommitBody
 
toString() - Method in class org.apache.qpid.framing.TxCommitOkBody
 
toString() - Method in class org.apache.qpid.framing.TxRollbackBody
 
toString() - Method in class org.apache.qpid.framing.TxRollbackOkBody
 
toString() - Method in class org.apache.qpid.framing.TxSelectBody
 
toString() - Method in class org.apache.qpid.framing.TxSelectOkBody
 
toString() - Method in class org.apache.qpid.messaging.Address
 
toString() - Method in class org.apache.qpid.messaging.util.LineInfo
 
toString() - Method in class org.apache.qpid.messaging.util.Token
 
toString() - Method in class org.apache.qpid.messaging.util.Token.Type
 
toString() - Method in class org.apache.qpid.protocol.AMQConstant
Renders the constant as a string, mainly for debugging purposes.
toString() - Method in class org.apache.qpid.protocol.AMQMethodEvent
Prints the method call as a string, mainly for debugging purposes.
toString() - Method in exception org.apache.qpid.QpidException
 
toString() - Method in class org.apache.qpid.transport.Binary
 
toString() - Method in class org.apache.qpid.transport.Connection
 
toString() - Method in class org.apache.qpid.transport.Header
 
toString() - Method in class org.apache.qpid.transport.Method
 
toString() - Method in class org.apache.qpid.transport.network.Frame
 
toString() - Method in class org.apache.qpid.transport.ProtocolError
 
toString() - Method in class org.apache.qpid.transport.ProtocolHeader
 
toString() - Method in class org.apache.qpid.transport.RangeSetImpl
 
toString() - Method in class org.apache.qpid.transport.Session
 
toString() - Method in class org.apache.qpid.transport.Struct
 
toString() - Method in class org.apache.qpid.url.AMQBindingURL
 
toString() - Method in interface org.apache.qpid.url.BindingURL
 
toString() - Method in exception org.apache.qpid.url.URLSyntaxException
 
toTypedValue(Object) - Static method in class org.apache.qpid.framing.AMQTypedValue
 
touches(Range) - Method in class org.apache.qpid.transport.Range
 
toUTF8(String) - Static method in class org.apache.qpid.util.Strings
 
Track - Enum in org.apache.qpid.transport
 
transfers(RangeSet) - Method in class org.apache.qpid.transport.Acquired
 
transfers(RangeSet) - Method in class org.apache.qpid.transport.MessageAccept
 
transfers(RangeSet) - Method in class org.apache.qpid.transport.MessageAcquire
 
transfers(RangeSet) - Method in class org.apache.qpid.transport.MessageReject
 
transfers(RangeSet) - Method in class org.apache.qpid.transport.MessageRelease
 
TransportActivity - Interface in org.apache.qpid.transport.network
 
TransportEncryption - Enum in org.apache.qpid.transport.network
 
TransportException - Exception in org.apache.qpid.transport
TransportException
TransportException(String) - Constructor for exception org.apache.qpid.transport.TransportException
 
TransportException(String, Throwable) - Constructor for exception org.apache.qpid.transport.TransportException
 
TransportException(Throwable) - Constructor for exception org.apache.qpid.transport.TransportException
 
TRUE - Static variable in class org.apache.qpid.filter.ConstantExpression
 
TRUE() - Static method in class org.apache.qpid.filter.ConstantExpression
 
TRUE - Static variable in interface org.apache.qpid.filter.selector.SelectorParserConstants
RegularExpression Id.
tryGetSSLContext() - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
tryGetSSLContext(String[]) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
ttl(long) - Method in class org.apache.qpid.transport.DeliveryProperties
 
tuneAuthorizedConnection(Connection) - Method in class org.apache.qpid.transport.ServerDelegate
 
txCommit(C, TxCommit) - Method in class org.apache.qpid.transport.MethodDelegate
 
txCommit(Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
TxCommit - Class in org.apache.qpid.transport
 
TxCommit(Option...) - Constructor for class org.apache.qpid.transport.TxCommit
 
TxCommitBody - Class in org.apache.qpid.framing
 
TxCommitBody() - Constructor for class org.apache.qpid.framing.TxCommitBody
 
TxCommitOkBody - Class in org.apache.qpid.framing
 
txRollback(C, TxRollback) - Method in class org.apache.qpid.transport.MethodDelegate
 
txRollback(Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
TxRollback - Class in org.apache.qpid.transport
 
TxRollback(Option...) - Constructor for class org.apache.qpid.transport.TxRollback
 
TxRollbackBody - Class in org.apache.qpid.framing
 
TxRollbackOkBody - Class in org.apache.qpid.framing
 
txSelect(C, TxSelect) - Method in class org.apache.qpid.transport.MethodDelegate
 
txSelect(Option...) - Method in class org.apache.qpid.transport.SessionInvoker
 
TxSelect - Class in org.apache.qpid.transport
 
TxSelect(Option...) - Constructor for class org.apache.qpid.transport.TxSelect
 
TxSelectBody - Class in org.apache.qpid.framing
 
TxSelectOkBody - Class in org.apache.qpid.framing
 
TYPE - Static variable in interface org.apache.qpid.framing.AMQMethodBody
 
TYPE - Static variable in class org.apache.qpid.framing.AMQMethodBodyImpl
 
TYPE - Static variable in class org.apache.qpid.framing.ContentBody
 
TYPE - Static variable in class org.apache.qpid.framing.ContentHeaderBody
 
TYPE - Static variable in class org.apache.qpid.framing.HeartbeatBody
 
TYPE - Static variable in class org.apache.qpid.transport.Acquired
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionClose
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionCloseOk
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionHeartbeat
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionOpen
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionOpenOk
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionRedirect
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionSecure
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionSecureOk
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionStart
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionStartOk
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionTune
 
TYPE - Static variable in class org.apache.qpid.transport.ConnectionTuneOk
 
TYPE - Static variable in class org.apache.qpid.transport.DeliveryProperties
 
TYPE - Static variable in class org.apache.qpid.transport.DtxCommit
 
TYPE - Static variable in class org.apache.qpid.transport.DtxEnd
 
TYPE - Static variable in class org.apache.qpid.transport.DtxForget
 
TYPE - Static variable in class org.apache.qpid.transport.DtxGetTimeout
 
TYPE - Static variable in class org.apache.qpid.transport.DtxPrepare
 
TYPE - Static variable in class org.apache.qpid.transport.DtxRecover
 
TYPE - Static variable in class org.apache.qpid.transport.DtxRollback
 
TYPE - Static variable in class org.apache.qpid.transport.DtxSelect
 
TYPE - Static variable in class org.apache.qpid.transport.DtxSetTimeout
 
TYPE - Static variable in class org.apache.qpid.transport.DtxStart
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeBind
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeBound
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeBoundResult
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeDeclare
 
type(String) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeDelete
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeQuery
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeQueryResult
 
type(String) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
TYPE - Static variable in class org.apache.qpid.transport.ExchangeUnbind
 
TYPE - Static variable in class org.apache.qpid.transport.ExecutionException
 
TYPE - Static variable in class org.apache.qpid.transport.ExecutionResult
 
TYPE - Static variable in class org.apache.qpid.transport.ExecutionSync
 
TYPE - Static variable in class org.apache.qpid.transport.FragmentProperties
 
TYPE - Static variable in class org.apache.qpid.transport.GetTimeoutResult
 
TYPE - Static variable in class org.apache.qpid.transport.MessageAccept
 
TYPE - Static variable in class org.apache.qpid.transport.MessageAcquire
 
TYPE - Static variable in class org.apache.qpid.transport.MessageCancel
 
TYPE - Static variable in class org.apache.qpid.transport.MessageFlow
 
TYPE - Static variable in class org.apache.qpid.transport.MessageFlush
 
TYPE - Static variable in class org.apache.qpid.transport.MessageProperties
 
TYPE - Static variable in class org.apache.qpid.transport.MessageReject
 
TYPE - Static variable in class org.apache.qpid.transport.MessageRelease
 
TYPE - Static variable in class org.apache.qpid.transport.MessageResume
 
TYPE - Static variable in class org.apache.qpid.transport.MessageResumeResult
 
TYPE - Static variable in class org.apache.qpid.transport.MessageSetFlowMode
 
TYPE - Static variable in class org.apache.qpid.transport.MessageStop
 
TYPE - Static variable in class org.apache.qpid.transport.MessageSubscribe
 
TYPE - Static variable in class org.apache.qpid.transport.MessageTransfer
 
TYPE - Static variable in class org.apache.qpid.transport.QueueDeclare
 
TYPE - Static variable in class org.apache.qpid.transport.QueueDelete
 
TYPE - Static variable in class org.apache.qpid.transport.QueuePurge
 
TYPE - Static variable in class org.apache.qpid.transport.QueueQuery
 
TYPE - Static variable in class org.apache.qpid.transport.QueueQueryResult
 
TYPE - Static variable in class org.apache.qpid.transport.RecoverResult
 
TYPE - Static variable in class org.apache.qpid.transport.ReplyTo
 
TYPE - Static variable in class org.apache.qpid.transport.SessionAttach
 
TYPE - Static variable in class org.apache.qpid.transport.SessionAttached
 
TYPE - Static variable in class org.apache.qpid.transport.SessionCommandFragment
 
TYPE - Static variable in class org.apache.qpid.transport.SessionCommandPoint
 
TYPE - Static variable in class org.apache.qpid.transport.SessionCompleted
 
TYPE - Static variable in class org.apache.qpid.transport.SessionConfirmed
 
TYPE - Static variable in class org.apache.qpid.transport.SessionDetach
 
TYPE - Static variable in class org.apache.qpid.transport.SessionDetached
 
TYPE - Static variable in class org.apache.qpid.transport.SessionExpected
 
TYPE - Static variable in class org.apache.qpid.transport.SessionFlush
 
TYPE - Static variable in class org.apache.qpid.transport.SessionGap
 
TYPE - Static variable in class org.apache.qpid.transport.SessionHeader
 
TYPE - Static variable in class org.apache.qpid.transport.SessionKnownCompleted
 
TYPE - Static variable in class org.apache.qpid.transport.SessionRequestTimeout
 
TYPE - Static variable in class org.apache.qpid.transport.SessionTimeout
 
TYPE - Static variable in class org.apache.qpid.transport.TxCommit
 
TYPE - Static variable in class org.apache.qpid.transport.TxRollback
 
TYPE - Static variable in class org.apache.qpid.transport.TxSelect
 
Type - Enum in org.apache.qpid.transport
 
TYPE - Static variable in class org.apache.qpid.transport.XaResult
 
TYPE - Static variable in class org.apache.qpid.transport.Xid
 
TypedBytesCodes - Interface in org.apache.qpid.typedmessage
 
TypedBytesContentReader - Class in org.apache.qpid.typedmessage
 
TypedBytesContentReader(ByteBuffer) - Constructor for class org.apache.qpid.typedmessage.TypedBytesContentReader
 
TypedBytesContentWriter - Class in org.apache.qpid.typedmessage
 
TypedBytesContentWriter() - Constructor for class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
TypedBytesFormatException - Exception in org.apache.qpid.typedmessage
 
TypedBytesFormatException(String) - Constructor for exception org.apache.qpid.typedmessage.TypedBytesFormatException
 

U

uget() - Method in class org.apache.qpid.transport.codec.AbstractDecoder
 
unaryExpr() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
UnaryExpression<T> - Class in org.apache.qpid.filter
An expression which performs an operation on two expression values
UnaryExpression(Expression<T>) - Constructor for class org.apache.qpid.filter.UnaryExpression
 
uncaughtException(Thread, Throwable) - Method in class org.apache.qpid.thread.LoggingUncaughtExceptionHandler
 
uncompressBufferToArray(ByteBuffer) - Static method in class org.apache.qpid.util.GZIPUtils
 
uncompressStreamToArray(InputStream) - Static method in class org.apache.qpid.util.GZIPUtils
 
underlyingBuffer() - Method in class org.apache.qpid.transport.codec.BBEncoder
 
unit(MessageCreditUnit) - Method in class org.apache.qpid.transport.MessageFlow
 
UNKNOWN_ARCH - Static variable in class org.apache.qpid.util.SystemUtils
 
UNKNOWN_OS - Static variable in class org.apache.qpid.util.SystemUtils
 
UNKNOWN_VERSION - Static variable in class org.apache.qpid.util.SystemUtils
 
UNLIMITED_CREDIT - Static variable in class org.apache.qpid.transport.Session
 
unsignedIntegerLength() - Static method in class org.apache.qpid.framing.EncodingUtils
 
UNSUPPORTED_CLIENT_PROTOCOL_ERROR - Static variable in class org.apache.qpid.protocol.AMQConstant
The client imp does not support the protocol version
updateEnabledCipherSuites(SSLEngine, List<String>, List<String>) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
updateEnabledCipherSuites(SSLSocket, List<String>, List<String>) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
updateEnabledTlsProtocols(SSLEngine, List<String>, List<String>) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
updateEnabledTlsProtocols(SSLSocket, List<String>, List<String>) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
UpdateLineColumn(char) - Method in class org.apache.qpid.filter.selector.SimpleCharStream
 
URLHelper - Class in org.apache.qpid.url
 
URLSyntaxException - Exception in org.apache.qpid.url
 
URLSyntaxException(String, String, int, int) - Constructor for exception org.apache.qpid.url.URLSyntaxException
 
USE_LEGACY_MAP_MESSAGE_FORMAT - Static variable in class org.apache.qpid.configuration.ClientProperties
 
USE_LEGACY_STREAM_MESSAGE_FORMAT - Static variable in class org.apache.qpid.configuration.ClientProperties
 
useCipherOrderIfPossible(SSLEngine) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
userId(byte[]) - Method in class org.apache.qpid.transport.MessageProperties
 
UUIDGen - Interface in org.apache.qpid.util
UUIDGen
UUIDs - Class in org.apache.qpid.util
UUIDs

V

v0_10 - Static variable in class org.apache.qpid.framing.ProtocolVersion
 
v0_8 - Static variable in class org.apache.qpid.framing.ProtocolVersion
 
v0_9 - Static variable in class org.apache.qpid.framing.ProtocolVersion
 
v0_91 - Static variable in class org.apache.qpid.framing.ProtocolVersion
 
validate(Integer) - Method in interface org.apache.qpid.configuration.Validator
 
validate(Long) - Method in interface org.apache.qpid.configuration.Validator
 
validate(String) - Method in interface org.apache.qpid.configuration.Validator
 
Validator - Interface in org.apache.qpid.configuration
 
validValueOf(Object) - Static method in class org.apache.qpid.framing.AMQShortString
 
value(Struct) - Method in class org.apache.qpid.transport.ExecutionResult
 
value(long) - Method in class org.apache.qpid.transport.MessageFlow
 
valueOf(String) - Static method in enum org.apache.qpid.common.AMQPFilterTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.filter.OrderByExpression.Order
Returns the enum constant of this type with the specified name.
valueOf(Object) - Static method in class org.apache.qpid.framing.AMQShortString
 
valueOf(String) - Static method in class org.apache.qpid.framing.AMQShortString
 
valueOf(String) - Static method in enum org.apache.qpid.framing.AMQType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.Connection.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.ConnectionCloseCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.DtxXaStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.ExecutionErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.FileReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageAcceptMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageAcquireMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageCreditUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageDeliveryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageDeliveryPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageFlowMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.MessageRejectCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.network.InputHandler.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.network.TransportEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.SegmentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.Session.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.SessionDetachCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.StreamReturnCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.Track
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.transport.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.qpid.common.AMQPFilterTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.filter.OrderByExpression.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.framing.AMQType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.Connection.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.ConnectionCloseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.DtxXaStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.ExecutionErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.FileReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageAcceptMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageAcquireMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageCreditUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageDeliveryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageDeliveryPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageFlowMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.MessageRejectCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.network.InputHandler.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.network.TransportEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.SegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.Session.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.SessionDetachCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.StreamReturnCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.Track
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.transport.Type
Returns an array containing the constants of this enum type, in the order they are declared.
variable() - Method in class org.apache.qpid.filter.selector.SelectorParser
 
VERIFY_QUEUE_ON_SEND - Static variable in class org.apache.qpid.configuration.ClientProperties
 
verifyHostname(SSLEngine, String) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
verifyHostname(String, X509Certificate) - Static method in class org.apache.qpid.transport.network.security.ssl.SSLUtil
 
VERSION - Static variable in class org.apache.qpid.common.ServerPropertyNames
 
VERSION - Static variable in class org.apache.qpid.transport.network.Frame
 
VERSION_0_10 - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
VERSION_0_8 - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
VERSION_RESOURCE - Static variable in class org.apache.qpid.configuration.CommonProperties
The name of the version properties file to load from the class path.
view(int, int) - Method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
virtualHost(String) - Method in class org.apache.qpid.transport.ConnectionOpen
 

W

Waiter - Class in org.apache.qpid.transport.util
Waiter
Waiter(Object, long) - Constructor for class org.apache.qpid.transport.util.Waiter
 
wantClientAuth() - Method in interface org.apache.qpid.transport.NetworkTransportConfiguration
 
WILDCARD_ADDRESS - Static variable in class org.apache.qpid.transport.ConnectionSettings
 
wrap(ByteBuffer) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
wrap(byte[]) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
wrap(byte[], int, int) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
write(GatheringByteChannel, Collection<QpidByteBuffer>) - Static method in class org.apache.qpid.bytebuffer.QpidByteBuffer
 
write(int) - Method in class org.apache.qpid.bytebuffer.QpidByteBufferOutputStream
 
write(byte[]) - Method in class org.apache.qpid.bytebuffer.QpidByteBufferOutputStream
 
write(byte[], int, int) - Method in class org.apache.qpid.bytebuffer.QpidByteBufferOutputStream
 
write(Encoder) - Method in class org.apache.qpid.transport.Acquired
 
write(Encoder) - Method in interface org.apache.qpid.transport.codec.Encodable
Encodes this encodable using the given encoder.
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionClose
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionCloseOk
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionHeartbeat
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionOpen
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionOpenOk
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionRedirect
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionSecure
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionSecureOk
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionStart
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionStartOk
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionTune
 
write(Encoder) - Method in class org.apache.qpid.transport.ConnectionTuneOk
 
write(Encoder) - Method in class org.apache.qpid.transport.DeliveryProperties
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxCommit
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxEnd
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxForget
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxGetTimeout
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxPrepare
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxRecover
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxRollback
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxSelect
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
write(Encoder) - Method in class org.apache.qpid.transport.DtxStart
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeBind
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeBound
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeBoundResult
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeDeclare
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeDelete
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeQuery
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeQueryResult
 
write(Encoder) - Method in class org.apache.qpid.transport.ExchangeUnbind
 
write(Encoder) - Method in class org.apache.qpid.transport.ExecutionException
 
write(Encoder) - Method in class org.apache.qpid.transport.ExecutionResult
 
write(Encoder) - Method in class org.apache.qpid.transport.ExecutionSync
 
write(Encoder, Object) - Method in class org.apache.qpid.transport.Field
 
write(Encoder) - Method in class org.apache.qpid.transport.FragmentProperties
 
write(Encoder) - Method in class org.apache.qpid.transport.GetTimeoutResult
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageAccept
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageAcquire
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageCancel
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageFlow
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageFlush
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageProperties
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageReject
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageRelease
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageResume
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageResumeResult
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageSetFlowMode
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageStop
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageSubscribe
 
write(Encoder) - Method in class org.apache.qpid.transport.MessageTransfer
 
write(Encoder) - Method in class org.apache.qpid.transport.QueueDeclare
 
write(Encoder) - Method in class org.apache.qpid.transport.QueueDelete
 
write(Encoder) - Method in class org.apache.qpid.transport.QueuePurge
 
write(Encoder) - Method in class org.apache.qpid.transport.QueueQuery
 
write(Encoder) - Method in class org.apache.qpid.transport.QueueQueryResult
 
write(Encoder) - Method in class org.apache.qpid.transport.RecoverResult
 
write(Encoder) - Method in class org.apache.qpid.transport.ReplyTo
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionAttach
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionAttached
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionCommandFragment
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionCommandPoint
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionCompleted
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionConfirmed
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionDetach
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionDetached
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionExpected
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionFlush
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionGap
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionHeader
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionKnownCompleted
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionRequestTimeout
 
write(Encoder) - Method in class org.apache.qpid.transport.SessionTimeout
 
write(Encoder) - Method in class org.apache.qpid.transport.Struct
 
write(Encoder) - Method in class org.apache.qpid.transport.TxCommit
 
write(Encoder) - Method in class org.apache.qpid.transport.TxRollback
 
write(Encoder) - Method in class org.apache.qpid.transport.TxSelect
 
write(Encoder) - Method in class org.apache.qpid.transport.XaResult
 
write(Encoder) - Method in class org.apache.qpid.transport.Xid
 
writeAMQShortString(QpidByteBuffer, AMQShortString) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeArray(List<Object>) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeArray(List<Object>) - Method in interface org.apache.qpid.transport.codec.Encoder
An array is an ordered sequence of values of the same type.
writeArrayEntries(List<Object>) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeBin128(byte[]) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeBin128(UUID) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeBin128(byte[]) - Method in interface org.apache.qpid.transport.codec.Encoder
The bin128 type consists of 16 consecutive octets of opaque binary data.
writeBitfield(QpidByteBuffer, byte) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeBoolean(QpidByteBuffer, boolean) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeBoolean(boolean) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeBooleanImpl(boolean) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeByte(QpidByteBuffer, byte) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeByte(byte) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeByteImpl(byte) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeByteRanges(RangeSet) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeByteRanges(RangeSet) - Method in interface org.apache.qpid.transport.codec.Encoder
 
writeBytes(QpidByteBuffer, byte[]) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeBytes(QpidByteBuffer, byte[]) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeBytes(byte[]) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeBytes(byte[], int, int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeBytesImpl(byte[], int, int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeBytesRaw(byte[], int, int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeChar(char) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeCharImpl(char) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeDatetime(long) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeDatetime(long) - Method in interface org.apache.qpid.transport.codec.Encoder
The datetime type encodes a date and time using the 64 bit POSIX time_t format.
writeDouble(double) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeDouble(double) - Method in interface org.apache.qpid.transport.codec.Encoder
The double type encodes a double precision 64-bit floating point number.
writeDouble(double) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeDoubleImpl(double) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeFieldTable(QpidByteBuffer, FieldTable) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeFieldTableBytes(QpidByteBuffer, FieldTable) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeFloat(float) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeFloat(float) - Method in interface org.apache.qpid.transport.codec.Encoder
The float type encodes a single precision 32-bit floating point number.
writeFloat(float) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeFloatImpl(float) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeFrame(AMQDataBlock) - Method in interface org.apache.qpid.protocol.AMQProtocolWriter
Writes a frame to the wire, encoding it as necessary, for example, into a sequence of bytes.
writeInt(QpidByteBuffer, int) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeInt(int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeInt16(short) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeInt16(short) - Method in interface org.apache.qpid.transport.codec.Encoder
The int16 type is a signed integral value encoded using a 16-bit two's complement representation in network byte order.
writeInt32(int) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeInt32(int) - Method in interface org.apache.qpid.transport.codec.Encoder
The int32 type is a signed integral value encoded using a 32-bit two's complement representation in network byte order.
writeInt64(long) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeInt64(long) - Method in interface org.apache.qpid.transport.codec.Encoder
The int64 type is a signed integral value encoded using a 64-bit two's complement representation in network byte order.
writeInt8(byte) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeInt8(byte) - Method in interface org.apache.qpid.transport.codec.Encoder
The int8 type is a signed integral value encoded using an 8-bit two's complement representation.
writeIntImpl(int) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeLengthPrefixedUTF(String) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeList(List<Object>) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeList(List<Object>) - Method in interface org.apache.qpid.transport.codec.Encoder
A list is an ordered sequence of (type, value) pairs.
writeListEntries(List<Object>) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeLong(QpidByteBuffer, long) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeLong(long) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeLongAsShortString(QpidByteBuffer, long) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeLongImpl(long) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeLongstr(QpidByteBuffer, byte[]) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeLongStringBytes(QpidByteBuffer, String) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeMap(Map<String, Object>) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeMap(Map<String, Object>) - Method in interface org.apache.qpid.transport.codec.Encoder
A map is a set of distinct keys where each key has an associated (type,value) pair.
writeMapEntries(Map<String, Object>) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.AccessRequestBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.AccessRequestOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicAckBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicCancelBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicCancelOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicConsumeBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicConsumeOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicDeliverBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicGetBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicGetEmptyBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicGetOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicNackBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicPublishBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicQosBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicQosOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicRecoverBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicRecoverSyncBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicRejectBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicReturnBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelAlertBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelCloseBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelCloseOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelFlowBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelFlowOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelOpenBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ChannelOpenOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConfirmSelectBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConfirmSelectOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionCloseBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionCloseOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionOpenBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionOpenOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionRedirectBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionSecureBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionSecureOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionStartBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionStartOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionTuneBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ConnectionTuneOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ExchangeBoundBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ExchangeBoundOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ExchangeDeclareBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ExchangeDeclareOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ExchangeDeleteBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ExchangeDeleteOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueBindBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueBindOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueDeclareBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueDeclareOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueDeleteBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueDeleteOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueuePurgeBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueuePurgeOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueUnbindBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.QueueUnbindOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.TxCommitBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.TxCommitOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.TxRollbackBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.TxRollbackOkBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.TxSelectBody
 
writeMethodPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.TxSelectOkBody
 
writeNullTerminatedStringImpl(String) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeObject(Object) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writePayload(ByteBufferSender) - Method in interface org.apache.qpid.framing.AMQBody
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.AMQDataBlock
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.AMQFrame
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.CompositeAMQDataBlock
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.ContentBody
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.ContentHeaderBody
 
writePayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.ContentHeaderBody
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.HeartbeatBody
 
writePayload(ByteBufferSender) - Method in class org.apache.qpid.framing.ProtocolInitiation
 
writePropertyListPayload(QpidByteBuffer) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
writePropertyListPayload(ByteBufferSender) - Method in class org.apache.qpid.framing.BasicContentHeaderProperties
 
writerIdle(Connection) - Method in class org.apache.qpid.transport.ConnectionDelegate
 
writerIdle() - Method in interface org.apache.qpid.transport.network.TransportActivity
 
writeSequenceNo(int) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeSequenceNo(int) - Method in interface org.apache.qpid.transport.codec.Encoder
The sequence-no type encodes, in network byte order, a serial number as defined in RFC-1982.
writeSequenceSet(RangeSet) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeSequenceSet(RangeSet) - Method in interface org.apache.qpid.transport.codec.Encoder
 
writeShort(QpidByteBuffer, short) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeShort(short) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeShortImpl(short) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeShortStringBytes(QpidByteBuffer, AMQShortString) - Static method in class org.apache.qpid.framing.EncodingUtils
 
writeStr16(String) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeStr16(String) - Method in interface org.apache.qpid.transport.codec.Encoder
The str16 type encodes up to 65535 octets worth of UTF-8 unicode.
writeStr8(String) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeStr8(String) - Method in interface org.apache.qpid.transport.codec.Encoder
The str8 type encodes up to 255 octets worth of UTF-8 unicode.
writeString(String) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeStruct(int, Struct) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeStruct(int, Struct) - Method in interface org.apache.qpid.transport.codec.Encoder
The struct32 type describes any coded struct with a 32-bit (4 octet) size.
writeStruct32(Struct) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeStruct32(Struct) - Method in interface org.apache.qpid.transport.codec.Encoder
The struct32 type describes any coded struct with a 32-bit (4 octet) size.
writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.framing.AMQShortString
 
writeToBuffer(Object, QpidByteBuffer) - Method in enum org.apache.qpid.framing.AMQType
 
writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.framing.AMQTypedValue
 
writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.framing.FieldArray
 
writeToBuffer(QpidByteBuffer) - Method in class org.apache.qpid.framing.FieldTable
 
writeTypeDiscriminator(byte) - Method in class org.apache.qpid.typedmessage.TypedBytesContentWriter
 
writeUint16(int) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeUint16(int) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeUint16(int) - Method in interface org.apache.qpid.transport.codec.Encoder
The uint16 type is a 16-bit unsigned integral value encoded in network byte order.
writeUint32(long) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeUint32(long) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeUint32(long) - Method in interface org.apache.qpid.transport.codec.Encoder
The uint32 type is a 32-bit unsigned integral value encoded in network byte order.
writeUint64(long) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeUint64(long) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeUint64(long) - Method in interface org.apache.qpid.transport.codec.Encoder
The uint64 type is a 64-bit unsigned integral value encoded in network byte order.
writeUint8(short) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeUint8(short) - Method in class org.apache.qpid.transport.codec.BBEncoder
 
writeUint8(short) - Method in interface org.apache.qpid.transport.codec.Encoder
The uint8 type is an 8-bit unsigned integral value.
writeUnsignedByte(QpidByteBuffer, short) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeUnsignedInteger(QpidByteBuffer, long) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeUnsignedShort(QpidByteBuffer, int) - Method in class org.apache.qpid.framing.AMQMethodBodyImpl
 
writeUuid(UUID) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeUuid(UUID) - Method in interface org.apache.qpid.transport.codec.Encoder
The uuid type encodes a universally unique id as defined by RFC-4122.
writeVbin16(byte[]) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeVbin16(byte[]) - Method in interface org.apache.qpid.transport.codec.Encoder
The vbin16 type encodes up to 65535 octets of opaque binary data.
writeVbin32(byte[]) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeVbin32(byte[]) - Method in interface org.apache.qpid.transport.codec.Encoder
The vbin32 type encodes up to 4294967295 octets of opaque binary data.
writeVbin8(byte[]) - Method in class org.apache.qpid.transport.codec.AbstractEncoder
 
writeVbin8(byte[]) - Method in interface org.apache.qpid.transport.codec.Encoder
The vbin8 type encodes up to 255 octets of opaque binary data.

X

XaResult - Class in org.apache.qpid.transport
 
XaResult() - Constructor for class org.apache.qpid.transport.XaResult
 
XaResult(DtxXaStatus) - Constructor for class org.apache.qpid.transport.XaResult
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxCommit
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxEnd
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxForget
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxGetTimeout
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxPrepare
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxRollback
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxSetTimeout
 
xid(Xid) - Method in class org.apache.qpid.transport.DtxStart
 
Xid - Class in org.apache.qpid.transport
 
Xid() - Constructor for class org.apache.qpid.transport.Xid
 
Xid(long, byte[], byte[]) - Constructor for class org.apache.qpid.transport.Xid
 
XidImpl - Class in org.apache.qpid.dtx
Implements javax.transaction.dtx.Xid
XidImpl() - Constructor for class org.apache.qpid.dtx.XidImpl
Create new Xid.
XidImpl(Xid) - Constructor for class org.apache.qpid.dtx.XidImpl
Create a new XidImpl from an existing Xid.
XidImpl(byte[], int, byte[]) - Constructor for class org.apache.qpid.dtx.XidImpl
Create a new Xid.
XidImpl(String) - Constructor for class org.apache.qpid.dtx.XidImpl
Create a new Xid form its String form 4 1 1 g b +---+---+---+---+---+---+---+- -+---+---+- -+---+ | format_id | g | b | txn-id | br-id | +---+---+---+---+---+---+---+- -+---+---+- -+---+ 0 4 5 6 6+g 6+g+b format_id: an implementation specific format identifier

_

_logger - Static variable in class org.apache.qpid.transport.ServerDelegate
 
_ownMethodId - Variable in class org.apache.qpid.framing.BasicRecoverSyncOkBody
 
_pid - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
_platformInfo - Static variable in class org.apache.qpid.properties.ConnectionStartProperties
 
_reverseTypeMap - Static variable in class org.apache.qpid.framing.AMQTypeMap
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.