Index

A B C D E F G H I L M N O P Q R S T U V W Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort() - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
abort() - Method in interface org.apache.qpid.proton.engine.Sender
Abort the current delivery.
AbstractDescribedType<T,M> - Class in org.apache.qpid.proton.codec
 
AbstractDescribedType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.AbstractDescribedType
 
Accepted - Class in org.apache.qpid.proton.amqp.messaging
 
Accepted - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
Accepted() - Constructor for class org.apache.qpid.proton.amqp.messaging.Accepted
TODO should this (and other DeliveryStates) have a private constructor??
AcceptedType - Class in org.apache.qpid.proton.codec.messaging
 
acceptor(String, int) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
acceptor(String, int) - Method in interface org.apache.qpid.proton.reactor.Reactor
Creates a new acceptor.
acceptor(String, int, Handler) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
acceptor(String, int, Handler) - Method in interface org.apache.qpid.proton.reactor.Reactor
Creates a new acceptor.
Acceptor - Interface in org.apache.qpid.proton.reactor
Acceptors are children of a Reactor that accept in-bound network connections.
AcceptorImpl - Class in org.apache.qpid.proton.reactor.impl
 
AcceptorImpl(Reactor, String, int, Handler) - Constructor for class org.apache.qpid.proton.reactor.impl.AcceptorImpl
 
ACTIVE - Enum constant in enum org.apache.qpid.proton.engine.EndpointState
 
add(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
add(Handler) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
add(Handler) - Method in interface org.apache.qpid.proton.engine.Handler
 
add(Selectable) - Method in interface org.apache.qpid.proton.reactor.Selector
Adds a selectable to the selector.
addCredit(int) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
addLinkEndpoint(LinkImpl) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
Address - Class in org.apache.qpid.proton.reactor.impl
Address
Address() - Constructor for class org.apache.qpid.proton.reactor.impl.Address
 
Address(String) - Constructor for class org.apache.qpid.proton.reactor.impl.Address
 
addSessionEndpoint(SessionImpl) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
addTransportLayer(TransportLayer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
addTransportLayer(TransportLayer) - Method in interface org.apache.qpid.proton.engine.impl.TransportInternal
Add a TransportLayer to the transport, wrapping the input and output process handlers in the state they currently exist.
advance() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
advance() - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
advance() - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
advance() - Method in interface org.apache.qpid.proton.engine.Link
Attempts to advance the current delivery.
advance() - Method in interface org.apache.qpid.proton.engine.Receiver
Attempts to advance the current delivery.
advance() - Method in interface org.apache.qpid.proton.engine.Sender
Attempts to advance the current delivery.
allocate(int) - Static method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
allocate(int) - Static method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
allowSkip(boolean) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
allowSkip(boolean) - Method in interface org.apache.qpid.proton.engine.Sasl
Set whether servers may accept incoming connections that skip the SASL layer negotiation.
allowUnsecuredClient() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
allowUnsecuredClient() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
allowUnsecuredClient(boolean) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
allowUnsecuredClient(boolean) - Method in interface org.apache.qpid.proton.engine.SslDomain
Permit a server to accept connection requests from non-SSL clients.
AMQPDefinedTypes - Class in org.apache.qpid.proton.codec
 
AMQPDefinedTypes() - Constructor for class org.apache.qpid.proton.codec.AMQPDefinedTypes
 
AmqpError - Interface in org.apache.qpid.proton.amqp.transport
 
AmqpErrorException - Exception in org.apache.qpid.proton.engine.impl
 
AmqpErrorException() - Constructor for exception org.apache.qpid.proton.engine.impl.AmqpErrorException
 
AmqpHeader - Interface in org.apache.qpid.proton.engine.impl
 
AmqpSequence - Class in org.apache.qpid.proton.amqp.messaging
 
AmqpSequence - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
AmqpSequence(List) - Constructor for class org.apache.qpid.proton.amqp.messaging.AmqpSequence
 
AmqpSequenceType - Class in org.apache.qpid.proton.codec.messaging
 
AMQPType<V> - Interface in org.apache.qpid.proton.codec
 
AmqpValue - Class in org.apache.qpid.proton.amqp.messaging
 
AmqpValue - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
AmqpValue(Object) - Constructor for class org.apache.qpid.proton.amqp.messaging.AmqpValue
 
AmqpValueType - Class in org.apache.qpid.proton.codec.messaging
 
ANONYMOUS_PEER - Enum constant in enum org.apache.qpid.proton.engine.SslDomain.VerifyMode
does not require a valid certificate, and permits use of ciphers that do not provide authentication
append(byte[]) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
Adds the given array into the composite buffer at the end.
append(CompositeReadableBuffer) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
Adds the given composite buffer contents (from current position, up to the limit) into this composite buffer at the end.
append(ReadableBuffer) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
Adds the given readable buffer contents (from current position, up to the limit) into this composite buffer at the end.
ApplicationProperties - Class in org.apache.qpid.proton.amqp.messaging
 
ApplicationProperties - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
ApplicationProperties(Map<String, Object>) - Constructor for class org.apache.qpid.proton.amqp.messaging.ApplicationProperties
 
ApplicationPropertiesType - Class in org.apache.qpid.proton.codec.messaging
 
ApplicationPropertiesType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.ApplicationPropertiesType
 
array() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
array() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Returns the primitive array that backs this buffer if one exists and the buffer is not read-only.
array() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
array() - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
ARRAY - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
ARRAY32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
ARRAY8 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
arrayOffset() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
arrayOffset() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Returns the offset into the backing array of the first element in the buffer.
arrayOffset() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
arrayOffset() - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
ArrayType - Class in org.apache.qpid.proton.codec
 
ArrayType(EncoderImpl, DecoderImpl, BooleanType, ByteType, ShortType, IntegerType, LongType, FloatType, DoubleType, CharacterType) - Constructor for class org.apache.qpid.proton.codec.ArrayType
 
ArrayType.ArrayEncoding - Interface in org.apache.qpid.proton.codec
 
asByteBuffer() - Method in class org.apache.qpid.proton.amqp.Binary
 
asBytes() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
Attach - Class in org.apache.qpid.proton.amqp.transport
 
Attach() - Constructor for class org.apache.qpid.proton.amqp.transport.Attach
 
Attach(Attach) - Constructor for class org.apache.qpid.proton.amqp.transport.Attach
 
attachments() - Method in interface org.apache.qpid.proton.engine.Extendable
 
attachments() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
attachments() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
attachments() - Method in class org.apache.qpid.proton.reactor.impl.AcceptorImpl
 
attachments() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
attachments() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
attachments() - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
attachments() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
AttachType - Class in org.apache.qpid.proton.codec.transport
 
AttachType.AttachWrapper - Class in org.apache.qpid.proton.codec.transport
 
AttachWrapper(Attach) - Constructor for class org.apache.qpid.proton.codec.transport.AttachType.AttachWrapper
 
AUTH - Enum constant in enum org.apache.qpid.proton.amqp.security.SaslCode
 
available() - Method in interface org.apache.qpid.proton.engine.Delivery
Returns the number of bytes currently available for this delivery, which may not be complete yet, that are still to either be received by the application or sent by the transport.
available() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 

B

BaseHandler - Class in org.apache.qpid.proton.engine
BaseHandler
BaseHandler() - Constructor for class org.apache.qpid.proton.engine.BaseHandler
 
Begin - Class in org.apache.qpid.proton.amqp.transport
 
Begin() - Constructor for class org.apache.qpid.proton.amqp.transport.Begin
 
Begin(Begin) - Constructor for class org.apache.qpid.proton.amqp.transport.Begin
 
BeginType - Class in org.apache.qpid.proton.codec.transport
 
BigIntegerType - Class in org.apache.qpid.proton.codec
 
BigIntegerType.BigIntegerEncoding - Interface in org.apache.qpid.proton.codec
 
bigIntegerValue() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
Binary - Class in org.apache.qpid.proton.amqp
 
Binary(byte[]) - Constructor for class org.apache.qpid.proton.amqp.Binary
 
Binary(byte[], int, int) - Constructor for class org.apache.qpid.proton.amqp.Binary
 
BINARY - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
BinaryType - Class in org.apache.qpid.proton.codec
 
bind(Connection) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
bind(Connection) - Method in interface org.apache.qpid.proton.engine.Transport
 
BOOL - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
BOOLEAN - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
BOOLEAN_FALSE - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
BOOLEAN_TRUE - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
BooleanType - Class in org.apache.qpid.proton.codec
 
BooleanType.BooleanEncoding - Interface in org.apache.qpid.proton.codec
 
bufferSize() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
bufferSize() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslHandshakeSniffingTransportWrapper
 
BYTE - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
BYTE - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
byteBuffer() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
byteBuffer() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
 
byteBuffer() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
byteBuffer() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
ByteBufferDecoder - Interface in org.apache.qpid.proton.codec
 
ByteBufferEncoder - Interface in org.apache.qpid.proton.codec
 
ByteBufferReader(ByteBuffer) - Constructor for class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
ByteBufferUtils - Class in org.apache.qpid.proton.engine.impl
 
ByteBufferUtils() - Constructor for class org.apache.qpid.proton.engine.impl.ByteBufferUtils
 
ByteBufferWrapper(ByteBuffer) - Constructor for class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
ByteEncoding(EncoderImpl, DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
ByteType - Class in org.apache.qpid.proton.codec
 
ByteType.ByteEncoding - Class in org.apache.qpid.proton.codec
 
byteValue() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 

C

cancel() - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
cancel() - Method in interface org.apache.qpid.proton.reactor.Task
Cancel the execution of this task.
capacity() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
capacity() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
capacity() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Returns the capacity of the backing buffer of this ReadableBuffer
capacity() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
capacity() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
capacity() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
capacity() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
capacity() - Method in interface org.apache.qpid.proton.engine.impl.TransportInput
 
capacity() - Method in interface org.apache.qpid.proton.engine.Transport
 
CHAR - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
CHAR - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
CharacterEncoding(EncoderImpl, DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
CharacterType - Class in org.apache.qpid.proton.codec
 
CharacterType.CharacterEncoding - Class in org.apache.qpid.proton.codec
 
charAt(int) - Method in class org.apache.qpid.proton.amqp.Symbol
 
checkIsOk() - Method in interface org.apache.qpid.proton.engine.TransportResult
 
children() - Method in class org.apache.qpid.proton.engine.BaseHandler
 
children() - Method in interface org.apache.qpid.proton.engine.Handler
 
children() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
children() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
clear() - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
clear() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
clear() - Method in interface org.apache.qpid.proton.codec.Data
 
clear() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
clear() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
clear() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Resets the buffer position to zero and sets the limit to the buffer capacity, the mark value is discarded if set.
clear() - Method in interface org.apache.qpid.proton.engine.Delivery
 
clear() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
clear() - Method in class org.apache.qpid.proton.engine.impl.RecordImpl
 
clear() - Method in interface org.apache.qpid.proton.engine.Record
 
clear() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
clear() - Method in interface org.apache.qpid.proton.message.Message
 
clear() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
client() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
client() - Method in interface org.apache.qpid.proton.engine.Sasl
 
CLIENT - Enum constant in enum org.apache.qpid.proton.engine.SslDomain.Mode
Local connection endpoint is an SSL client
close() - Method in interface org.apache.qpid.proton.engine.Endpoint
transition local state to CLOSED
close() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
close() - Method in interface org.apache.qpid.proton.reactor.Acceptor
Closes the acceptor, stopping it accepting any further in-bound connections.
close() - Method in class org.apache.qpid.proton.reactor.impl.AcceptorImpl
 
Close - Class in org.apache.qpid.proton.amqp.transport
 
Close() - Constructor for class org.apache.qpid.proton.amqp.transport.Close
 
Close(Close) - Constructor for class org.apache.qpid.proton.amqp.transport.Close
 
close_head() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
close_head() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
close_head() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
close_head() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
close_head() - Method in interface org.apache.qpid.proton.engine.impl.TransportOutput
 
close_head() - Method in interface org.apache.qpid.proton.engine.Transport
 
close_tail() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
close_tail() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
close_tail() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
close_tail() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
close_tail() - Method in interface org.apache.qpid.proton.engine.impl.TransportInput
 
close_tail() - Method in interface org.apache.qpid.proton.engine.Transport
 
closed(TransportException) - Method in interface org.apache.qpid.proton.engine.impl.FrameHandler
 
closed(TransportException) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
CLOSED - Enum constant in enum org.apache.qpid.proton.engine.EndpointState
 
CloseType - Class in org.apache.qpid.proton.codec.transport
 
Codec - Class in org.apache.qpid.proton.codec
Codec
collect(Collector) - Method in interface org.apache.qpid.proton.engine.Connection
 
collect(Collector) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
collector() - Static method in class org.apache.qpid.proton.engine.Engine
 
collector() - Static method in class org.apache.qpid.proton.Proton
 
collector() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
collector() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
Collector - Interface in org.apache.qpid.proton.engine
Collector
Collector.Factory - Class in org.apache.qpid.proton.engine
 
CollectorImpl - Class in org.apache.qpid.proton.engine.impl
CollectorImpl
CollectorImpl() - Constructor for class org.apache.qpid.proton.engine.impl.CollectorImpl
 
combine(Collection<Binary>) - Static method in class org.apache.qpid.proton.amqp.Binary
 
compareTo(Symbol) - Method in class org.apache.qpid.proton.amqp.Symbol
 
compareTo(UnsignedByte) - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
compareTo(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
compareTo(UnsignedLong) - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
compareTo(UnsignedShort) - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
compareTo(TaskImpl) - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
CompositeReadableBuffer - Class in org.apache.qpid.proton.codec
ReadableBuffer implementation whose content is made up of one or more byte arrays.
CompositeReadableBuffer() - Constructor for class org.apache.qpid.proton.codec.CompositeReadableBuffer
Creates a default empty composite buffer
CompositeWritableBuffer - Class in org.apache.qpid.proton.codec
 
CompositeWritableBuffer(WritableBuffer, WritableBuffer) - Constructor for class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
CONFIGURATION - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
 
connection() - Static method in class org.apache.qpid.proton.engine.Engine
 
connection() - Static method in class org.apache.qpid.proton.Proton
 
connection(Handler) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
connection(Handler) - Method in interface org.apache.qpid.proton.reactor.Reactor
Connection - Interface in org.apache.qpid.proton.engine
Maintains lists of sessions, links and deliveries in a state that is interesting to the application.
CONNECTION_ACCEPTOR_KEY - Static variable in class org.apache.qpid.proton.reactor.impl.AcceptorImpl
 
CONNECTION_BOUND - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_CLOSE - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
 
CONNECTION_FINAL - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_FORCED - Static variable in interface org.apache.qpid.proton.amqp.transport.ConnectionError
 
CONNECTION_INIT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_LOCAL_CLOSE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_LOCAL_OPEN - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_PEER_ADDRESS_KEY - Static variable in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
CONNECTION_REMOTE_CLOSE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_REMOTE_OPEN - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
CONNECTION_UNBOUND - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
Connection.Factory - Class in org.apache.qpid.proton.engine
 
ConnectionError - Interface in org.apache.qpid.proton.amqp.transport
 
ConnectionImpl - Class in org.apache.qpid.proton.engine.impl
 
ConnectionImpl() - Constructor for class org.apache.qpid.proton.engine.impl.ConnectionImpl
Application code should use Connection.Factory.create() instead.
connectionToHost(String, int, Handler) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
connectionToHost(String, int, Handler) - Method in interface org.apache.qpid.proton.reactor.Reactor
Creates a new out-bound connection to the given host and port.
Coordinator - Class in org.apache.qpid.proton.amqp.transaction
 
Coordinator() - Constructor for class org.apache.qpid.proton.amqp.transaction.Coordinator
 
CoordinatorType - Class in org.apache.qpid.proton.codec.transaction
 
copy() - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
copy() - Method in class org.apache.qpid.proton.amqp.messaging.Target
 
copy() - Method in class org.apache.qpid.proton.amqp.transaction.Coordinator
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Close
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.EmptyFrame
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.End
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
copy() - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
copy() - Method in interface org.apache.qpid.proton.amqp.transport.Source
 
copy() - Method in interface org.apache.qpid.proton.amqp.transport.Target
 
copy() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
copy() - Method in interface org.apache.qpid.proton.engine.Event
 
copy(Binary) - Static method in class org.apache.qpid.proton.amqp.Binary
 
copyFrom(ErrorCondition) - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
CoreHandler - Interface in org.apache.qpid.proton.engine
 
create() - Static method in class org.apache.qpid.proton.codec.Data.Factory
 
create() - Static method in class org.apache.qpid.proton.engine.Collector.Factory
 
create() - Static method in class org.apache.qpid.proton.engine.Connection.Factory
 
create() - Static method in class org.apache.qpid.proton.engine.SslDomain.Factory
 
create() - Static method in class org.apache.qpid.proton.engine.Transport.Factory
 
create() - Static method in class org.apache.qpid.proton.message.Message.Factory
 
create() - Static method in class org.apache.qpid.proton.reactor.Reactor.Factory
 
create(String, int) - Static method in class org.apache.qpid.proton.engine.SslPeerDetails.Factory
 
create(ByteBuffer) - Static method in class org.apache.qpid.proton.amqp.Binary
 
create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) - Static method in class org.apache.qpid.proton.message.Message.Factory
 
create(ReadableBuffer) - Static method in class org.apache.qpid.proton.amqp.Binary
 
create(ReactorOptions) - Static method in class org.apache.qpid.proton.reactor.Reactor.Factory
 
createProtonSslEngine(SslDomain, SslPeerDetails) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslEngineFacadeFactory
Returns a ProtonSslEngine.
createSslEngine(SslPeerDetails) - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngineProvider
Returns an SSL engine.
createSslEngine(SslPeerDetails) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
current() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
current() - Method in interface org.apache.qpid.proton.engine.Link
Returns the current delivery

D

data(long) - Static method in class org.apache.qpid.proton.codec.Codec
 
data(long) - Static method in class org.apache.qpid.proton.Proton
 
Data - Class in org.apache.qpid.proton.amqp.messaging
 
Data - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
Data - Interface in org.apache.qpid.proton.codec
 
Data(Binary) - Constructor for class org.apache.qpid.proton.amqp.messaging.Data
 
Data.DataType - Enum in org.apache.qpid.proton.codec
 
Data.Factory - Class in org.apache.qpid.proton.codec
 
DataImpl - Class in org.apache.qpid.proton.codec.impl
 
DataImpl() - Constructor for class org.apache.qpid.proton.codec.impl.DataImpl
 
DataType - Class in org.apache.qpid.proton.codec.messaging
 
deadline() - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
deadline() - Method in interface org.apache.qpid.proton.reactor.Task
 
Decimal128 - Class in org.apache.qpid.proton.amqp
 
Decimal128(byte[]) - Constructor for class org.apache.qpid.proton.amqp.Decimal128
 
Decimal128(long, long) - Constructor for class org.apache.qpid.proton.amqp.Decimal128
 
Decimal128(BigDecimal) - Constructor for class org.apache.qpid.proton.amqp.Decimal128
 
DECIMAL128 - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
DECIMAL128 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
Decimal128Type - Class in org.apache.qpid.proton.codec
 
Decimal32 - Class in org.apache.qpid.proton.amqp
 
Decimal32(int) - Constructor for class org.apache.qpid.proton.amqp.Decimal32
 
Decimal32(BigDecimal) - Constructor for class org.apache.qpid.proton.amqp.Decimal32
 
DECIMAL32 - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
DECIMAL32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
Decimal32Type - Class in org.apache.qpid.proton.codec
 
Decimal64 - Class in org.apache.qpid.proton.amqp
 
Decimal64(long) - Constructor for class org.apache.qpid.proton.amqp.Decimal64
 
Decimal64(BigDecimal) - Constructor for class org.apache.qpid.proton.amqp.Decimal64
 
DECIMAL64 - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
DECIMAL64 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
Decimal64Type - Class in org.apache.qpid.proton.codec
 
Declare - Class in org.apache.qpid.proton.amqp.transaction
 
Declare() - Constructor for class org.apache.qpid.proton.amqp.transaction.Declare
 
Declared - Class in org.apache.qpid.proton.amqp.transaction
 
Declared - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
Declared() - Constructor for class org.apache.qpid.proton.amqp.transaction.Declared
 
DeclaredType - Class in org.apache.qpid.proton.codec.transaction
 
DeclareType - Class in org.apache.qpid.proton.codec.transaction
 
decode(byte[], int, int) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
decode(byte[], int, int) - Method in interface org.apache.qpid.proton.message.Message
TODO describe what happens if the data does not represent a complete message.
decode(ByteBuffer) - Method in interface org.apache.qpid.proton.codec.Data
 
decode(ByteBuffer) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
decode(ByteBuffer) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
decode(ReadableBuffer) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
decode(ReadableBuffer) - Method in interface org.apache.qpid.proton.message.Message
Decodes the Message from the given ReadableBuffer.
DECODE_ERROR - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
DecodeException - Exception in org.apache.qpid.proton.codec
 
DecodeException() - Constructor for exception org.apache.qpid.proton.codec.DecodeException
 
DecodeException(String) - Constructor for exception org.apache.qpid.proton.codec.DecodeException
 
DecodeException(String, Throwable) - Constructor for exception org.apache.qpid.proton.codec.DecodeException
 
DecodeException(Throwable) - Constructor for exception org.apache.qpid.proton.codec.DecodeException
 
Decoder - Interface in org.apache.qpid.proton.codec
 
Decoder.ListProcessor<T> - Interface in org.apache.qpid.proton.codec
 
DecoderImpl - Class in org.apache.qpid.proton.codec
 
DecoderImpl() - Constructor for class org.apache.qpid.proton.codec.DecoderImpl
 
DEFAULT_CAPACITY - Static variable in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
DEFAULT_MAX_FRAME_SIZE - Static variable in interface org.apache.qpid.proton.engine.Transport
 
DEFAULT_MESSAGE_FORMAT - Static variable in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
DEFAULT_PRIORITY - Static variable in interface org.apache.qpid.proton.message.Message
 
delegate() - Method in interface org.apache.qpid.proton.engine.Event
dispatch the event to all children of the handler.
DeleteOnClose - Class in org.apache.qpid.proton.amqp.messaging
 
DeleteOnCloseType - Class in org.apache.qpid.proton.codec.messaging
 
DeleteOnNoLinks - Class in org.apache.qpid.proton.amqp.messaging
 
DeleteOnNoLinksOrMessages - Class in org.apache.qpid.proton.amqp.messaging
 
DeleteOnNoLinksOrMessagesType - Class in org.apache.qpid.proton.codec.messaging
 
DeleteOnNoLinksType - Class in org.apache.qpid.proton.codec.messaging
 
DeleteOnNoMessages - Class in org.apache.qpid.proton.amqp.messaging
 
DeleteOnNoMessagesType - Class in org.apache.qpid.proton.codec.messaging
 
delivery(byte[]) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
delivery(byte[]) - Method in interface org.apache.qpid.proton.engine.Link
Create a delivery object based on the specified tag and adds it to the this link's delivery list and its connection work list.
delivery(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
delivery(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Link
Create a delivery object based on the specified tag.
Delivery - Interface in org.apache.qpid.proton.engine
A delivery of a message on a particular link.
DELIVERY - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
DeliveryAnnotations - Class in org.apache.qpid.proton.amqp.messaging
 
DeliveryAnnotations - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
DeliveryAnnotations(Map<Symbol, Object>) - Constructor for class org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations
 
DeliveryAnnotationsType - Class in org.apache.qpid.proton.codec.messaging
 
DeliveryAnnotationsType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.DeliveryAnnotationsType
 
DeliveryImpl - Class in org.apache.qpid.proton.engine.impl
 
DeliveryState - Interface in org.apache.qpid.proton.amqp.transport
Describes the state of a delivery at a link end-point.
DeliveryState.DeliveryStateType - Enum in org.apache.qpid.proton.amqp.transport
 
DESCRIBED - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
DESCRIBED_TYPE_INDICATOR - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
DescribedType - Interface in org.apache.qpid.proton.amqp
 
DescribedTypeConstructor<V> - Interface in org.apache.qpid.proton.codec
 
DESCRIPTOR_SYMBOL - Static variable in class org.apache.qpid.proton.amqp.messaging.Accepted
 
DESCRIPTOR_SYMBOL - Static variable in class org.apache.qpid.proton.amqp.messaging.Modified
 
DESCRIPTOR_SYMBOL - Static variable in class org.apache.qpid.proton.amqp.messaging.Rejected
 
DESCRIPTOR_SYMBOL - Static variable in class org.apache.qpid.proton.amqp.messaging.Released
 
DESCRIPTOR_SYMBOL - Static variable in class org.apache.qpid.proton.amqp.transaction.Declared
 
detach() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
detach() - Method in interface org.apache.qpid.proton.engine.Link
 
Detach - Class in org.apache.qpid.proton.amqp.transport
 
Detach() - Constructor for class org.apache.qpid.proton.amqp.transport.Detach
 
Detach(Detach) - Constructor for class org.apache.qpid.proton.amqp.transport.Detach
 
DETACH_FORCED - Static variable in interface org.apache.qpid.proton.amqp.transport.LinkError
 
detached() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
detached() - Method in interface org.apache.qpid.proton.engine.Link
 
DetachType - Class in org.apache.qpid.proton.codec.transport
 
DetachType.DetachWrapper - Class in org.apache.qpid.proton.codec.transport
 
DetachWrapper(Detach) - Constructor for class org.apache.qpid.proton.codec.transport.DetachType.DetachWrapper
 
Discharge - Class in org.apache.qpid.proton.amqp.transaction
 
Discharge() - Constructor for class org.apache.qpid.proton.amqp.transaction.Discharge
 
DischargeType - Class in org.apache.qpid.proton.codec.transaction
 
DischargeType.DischargeWrapper - Class in org.apache.qpid.proton.codec.transaction
 
DischargeWrapper(Discharge) - Constructor for class org.apache.qpid.proton.codec.transaction.DischargeType.DischargeWrapper
 
dispatch(Handler) - Method in interface org.apache.qpid.proton.engine.Event
 
disposition(DeliveryState) - Method in interface org.apache.qpid.proton.engine.Delivery
updates the state of the delivery The new state may have no on-the-wire effect, if delivery settlement was already communicated to/from the peer.
disposition(DeliveryState) - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
Disposition - Class in org.apache.qpid.proton.amqp.transport
 
Disposition() - Constructor for class org.apache.qpid.proton.amqp.transport.Disposition
 
Disposition(Disposition) - Constructor for class org.apache.qpid.proton.amqp.transport.Disposition
 
DispositionType - Class in org.apache.qpid.proton.codec.transport
 
DISTRIBUTED_TXN - Static variable in interface org.apache.qpid.proton.amqp.transaction.TxnCapability
 
done(Sasl.SaslOutcome) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
done(Sasl.SaslOutcome) - Method in interface org.apache.qpid.proton.engine.Sasl
Set the outcome of SASL negotiation Used by the server to set the result of the negotiation process.
DOUBLE - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
DOUBLE - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
DoubleEncoding(EncoderImpl, DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
DoubleType - Class in org.apache.qpid.proton.codec
 
DoubleType.DoubleEncoding - Class in org.apache.qpid.proton.codec
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.Decimal32
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.Decimal64
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
doubleValue() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
drain(int) - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
drain(int) - Method in interface org.apache.qpid.proton.engine.Receiver
 
drained() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
drained() - Method in interface org.apache.qpid.proton.engine.Link
 
draining() - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
draining() - Method in interface org.apache.qpid.proton.engine.Receiver
 
DroppingWritableBuffer - Class in org.apache.qpid.proton.codec
 
DroppingWritableBuffer() - Constructor for class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
duplicate() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
duplicate() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
duplicate() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Creates a duplicate ReadableBuffer to this instance.
DynamicDescribedType - Class in org.apache.qpid.proton.codec
 
DynamicDescribedType(EncoderImpl, Object) - Constructor for class org.apache.qpid.proton.codec.DynamicDescribedType
 
DynamicTypeConstructor - Class in org.apache.qpid.proton.codec
 
DynamicTypeConstructor(DescribedTypeConstructor, TypeConstructor) - Constructor for class org.apache.qpid.proton.codec.DynamicTypeConstructor
 

E

EmptyFrame - Class in org.apache.qpid.proton.amqp.transport
 
EmptyFrame() - Constructor for class org.apache.qpid.proton.amqp.transport.EmptyFrame
 
encode() - Method in interface org.apache.qpid.proton.codec.Data
 
encode() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
encode(byte[], int, int) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
encode(byte[], int, int) - Method in interface org.apache.qpid.proton.message.Message
Encodes up to length bytes of the message into the provided byte array, starting at position offset.
encode(ByteBuffer) - Method in interface org.apache.qpid.proton.codec.Data
 
encode(ByteBuffer) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
encode(WritableBuffer) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
encode(WritableBuffer) - Method in interface org.apache.qpid.proton.message.Message
Encodes the current Message contents into the given WritableBuffer instance.
encode(WritableBuffer) - Method in interface org.apache.qpid.proton.message.ProtonJMessage
 
encode2(byte[], int, int) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
encode2(byte[], int, int) - Method in interface org.apache.qpid.proton.message.ProtonJMessage
 
encodedSize() - Method in interface org.apache.qpid.proton.codec.Data
 
encodedSize() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
EncodeException - Exception in org.apache.qpid.proton.codec
 
EncodeException() - Constructor for exception org.apache.qpid.proton.codec.EncodeException
 
EncodeException(String) - Constructor for exception org.apache.qpid.proton.codec.EncodeException
 
EncodeException(String, Throwable) - Constructor for exception org.apache.qpid.proton.codec.EncodeException
 
EncodeException(Throwable) - Constructor for exception org.apache.qpid.proton.codec.EncodeException
 
Encoder - Interface in org.apache.qpid.proton.codec
 
EncoderImpl - Class in org.apache.qpid.proton.codec
 
EncoderImpl(DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.EncoderImpl
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.DynamicTypeConstructor
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
encodesJavaPrimitive() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
encodesJavaPrimitive() - Method in interface org.apache.qpid.proton.codec.TypeConstructor
 
encodesJavaPrimitive() - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
encodesSuperset(TypeEncoding<Byte>) - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
encodesSuperset(TypeEncoding<Character>) - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
encodesSuperset(TypeEncoding<Double>) - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
encodesSuperset(TypeEncoding<Float>) - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
encodesSuperset(TypeEncoding<Short>) - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
encodesSuperset(TypeEncoding<UnsignedByte>) - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
encodesSuperset(TypeEncoding<V>) - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
EncodingCodes - Interface in org.apache.qpid.proton.codec
 
End - Class in org.apache.qpid.proton.amqp.transport
 
End() - Constructor for class org.apache.qpid.proton.amqp.transport.End
 
End(End) - Constructor for class org.apache.qpid.proton.amqp.transport.End
 
END_OF_STREAM - Static variable in interface org.apache.qpid.proton.engine.Transport
 
Endpoint - Interface in org.apache.qpid.proton.engine
 
EndpointImpl - Class in org.apache.qpid.proton.engine.impl
 
EndpointImpl() - Constructor for class org.apache.qpid.proton.engine.impl.EndpointImpl
 
EndpointState - Enum in org.apache.qpid.proton.engine
Represents the state of a communication endpoint.
EndType - Class in org.apache.qpid.proton.codec.transport
 
Engine - Class in org.apache.qpid.proton.engine
Engine
ensureRemaining(int) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
ensureRemaining(int) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
ensureRemaining(int) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
Ensures the the buffer has at least the requiredRemaining space specified.
enter() - Method in interface org.apache.qpid.proton.codec.Data
 
enter() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.Binary
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.Decimal128
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.Decimal32
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.Decimal64
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.UnknownDescribedType
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
equals(Object) - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
equals(Object) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
equals(Object) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
ERRANT_LINK - Static variable in interface org.apache.qpid.proton.amqp.transport.SessionError
 
error() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
error() - Method in interface org.apache.qpid.proton.reactor.Selectable
Notify the selectable that an error has occurred.
error() - Method in interface org.apache.qpid.proton.reactor.Selector
 
error(Exception) - Static method in class org.apache.qpid.proton.engine.TransportResultFactory
 
error(String) - Static method in class org.apache.qpid.proton.engine.TransportResultFactory
 
error(String, Object...) - Static method in class org.apache.qpid.proton.engine.TransportResultFactory
 
ERROR - Enum constant in enum org.apache.qpid.proton.engine.TransportResult.Status
 
ErrorCondition - Class in org.apache.qpid.proton.amqp.transport
 
ErrorCondition() - Constructor for class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
ErrorCondition(Symbol, String) - Constructor for class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
ErrorConditionType - Class in org.apache.qpid.proton.codec.transport
 
ErrorConditionType.ErrorConditionWrapper - Class in org.apache.qpid.proton.codec.transport
 
ErrorConditionWrapper(ErrorCondition) - Constructor for class org.apache.qpid.proton.codec.transport.ErrorConditionType.ErrorConditionWrapper
 
Event - Interface in org.apache.qpid.proton.engine
Event
Event.Type - Enum in org.apache.qpid.proton.engine
Event types built into the library.
EventType - Interface in org.apache.qpid.proton.engine
Entry point for external libraries to add event types.
exit() - Method in interface org.apache.qpid.proton.codec.Data
 
exit() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
expired() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
expired() - Method in interface org.apache.qpid.proton.reactor.Selectable
Notify the selectable that it has expired.
expired() - Method in interface org.apache.qpid.proton.reactor.Selector
 
Extendable - Interface in org.apache.qpid.proton.engine
Extendable
ExtendableAccessor<E extends Extendable,T> - Class in org.apache.qpid.proton.engine
A typesafe convenience class for associating additional data with Extendable classes.
ExtendableAccessor(Class<T>) - Constructor for class org.apache.qpid.proton.engine.ExtendableAccessor
 

F

Factory() - Constructor for class org.apache.qpid.proton.codec.Data.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.engine.Collector.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.engine.Connection.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.engine.SslDomain.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.engine.SslPeerDetails.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.engine.Transport.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.message.Message.Factory
 
Factory() - Constructor for class org.apache.qpid.proton.reactor.Reactor.Factory
 
FastPathAcceptedType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathAcceptedType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
FastPathAmqpSequenceType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathAmqpSequenceType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
FastPathAmqpValueType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathAmqpValueType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
FastPathApplicationPropertiesType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathApplicationPropertiesType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
FastPathDataType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathDataType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
FastPathDeliveryAnnotationsType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathDeliveryAnnotationsType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
FastPathDescribedTypeConstructor<V> - Interface in org.apache.qpid.proton.codec
Marker interface that indicates the TypeConstructor can decode known Proton-J types using a fast path read / write operation.
FastPathDispositionType - Class in org.apache.qpid.proton.codec.transport
 
FastPathDispositionType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
FastPathFlowType - Class in org.apache.qpid.proton.codec.transport
 
FastPathFlowType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
FastPathFooterType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathFooterType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
FastPathHeaderType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathHeaderType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
FastPathMessageAnnotationsType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathMessageAnnotationsType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
FastPathPropertiesType - Class in org.apache.qpid.proton.codec.messaging
 
FastPathPropertiesType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
FastPathTransferType - Class in org.apache.qpid.proton.codec.transport
Fast TrasnferType encoder
FastPathTransferType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
fastWrite(EncoderImpl, long) - Method in class org.apache.qpid.proton.codec.TimestampType
 
fastWrite(EncoderImpl, UUID) - Method in class org.apache.qpid.proton.codec.UUIDType
 
fastWrite(EncoderImpl, Binary) - Method in class org.apache.qpid.proton.codec.BinaryType
 
fastWrite(EncoderImpl, Symbol) - Method in class org.apache.qpid.proton.codec.SymbolType
 
fastWrite(EncoderImpl, UnsignedByte) - Method in class org.apache.qpid.proton.codec.UnsignedByteType
 
fastWrite(EncoderImpl, UnsignedInteger) - Method in class org.apache.qpid.proton.codec.UnsignedIntegerType
 
fastWrite(EncoderImpl, UnsignedLong) - Method in class org.apache.qpid.proton.codec.UnsignedLongType
 
fastWrite(EncoderImpl, UnsignedShort) - Method in class org.apache.qpid.proton.codec.UnsignedShortType
 
FIRST - Enum constant in enum org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
 
flip() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
flip() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
flip() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Sets the buffer limit to the current position and the position is set to zero, the mark value reset to undefined.
FLOAT - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
FLOAT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
FloatEncoding(EncoderImpl, DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
FloatType - Class in org.apache.qpid.proton.codec
 
FloatType.FloatEncoding - Class in org.apache.qpid.proton.codec
 
floatValue() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
floatValue() - Method in class org.apache.qpid.proton.amqp.Decimal32
 
floatValue() - Method in class org.apache.qpid.proton.amqp.Decimal64
 
floatValue() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
floatValue() - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
floatValue() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
floatValue() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
flow(int) - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
flow(int) - Method in interface org.apache.qpid.proton.engine.Receiver
Adds the specified number of credits.
Flow - Class in org.apache.qpid.proton.amqp.transport
 
Flow() - Constructor for class org.apache.qpid.proton.amqp.transport.Flow
 
Flow(Flow) - Constructor for class org.apache.qpid.proton.amqp.transport.Flow
 
FlowController - Class in org.apache.qpid.proton.reactor
A handler that applies flow control to a connection.
FlowController() - Constructor for class org.apache.qpid.proton.reactor.FlowController
 
FlowController(int) - Constructor for class org.apache.qpid.proton.reactor.FlowController
 
FlowType - Class in org.apache.qpid.proton.codec.transport
 
FlowType.FlowWrapper - Class in org.apache.qpid.proton.codec.transport
 
FlowWrapper(Flow) - Constructor for class org.apache.qpid.proton.codec.transport.FlowType.FlowWrapper
 
Footer - Class in org.apache.qpid.proton.amqp.messaging
 
Footer - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
Footer(Map) - Constructor for class org.apache.qpid.proton.amqp.messaging.Footer
 
FooterType - Class in org.apache.qpid.proton.codec.messaging
 
FooterType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.FooterType
 
format() - Method in interface org.apache.qpid.proton.codec.Data
 
format() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
FRAME_SIZE_TOO_SMALL - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
FrameBody - Interface in org.apache.qpid.proton.amqp.transport
 
FrameBody.FrameBodyHandler<E> - Interface in org.apache.qpid.proton.amqp.transport
 
FrameHandler - Interface in org.apache.qpid.proton.engine.impl
 
FrameWriterBuffer - Class in org.apache.qpid.proton.engine.impl
 
FrameWriterBuffer() - Constructor for class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
Creates a new WritableBuffer with default capacity.
FrameWriterBuffer(int) - Constructor for class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
Create a new WritableBuffer with the given capacity.
FRAMING_ERROR - Static variable in interface org.apache.qpid.proton.amqp.transport.ConnectionError
 
free() - Method in interface org.apache.qpid.proton.codec.Data
 
free() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
free() - Method in interface org.apache.qpid.proton.engine.Delivery
TODO When does an application call this method? Do we really need this?
free() - Method in interface org.apache.qpid.proton.engine.Endpoint
free the endpoint and any associated resources
free() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
free() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
free() - Method in class org.apache.qpid.proton.reactor.impl.AcceptorImpl
 
free() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
free() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
free() - Method in interface org.apache.qpid.proton.reactor.Reactor
Frees any resources (such as sockets and selectors) held by the reactor or its children.
free() - Method in interface org.apache.qpid.proton.reactor.ReactorChild
Frees any resources associated with this child.
free() - Method in interface org.apache.qpid.proton.reactor.Selectable
Notify the selectable that it has been free'd.
free() - Method in interface org.apache.qpid.proton.reactor.Selector
Frees the resources used by this selector.

G

get() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
get() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
get() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads the byte at the current position and advances the position by 1.
get(byte[]) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
get(byte[]) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
get(byte[]) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
A bulk read method that copies bytes from this buffer into the target byte array.
get(byte[], int, int) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
get(byte[], int, int) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
get(byte[], int, int) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
A bulk read method that copies bytes from this buffer into the target byte array.
get(int) - Method in class org.apache.qpid.proton.amqp.security.SaslChallenge
 
get(int) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
get(int) - Method in class org.apache.qpid.proton.codec.messaging.HeaderType.HeaderWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.messaging.ModifiedType.ModifiedWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
get(int) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads the byte at the given index, the buffer position is not affected.
get(int) - Method in class org.apache.qpid.proton.codec.security.SaslInitType.SaslInitWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.security.SaslOutcomeType.SaslOutcomeWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transaction.DischargeType.DischargeWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType.TransactionalStateWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transport.AttachType.AttachWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transport.DetachType.DetachWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transport.ErrorConditionType.ErrorConditionWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transport.FlowType.FlowWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transport.OpenType.OpenWrapper
 
get(int) - Method in class org.apache.qpid.proton.codec.transport.TransferType.TransferWrapper
 
get(E) - Method in class org.apache.qpid.proton.engine.ExtendableAccessor
 
get(Object, Class<T>) - Method in class org.apache.qpid.proton.engine.impl.RecordImpl
 
get(Object, Class<T>) - Method in interface org.apache.qpid.proton.engine.Record
 
get(UnsignedInteger) - Static method in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
 
get(WritableBuffer) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
get(WritableBuffer) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
get(WritableBuffer) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Copy data from this buffer to the target buffer starting from the current position and continuing until either this buffer's remaining bytes are consumed or the target is full.
get(Record) - Method in interface org.apache.qpid.proton.engine.RecordAccessor
 
getAborted() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getAbsoluteExpiryTime() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getAdditionalData() - Method in class org.apache.qpid.proton.amqp.security.SaslOutcome
 
getAddress() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getAddress() - Method in class org.apache.qpid.proton.amqp.transaction.Coordinator
 
getAddress() - Method in interface org.apache.qpid.proton.amqp.transport.Source
 
getAddress() - Method in interface org.apache.qpid.proton.amqp.transport.Target
 
getAddress() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getAddress() - Method in interface org.apache.qpid.proton.message.Message
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
getAllEncodings() - Method in interface org.apache.qpid.proton.codec.AMQPType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.ArrayType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.BigIntegerType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.BinaryType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.BooleanType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.ByteType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.CharacterType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.Decimal128Type
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.Decimal32Type
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.Decimal64Type
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.DoubleType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.DynamicDescribedType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.FloatType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.IntegerType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.ListType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.LongType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.MapType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.NullType
 
getAllEncodings() - Method in interface org.apache.qpid.proton.codec.PrimitiveType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.ShortType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.StringType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.SymbolType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.TimestampType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.UnsignedByteType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.UnsignedIntegerType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.UnsignedLongType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.UnsignedShortType
 
getAllEncodings() - Method in class org.apache.qpid.proton.codec.UUIDType
 
getApplicationProperties() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getApplicationProperties() - Method in interface org.apache.qpid.proton.message.Message
 
getArray() - Method in class org.apache.qpid.proton.amqp.Binary
 
getArray() - Method in interface org.apache.qpid.proton.codec.Data
 
getArray() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getArrayOffset() - Method in class org.apache.qpid.proton.amqp.Binary
 
getArrays() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getArrayType() - Method in interface org.apache.qpid.proton.codec.Data
 
getArrayType() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getAvailable() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getBatchable() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
getBatchable() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getBinary() - Method in interface org.apache.qpid.proton.codec.Data
 
getBinary() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getBits() - Method in class org.apache.qpid.proton.amqp.Decimal32
 
getBits() - Method in class org.apache.qpid.proton.amqp.Decimal64
 
getBody() - Method in class org.apache.qpid.proton.framing.TransportFrame
 
getBody() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getBody() - Method in interface org.apache.qpid.proton.message.Message
 
getBoolean() - Method in interface org.apache.qpid.proton.codec.Data
 
getBoolean() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getBuffer() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
getBuffer() - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
getByte() - Method in interface org.apache.qpid.proton.codec.Data
 
getByte() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getByteBuffer() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
getByteBufferRemaining() - Method in interface org.apache.qpid.proton.codec.ByteBufferDecoder
 
getByteBufferRemaining() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
getCanonicalEncoding() - Method in interface org.apache.qpid.proton.codec.AMQPType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.ArrayType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.BigIntegerType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.BinaryType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.BooleanType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.ByteType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.CharacterType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.Decimal128Type
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.Decimal32Type
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.Decimal64Type
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.DoubleType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.DynamicDescribedType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.FloatType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.IntegerType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.ListType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.LongType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.MapType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.NullType
 
getCanonicalEncoding() - Method in interface org.apache.qpid.proton.codec.PrimitiveType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.ShortType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.StringType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.SymbolType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.TimestampType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.UnsignedByteType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.UnsignedIntegerType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.UnsignedLongType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.UnsignedShortType
 
getCanonicalEncoding() - Method in class org.apache.qpid.proton.codec.UUIDType
 
getCapabilities() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getCapabilities() - Method in class org.apache.qpid.proton.amqp.transaction.Coordinator
 
getCertificateFile() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getCertificateFile() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
getChallenge() - Method in class org.apache.qpid.proton.amqp.security.SaslChallenge
 
getChannel() - Method in class org.apache.qpid.proton.framing.TransportFrame
 
getChannel() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
getChannel() - Method in interface org.apache.qpid.proton.reactor.Selectable
 
getChannelMax() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getChannelMax() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getChannelMax() - Method in interface org.apache.qpid.proton.engine.Transport
Gets the local channel-max value to be advertised to the remote peer
getChar() - Method in interface org.apache.qpid.proton.codec.Data
 
getChar() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getChosenMechanism() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
getCipherName() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
getCipherName() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslHandshakeSniffingTransportWrapper
 
getCipherName() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslImpl
 
getCipherName() - Method in interface org.apache.qpid.proton.engine.impl.ssl.SslTransportWrapper
 
getCipherName() - Method in interface org.apache.qpid.proton.engine.Ssl
Get the name of the Cipher that is currently in use.
getCipherSuite() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
getClosed() - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
getCode() - Method in class org.apache.qpid.proton.amqp.security.SaslOutcome
 
getCode() - Method in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
 
getCondition() - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
getCondition() - Method in interface org.apache.qpid.proton.engine.Endpoint
 
getCondition() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
getCondition() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getCondition() - Method in interface org.apache.qpid.proton.engine.Transport
 
getConnection() - Method in interface org.apache.qpid.proton.engine.Event
 
getConnection() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getConnection() - Method in interface org.apache.qpid.proton.engine.Session
 
getConnectionAddress(Connection) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getConnectionAddress(Connection) - Method in interface org.apache.qpid.proton.reactor.Reactor
Get the address used by the connection
getConnectionImpl() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getConnectionImpl() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
getConnectionImpl() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getConnectionImpl() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getConnectionImpl() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getConstructorSize() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getConstructorSize() - Method in interface org.apache.qpid.proton.codec.PrimitiveTypeEncoding
 
getConstructorSize() - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
getContainer() - Method in interface org.apache.qpid.proton.engine.Connection
 
getContainer() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getContainerId() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getContentEncoding() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getContentEncoding() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getContentEncoding() - Method in interface org.apache.qpid.proton.message.Message
 
getContentType() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getContentType() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getContentType() - Method in interface org.apache.qpid.proton.message.Message
 
getContext() - Method in interface org.apache.qpid.proton.engine.Connection
 
getContext() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getContext() - Method in interface org.apache.qpid.proton.engine.Endpoint
 
getContext() - Method in interface org.apache.qpid.proton.engine.Event
 
getContext() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getContext() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getContext() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
getCorrelationId() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getCorrelationId() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getCorrelationId() - Method in interface org.apache.qpid.proton.message.Message
 
getCreationTime() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getCreationTime() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getCreationTime() - Method in interface org.apache.qpid.proton.message.Message
 
getCredit() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getCredit() - Method in interface org.apache.qpid.proton.engine.Link
Gets the credit balance for a link.
getCurrentArrayPosition() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
Gets the current position index in the current backing array, which represents the current buffer position.
getCurrentIndex() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getDeadline() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
getDeadline() - Method in interface org.apache.qpid.proton.reactor.Selectable
 
getDecimal128() - Method in interface org.apache.qpid.proton.codec.Data
 
getDecimal128() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getDecimal32() - Method in interface org.apache.qpid.proton.codec.Data
 
getDecimal32() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getDecimal64() - Method in interface org.apache.qpid.proton.codec.Data
 
getDecimal64() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getDecoder() - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getDecoder() - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
getDecoder() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
getDefaultDeliveryState() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getDefaultDeliveryState() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getDefaultOutcome() - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
getDefaultPort() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getDelegatedTask() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
getDelivery() - Method in interface org.apache.qpid.proton.engine.Event
 
getDeliveryAnnotations() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getDeliveryAnnotations() - Method in interface org.apache.qpid.proton.message.Message
 
getDeliveryCount() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
getDeliveryCount() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getDeliveryCount() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getDeliveryCount() - Method in interface org.apache.qpid.proton.message.Message
 
getDeliveryFailed() - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
getDeliveryId() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getDeliveryId() - Method in class org.apache.qpid.proton.engine.impl.TransportDelivery
 
getDeliveryTag() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getDescribed() - Method in interface org.apache.qpid.proton.amqp.DescribedType
 
getDescribed() - Method in class org.apache.qpid.proton.amqp.UnknownDescribedType
 
getDescribedType() - Method in interface org.apache.qpid.proton.codec.Data
 
getDescribedType() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getDescription() - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
getDescriptor() - Method in interface org.apache.qpid.proton.amqp.DescribedType
 
getDescriptor() - Method in class org.apache.qpid.proton.amqp.UnknownDescribedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.AcceptedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.AmqpSequenceType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.AmqpValueType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.ApplicationPropertiesType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.DataType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnCloseType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksOrMessagesType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoMessagesType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.DeliveryAnnotationsType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.FooterType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.HeaderType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.ModifiedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.PropertiesType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.ReceivedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.RejectedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.ReleasedType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.SourceType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.messaging.TargetType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.security.SaslChallengeType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.security.SaslInitType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.security.SaslMechanismsType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.security.SaslOutcomeType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.security.SaslResponseType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transaction.CoordinatorType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transaction.DeclaredType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transaction.DeclareType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transaction.DischargeType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.AttachType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.BeginType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.CloseType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.DetachType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.DispositionType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.EndType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.ErrorConditionType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.FlowType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.OpenType
 
getDescriptor() - Method in class org.apache.qpid.proton.codec.transport.TransferType
 
getDesiredCapabilities() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getDesiredCapabilities() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getDesiredCapabilities() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getDesiredCapabilities() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getDesiredCapabilities() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getDesiredCapabilities() - Method in interface org.apache.qpid.proton.engine.Link
Gets the local link desired capabilities.
getDesiredCapabilities() - Method in interface org.apache.qpid.proton.engine.Session
Gets the local session desired capabilities.
getDistributionMode() - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
getDouble() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getDouble() - Method in interface org.apache.qpid.proton.codec.Data
 
getDouble() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getDouble() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
getDouble() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads eight bytes from the buffer and returns them as an double value.
getDrain() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getDrain() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getDrain() - Method in interface org.apache.qpid.proton.engine.Link
 
getDurable() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
getDurable() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getDynamic() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getDynamicNodeProperties() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getEcho() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getEffectiveApplicationBufferSize() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
Gets the application buffer size.
getEncoder() - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
getEncoder() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
getEncoding(boolean) - Method in class org.apache.qpid.proton.codec.BooleanType
 
getEncoding(int) - Method in class org.apache.qpid.proton.codec.IntegerType
 
getEncoding(long) - Method in class org.apache.qpid.proton.codec.LongType
 
getEncoding(Boolean) - Method in class org.apache.qpid.proton.codec.BooleanType
 
getEncoding(Byte) - Method in class org.apache.qpid.proton.codec.ByteType
 
getEncoding(Character) - Method in class org.apache.qpid.proton.codec.CharacterType
 
getEncoding(Double) - Method in class org.apache.qpid.proton.codec.DoubleType
 
getEncoding(Float) - Method in class org.apache.qpid.proton.codec.FloatType
 
getEncoding(Integer) - Method in class org.apache.qpid.proton.codec.IntegerType
 
getEncoding(Long) - Method in class org.apache.qpid.proton.codec.LongType
 
getEncoding(Object[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
getEncoding(Short) - Method in class org.apache.qpid.proton.codec.ShortType
 
getEncoding(String) - Method in class org.apache.qpid.proton.codec.StringType
 
getEncoding(Void) - Method in class org.apache.qpid.proton.codec.NullType
 
getEncoding(BigInteger) - Method in class org.apache.qpid.proton.codec.BigIntegerType
 
getEncoding(Date) - Method in class org.apache.qpid.proton.codec.TimestampType
 
getEncoding(List) - Method in class org.apache.qpid.proton.codec.ListType
 
getEncoding(Map) - Method in class org.apache.qpid.proton.codec.MapType
 
getEncoding(UUID) - Method in class org.apache.qpid.proton.codec.UUIDType
 
getEncoding(Binary) - Method in class org.apache.qpid.proton.codec.BinaryType
 
getEncoding(Decimal128) - Method in class org.apache.qpid.proton.codec.Decimal128Type
 
getEncoding(Decimal32) - Method in class org.apache.qpid.proton.codec.Decimal32Type
 
getEncoding(Decimal64) - Method in class org.apache.qpid.proton.codec.Decimal64Type
 
getEncoding(DescribedType) - Method in class org.apache.qpid.proton.codec.DynamicDescribedType
 
getEncoding(Accepted) - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
getEncoding(AmqpSequence) - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
getEncoding(AmqpValue) - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
getEncoding(ApplicationProperties) - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
getEncoding(Data) - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
getEncoding(DeliveryAnnotations) - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
getEncoding(Footer) - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
getEncoding(Header) - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
getEncoding(MessageAnnotations) - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
getEncoding(Properties) - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
getEncoding(Symbol) - Method in class org.apache.qpid.proton.codec.SymbolType
 
getEncoding(Disposition) - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
getEncoding(Flow) - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
getEncoding(Transfer) - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
getEncoding(UnsignedByte) - Method in class org.apache.qpid.proton.codec.UnsignedByteType
 
getEncoding(UnsignedInteger) - Method in class org.apache.qpid.proton.codec.UnsignedIntegerType
 
getEncoding(UnsignedLong) - Method in class org.apache.qpid.proton.codec.UnsignedLongType
 
getEncoding(UnsignedShort) - Method in class org.apache.qpid.proton.codec.UnsignedShortType
 
getEncoding(T) - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
getEncoding(V) - Method in interface org.apache.qpid.proton.codec.AMQPType
 
getEncoding(V) - Method in interface org.apache.qpid.proton.codec.PrimitiveType
 
getEncodingCode() - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
getEncodingCode() - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
getEncodingCode() - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
getEncodingCode() - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
getEncodingCode() - Method in interface org.apache.qpid.proton.codec.PrimitiveTypeEncoding
 
getEncodingCode() - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
getEncodingCode() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getError() - Method in class org.apache.qpid.proton.amqp.messaging.Rejected
 
getError() - Method in class org.apache.qpid.proton.amqp.transport.Close
 
getError() - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
getError() - Method in class org.apache.qpid.proton.amqp.transport.End
 
getError() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getError() - Method in interface org.apache.qpid.proton.message.Message
 
getErrorDescription() - Method in interface org.apache.qpid.proton.engine.TransportResult
 
getEventType() - Method in interface org.apache.qpid.proton.engine.Event
 
getException() - Method in interface org.apache.qpid.proton.engine.TransportResult
 
getExpiryPolicy() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getExpiryTime() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getExpiryTime() - Method in interface org.apache.qpid.proton.message.Message
 
getFail() - Method in class org.apache.qpid.proton.amqp.transaction.Discharge
 
getFilter() - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
getFirst() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
getFirstAcquirer() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
getFixedSize() - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
getFixedSize() - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
getFixedSize() - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
getFixedSize() - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
getFixedSize() - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
getFixedSize() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getFloat() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getFloat() - Method in interface org.apache.qpid.proton.codec.Data
 
getFloat() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getFloat() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
getFloat() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads four bytes from the buffer and returns them as an float value.
getFooter() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getFooter() - Method in interface org.apache.qpid.proton.message.Message
 
getFramesInput() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getFramesInput() - Method in interface org.apache.qpid.proton.engine.Transport
 
getFramesOutput() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getFramesOutput() - Method in interface org.apache.qpid.proton.engine.Transport
 
getGlobalHandler() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getGlobalHandler() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
getGlobalId() - Method in class org.apache.qpid.proton.amqp.transaction.Declare
 
getGroupId() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getGroupId() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getGroupId() - Method in interface org.apache.qpid.proton.message.Message
 
getGroupSequence() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getGroupSequence() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getGroupSequence() - Method in interface org.apache.qpid.proton.message.Message
 
getHandle() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getHandle() - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
getHandle() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getHandle() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getHandleMax() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getHandler() - Method in exception org.apache.qpid.proton.engine.HandlerException
 
getHandler() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getHandler() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
getHandler(Extendable) - Static method in class org.apache.qpid.proton.engine.BaseHandler
 
getHandler(Record) - Static method in class org.apache.qpid.proton.engine.BaseHandler
 
getHandshakeStatus() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
getHeader() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getHeader() - Method in interface org.apache.qpid.proton.message.Message
 
getHost() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getHostname() - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
getHostname() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getHostname() - Method in interface org.apache.qpid.proton.engine.Connection
 
getHostname() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getHostname() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
getHostname() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl
 
getHostname() - Method in interface org.apache.qpid.proton.engine.Sasl
Retrieve the hostname indicated by the client when sending its SaslInit.
getHostname() - Method in interface org.apache.qpid.proton.engine.SslPeerDetails
 
getIdleTimeout() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getIdleTimeout() - Method in interface org.apache.qpid.proton.engine.Transport
 
getIdleTimeOut() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getImpliedPort() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getIncomingBytes() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getIncomingBytes() - Method in interface org.apache.qpid.proton.engine.Session
 
getIncomingCapacity() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getIncomingCapacity() - Method in interface org.apache.qpid.proton.engine.Session
 
getIncomingLocales() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getIncomingWindow() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getIncomingWindow() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getIncompleteUnsettled() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getInfo() - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
getInitialDeliveryCount() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getInitialResponse() - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
getInputBuffer() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getInputBuffer() - Method in interface org.apache.qpid.proton.engine.Transport
Get a buffer that can be used to write input data into the transport.
getInstance() - Static method in class org.apache.qpid.proton.amqp.messaging.Accepted
 
getInstance() - Static method in class org.apache.qpid.proton.amqp.messaging.DeleteOnClose
 
getInstance() - Static method in class org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinks
 
getInstance() - Static method in class org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinksOrMessages
 
getInstance() - Static method in class org.apache.qpid.proton.amqp.messaging.DeleteOnNoMessages
 
getInstance() - Static method in class org.apache.qpid.proton.amqp.messaging.Released
 
getInt() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getInt() - Method in interface org.apache.qpid.proton.codec.Data
 
getInt() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getInt() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
getInt() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads four bytes from the buffer and returns them as an integer value.
getIO() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getJavaArray() - Method in interface org.apache.qpid.proton.codec.Data
 
getJavaArray() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getJavaList() - Method in interface org.apache.qpid.proton.codec.Data
 
getJavaList() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getJavaMap() - Method in interface org.apache.qpid.proton.codec.Data
 
getJavaMap() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getLast() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
getLeastSignificantBits() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
getLength() - Method in class org.apache.qpid.proton.amqp.Binary
 
getLink() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getLink() - Method in interface org.apache.qpid.proton.engine.Event
 
getLink() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getLinkCredit() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getList() - Method in interface org.apache.qpid.proton.codec.Data
 
getList() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getLocalContainerId() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getLocalState() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getLocalState() - Method in interface org.apache.qpid.proton.engine.Endpoint
 
getLocalState() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getLocalState() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
getLogger(Class<?>) - Static method in class org.apache.qpid.proton.logging.ProtonLoggerFactory
Returns a logger named using the fully qualified name of the supplied class.
getLong() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getLong() - Method in interface org.apache.qpid.proton.codec.Data
 
getLong() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getLong() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
getLong() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads eight bytes from the buffer and returns them as an long value.
getMap() - Method in interface org.apache.qpid.proton.codec.Data
 
getMap() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getMaxChannels() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getMaxChannels() - Method in interface org.apache.qpid.proton.engine.ProtonJConnection
 
getMaxFrameSize() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getMaxFrameSize() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getMaxFrameSize() - Method in interface org.apache.qpid.proton.engine.Transport
Get the maximum frame size for the transport
getMaxFrameSize() - Method in class org.apache.qpid.proton.reactor.ReactorOptions
Gets the maximum frame size to be announced in the Open frame.
getMaxMessageSize() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getMaxMessageSize() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getMaxMessageSize() - Method in interface org.apache.qpid.proton.engine.Link
Gets the local link max message size.
getMechanism() - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
getMessageAnnotations() - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
getMessageAnnotations() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getMessageAnnotations() - Method in interface org.apache.qpid.proton.message.Message
 
getMessageFormat() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getMessageFormat() - Method in interface org.apache.qpid.proton.engine.Delivery
Gets the message-format for this Delivery, representing the 32bit value using an int.
getMessageFormat() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getMessageId() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getMessageId() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getMessageId() - Method in interface org.apache.qpid.proton.message.Message
 
getMode() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getMode() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
getMore() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getMostSignificantBits() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
getName() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getName() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getName() - Method in interface org.apache.qpid.proton.engine.Link
Returns the name of the link
getName() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getNextIncomingId() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getNextOutgoingId() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getNextOutgoingId() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getObject() - Method in interface org.apache.qpid.proton.codec.Data
 
getObject() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getOfferedCapabilities() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getOfferedCapabilities() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getOfferedCapabilities() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getOfferedCapabilities() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getOfferedCapabilities() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getOfferedCapabilities() - Method in interface org.apache.qpid.proton.engine.Link
Gets the local link offered capabilities.
getOfferedCapabilities() - Method in interface org.apache.qpid.proton.engine.Session
Gets the local session offered capabilities.
getOptions() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getOptions() - Method in interface org.apache.qpid.proton.reactor.Reactor
Gets the reactor options.
getOutboundFrameSizeLimit() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getOutboundFrameSizeLimit() - Method in interface org.apache.qpid.proton.engine.Transport
 
getOutcome() - Method in class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
getOutcome() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
getOutcome() - Method in interface org.apache.qpid.proton.engine.Sasl
Retrieve the outcome of SASL negotiation.
getOutcomes() - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
getOutgoingBytes() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getOutgoingBytes() - Method in interface org.apache.qpid.proton.engine.Session
 
getOutgoingLocales() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getOutgoingWindow() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getOutgoingWindow() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getOutgoingWindow() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getOutgoingWindow() - Method in interface org.apache.qpid.proton.engine.Session
 
getOutputBuffer() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getOutputBuffer() - Method in interface org.apache.qpid.proton.engine.Transport
Get a read-only byte buffer containing the transport's pending output.
getPacketBufferSize() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
getPass() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getPayload() - Method in class org.apache.qpid.proton.framing.TransportFrame
 
getPeerAuthentication() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getPeerAuthentication() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
getPeerHostname() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslImpl
getPeerHostname() - Method in interface org.apache.qpid.proton.engine.Ssl
 
getPolicy() - Method in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
 
getPort() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl
 
getPort() - Method in interface org.apache.qpid.proton.engine.SslPeerDetails
 
getPort() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getPortNumber() - Method in class org.apache.qpid.proton.reactor.impl.AcceptorImpl
 
getPriority() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
getPriority() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getPriority() - Method in interface org.apache.qpid.proton.message.Message
 
getPrivateKeyFile() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getPrivateKeyFile() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
getPrivateKeyPassword() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getPrivateKeyPassword() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
getProperties() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getProperties() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getProperties() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
getProperties() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
getProperties() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getProperties() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getProperties() - Method in interface org.apache.qpid.proton.engine.Link
Gets the local link properties.
getProperties() - Method in interface org.apache.qpid.proton.engine.Session
Gets the local session properties.
getProperties() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getProperties() - Method in interface org.apache.qpid.proton.message.Message
 
getProtocol() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
getProtocolName() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
getProtocolName() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslHandshakeSniffingTransportWrapper
 
getProtocolName() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslImpl
 
getProtocolName() - Method in interface org.apache.qpid.proton.engine.impl.ssl.SslTransportWrapper
 
getProtocolName() - Method in interface org.apache.qpid.proton.engine.Ssl
Get the name of the SSL protocol that is currently in use.
getProtocolTracer() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getProtocolTracer() - Method in interface org.apache.qpid.proton.engine.ProtonJTransport
 
getQueued() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getQueued() - Method in interface org.apache.qpid.proton.engine.Link
Gets the number of queued messages for a link.
getRcvSettleMode() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getRcvSettleMode() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getReactor() - Method in interface org.apache.qpid.proton.engine.Connection
 
getReactor() - Method in interface org.apache.qpid.proton.engine.Event
 
getReactor() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getReactor() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getReactor() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
getReactor() - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
getReactor() - Method in interface org.apache.qpid.proton.reactor.Selectable
 
getReactor() - Method in interface org.apache.qpid.proton.reactor.Task
 
getReceiver() - Method in interface org.apache.qpid.proton.engine.Event
 
getReceiverSettleMode() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getReceiverSettleMode() - Method in interface org.apache.qpid.proton.engine.Link
 
getRemoteChannel() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
getRemoteChannelMax() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getRemoteChannelMax() - Method in interface org.apache.qpid.proton.engine.Transport
Gets the remote value of channel-max, as advertised by the peer on its Open frame.
getRemoteCondition() - Method in interface org.apache.qpid.proton.engine.Endpoint
 
getRemoteCondition() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
getRemoteContainer() - Method in interface org.apache.qpid.proton.engine.Connection
 
getRemoteContainer() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getRemoteCredit() - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
getRemoteCredit() - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
getRemoteCredit() - Method in interface org.apache.qpid.proton.engine.Link
Returns a [locally generated] view of credit at the remote peer by considering the current link credit count as well as the effect of any locally queued messages.
getRemoteDesiredCapabilities() - Method in interface org.apache.qpid.proton.engine.Connection
 
getRemoteDesiredCapabilities() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getRemoteDesiredCapabilities() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteDesiredCapabilities() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getRemoteDesiredCapabilities() - Method in interface org.apache.qpid.proton.engine.Link
Gets the remote link desired capabilities, as conveyed from the peer via the Attach frame when attaching the link to the session.
getRemoteDesiredCapabilities() - Method in interface org.apache.qpid.proton.engine.Session
Gets the remote session desired capabilities, as conveyed from the peer via the Begin frame when opening the session.
getRemoteHostname() - Method in interface org.apache.qpid.proton.engine.Connection
 
getRemoteHostname() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getRemoteIdleTimeout() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getRemoteIdleTimeout() - Method in interface org.apache.qpid.proton.engine.Transport
 
getRemoteMaxFrameSize() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getRemoteMaxFrameSize() - Method in interface org.apache.qpid.proton.engine.Transport
 
getRemoteMaxMessageSize() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteMaxMessageSize() - Method in interface org.apache.qpid.proton.engine.Link
Gets the remote link max message size, as conveyed from the peer via the Attach frame when attaching the link to the session.
getRemoteMechanisms() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
getRemoteMechanisms() - Method in interface org.apache.qpid.proton.engine.Sasl
Retrieve the list of SASL mechanisms provided by the remote.
getRemoteOfferedCapabilities() - Method in interface org.apache.qpid.proton.engine.Connection
 
getRemoteOfferedCapabilities() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getRemoteOfferedCapabilities() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteOfferedCapabilities() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getRemoteOfferedCapabilities() - Method in interface org.apache.qpid.proton.engine.Link
Gets the remote link offered capabilities, as conveyed from the peer via the Attach frame when attaching the link to the session.
getRemoteOfferedCapabilities() - Method in interface org.apache.qpid.proton.engine.Session
Gets the remote session offered capabilities, as conveyed from the peer via the Begin frame when opening the session.
getRemoteProperties() - Method in interface org.apache.qpid.proton.engine.Connection
 
getRemoteProperties() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getRemoteProperties() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteProperties() - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
getRemoteProperties() - Method in interface org.apache.qpid.proton.engine.Link
Gets the remote link properties, as conveyed from the peer via the Attach frame when attaching the link to the session.
getRemoteProperties() - Method in interface org.apache.qpid.proton.engine.Session
Gets the remote session properties, as conveyed from the peer via the Begin frame when opening the session.
getRemoteReceiverSettleMode() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteReceiverSettleMode() - Method in interface org.apache.qpid.proton.engine.Link
 
getRemoteSenderSettleMode() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteSenderSettleMode() - Method in interface org.apache.qpid.proton.engine.Link
 
getRemoteSource() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteSource() - Method in interface org.apache.qpid.proton.engine.Link
 
getRemoteState() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getRemoteState() - Method in interface org.apache.qpid.proton.engine.Endpoint
 
getRemoteState() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getRemoteState() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
getRemoteTarget() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getRemoteTarget() - Method in interface org.apache.qpid.proton.engine.Link
 
getReplyTo() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getReplyTo() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getReplyTo() - Method in interface org.apache.qpid.proton.message.Message
 
getReplyToGroupId() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getReplyToGroupId() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getReplyToGroupId() - Method in interface org.apache.qpid.proton.message.Message
 
getResponse() - Method in class org.apache.qpid.proton.amqp.security.SaslResponse
 
getResume() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getRole() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getRole() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
getRootHandler() - Method in interface org.apache.qpid.proton.engine.Event
The Handler at the root of the handler tree.
getSaslServerMechanisms() - Method in class org.apache.qpid.proton.amqp.security.SaslMechanisms
 
getScheme() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getSectionNumber() - Method in class org.apache.qpid.proton.amqp.messaging.Received
 
getSectionOffset() - Method in class org.apache.qpid.proton.amqp.messaging.Received
 
getSelectable() - Method in interface org.apache.qpid.proton.engine.Event
 
getSelectable() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
getSelector() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getSender() - Method in interface org.apache.qpid.proton.engine.Event
 
getSenderSettleMode() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getSenderSettleMode() - Method in interface org.apache.qpid.proton.engine.Link
 
getSession() - Method in interface org.apache.qpid.proton.engine.Event
 
getSession() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getSession() - Method in interface org.apache.qpid.proton.engine.Link
 
getSettled() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
getSettled() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getShort() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
getShort() - Method in interface org.apache.qpid.proton.codec.Data
 
getShort() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getShort() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
getShort() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads two bytes from the buffer and returns them as an short value.
getSizeBytes() - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
getSndSettleMode() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getSource() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getSource() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getSource() - Method in interface org.apache.qpid.proton.engine.Link
 
getSslContext() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getSslContext() - Method in interface org.apache.qpid.proton.engine.SslDomain
Returns the SSLContext set by SslDomain.setSslContext(SSLContext).
getState() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
getState() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
getState() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
getState() - Method in interface org.apache.qpid.proton.engine.Sasl
Access the current state of the layer.
getStatus() - Method in interface org.apache.qpid.proton.engine.TransportResult
 
getString() - Method in interface org.apache.qpid.proton.codec.Data
 
getString() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getSubject() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getSubject() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getSubject() - Method in interface org.apache.qpid.proton.message.Message
 
getSymbol() - Method in interface org.apache.qpid.proton.codec.Data
 
getSymbol() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getSymbol(String) - Static method in class org.apache.qpid.proton.amqp.Symbol
 
getTag() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getTag() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getTarget() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getTarget() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getTarget() - Method in interface org.apache.qpid.proton.engine.Link
 
getTask() - Method in interface org.apache.qpid.proton.engine.Event
 
getTimeout() - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
getTimeout() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
getTimeout() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
getTimestamp() - Method in interface org.apache.qpid.proton.codec.Data
 
getTimestamp() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getTo() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getTransport() - Method in interface org.apache.qpid.proton.engine.Connection
 
getTransport() - Method in interface org.apache.qpid.proton.engine.Event
 
getTransport() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getTransport() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
getTransportLink() - Method in class org.apache.qpid.proton.engine.impl.TransportDelivery
 
getTrustedCaDb() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
getTrustedCaDb() - Method in interface org.apache.qpid.proton.engine.SslDomain
 
getTtl() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
getTtl() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getTtl() - Method in interface org.apache.qpid.proton.message.Message
 
getTxnId() - Method in class org.apache.qpid.proton.amqp.transaction.Declared
 
getTxnId() - Method in class org.apache.qpid.proton.amqp.transaction.Discharge
 
getTxnId() - Method in class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Accepted
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.AmqpSequence
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.AmqpValue
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.ApplicationProperties
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Data
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Footer
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.MessageAnnotations
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Received
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Rejected
 
getType() - Method in class org.apache.qpid.proton.amqp.messaging.Released
 
getType() - Method in interface org.apache.qpid.proton.amqp.messaging.Section
 
getType() - Method in class org.apache.qpid.proton.amqp.transaction.Declared
 
getType() - Method in class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
getType() - Method in interface org.apache.qpid.proton.amqp.transport.DeliveryState
 
getType() - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
getType() - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
getType() - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
getType() - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
getType() - Method in interface org.apache.qpid.proton.codec.PrimitiveTypeEncoding
 
getType() - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
getType() - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
getType() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getType() - Method in interface org.apache.qpid.proton.engine.Event
A concrete event type of core events.
getType(Object) - Method in interface org.apache.qpid.proton.codec.Encoder
 
getType(Object) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getTypeClass() - Method in interface org.apache.qpid.proton.codec.AMQPType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.ArrayType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.BigIntegerType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.BinaryType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.BooleanType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.ByteType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.CharacterType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.Decimal128Type
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.Decimal32Type
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.Decimal64Type
 
getTypeClass() - Method in interface org.apache.qpid.proton.codec.DescribedTypeConstructor
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.DoubleType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.DynamicDescribedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.DynamicTypeConstructor
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.FloatType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.IntegerType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.ListType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.LongType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.MapType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.AcceptedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.AmqpSequenceType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.AmqpValueType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.ApplicationPropertiesType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.DataType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnCloseType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksOrMessagesType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoMessagesType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.DeliveryAnnotationsType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.FooterType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.HeaderType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.ModifiedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.PropertiesType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.ReceivedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.RejectedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.ReleasedType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.SourceType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.messaging.TargetType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.NullType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.security.SaslChallengeType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.security.SaslInitType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.security.SaslMechanismsType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.security.SaslOutcomeType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.security.SaslResponseType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.ShortType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.StringType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.SymbolType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.TimestampType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transaction.CoordinatorType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transaction.DeclaredType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transaction.DeclareType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transaction.DischargeType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.AttachType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.BeginType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.CloseType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.DetachType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.DispositionType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.EndType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.ErrorConditionType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.FlowType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.OpenType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.transport.TransferType
 
getTypeClass() - Method in interface org.apache.qpid.proton.codec.TypeConstructor
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.UnsignedByteType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.UnsignedIntegerType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.UnsignedLongType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.UnsignedShortType
 
getTypeClass() - Method in class org.apache.qpid.proton.codec.UUIDType
 
getTypeFromClass(Class) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
getUndeliverableHere() - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
getUnsettled() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
getUnsettled() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
getUnsettled() - Method in interface org.apache.qpid.proton.engine.Link
 
getUnsignedByte() - Method in interface org.apache.qpid.proton.codec.Data
 
getUnsignedByte() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getUnsignedInteger() - Method in interface org.apache.qpid.proton.codec.Data
 
getUnsignedInteger() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getUnsignedLong() - Method in interface org.apache.qpid.proton.codec.Data
 
getUnsignedLong() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getUnsignedShort() - Method in interface org.apache.qpid.proton.codec.Data
 
getUnsignedShort() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getUseClientMode() - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
getUser() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
getUserId() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
getUserId() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
getUserId() - Method in interface org.apache.qpid.proton.message.Message
 
getUUID() - Method in interface org.apache.qpid.proton.codec.Data
 
getUUID() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.AmqpSequence
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.AmqpValue
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.ApplicationProperties
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.Data
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.Footer
 
getValue() - Method in class org.apache.qpid.proton.amqp.messaging.MessageAnnotations
 
getValue() - Method in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
 
getValue() - Method in enum org.apache.qpid.proton.amqp.security.SaslCode
 
getValue() - Method in enum org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
 
getValue() - Method in enum org.apache.qpid.proton.amqp.transport.Role
 
getValue() - Method in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
 
getValueSize(UnsignedByte) - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
getValueSize(V) - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
getWorkHead() - Method in interface org.apache.qpid.proton.engine.Connection
Returns the head of the delivery work list.
getWorkHead() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
getWorkNext() - Method in interface org.apache.qpid.proton.engine.Delivery
 
getWorkNext() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
getWorkSequence() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
GlobalTxId - Interface in org.apache.qpid.proton.amqp.transaction
 

H

handle(SaslFrameBody, Binary) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
handle(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
handle(Event) - Method in interface org.apache.qpid.proton.engine.Handler
Handle the event in this instance.
HANDLE_IN_USE - Static variable in interface org.apache.qpid.proton.amqp.transport.SessionError
 
handleAttach(Attach, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleAttach(Attach, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleBegin(Begin, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleBegin(Begin, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleChallenge(SaslChallenge, Binary, E) - Method in interface org.apache.qpid.proton.amqp.security.SaslFrameBody.SaslFrameBodyHandler
 
handleChallenge(SaslChallenge, Binary, Void) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
handleClose(Close, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleClose(Close, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleDetach(Detach, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleDetach(Detach, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleDisposition(Disposition, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleDisposition(Disposition, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleEnd(End, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleEnd(End, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleFlow(Flow, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleFlow(Flow, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleFrame(TransportFrame) - Method in interface org.apache.qpid.proton.engine.impl.FrameHandler
 
handleFrame(TransportFrame) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleInit(SaslInit, Binary, E) - Method in interface org.apache.qpid.proton.amqp.security.SaslFrameBody.SaslFrameBodyHandler
 
handleInit(SaslInit, Binary, Void) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
handleMechanisms(SaslMechanisms, Binary, E) - Method in interface org.apache.qpid.proton.amqp.security.SaslFrameBody.SaslFrameBodyHandler
 
handleMechanisms(SaslMechanisms, Binary, Void) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
handleOpen(Open, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleOpen(Open, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
handleOutcome(SaslOutcome, Binary, E) - Method in interface org.apache.qpid.proton.amqp.security.SaslFrameBody.SaslFrameBodyHandler
 
handleOutcome(SaslOutcome, Binary, Void) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
Handler - Interface in org.apache.qpid.proton.engine
Handler
handleResponse(SaslResponse, Binary, E) - Method in interface org.apache.qpid.proton.amqp.security.SaslFrameBody.SaslFrameBodyHandler
 
handleResponse(SaslResponse, Binary, Void) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
HandlerException - Exception in org.apache.qpid.proton.engine
 
HandlerException(Handler, Throwable) - Constructor for exception org.apache.qpid.proton.engine.HandlerException
 
handleTransfer(Transfer, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody.FrameBodyHandler
 
handleTransfer(Transfer, Binary, Integer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
Handshaker - Class in org.apache.qpid.proton.reactor
A handler that mirrors the actions of the remote end of a connection.
Handshaker() - Constructor for class org.apache.qpid.proton.reactor.Handshaker
 
HandshakeSniffingTransportWrapper<T1 extends TransportWrapper,T2 extends TransportWrapper> - Class in org.apache.qpid.proton.engine.impl
 
HandshakeSniffingTransportWrapper(T1, T2) - Constructor for class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
hasArray() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
hasArray() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
hasArray() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Returns true if this ReadableBuffer is backed by an array which can be accessed by the ReadableBuffer.array() and ReadableBuffer.arrayOffset() methods.
hashCode() - Method in class org.apache.qpid.proton.amqp.Binary
 
hashCode() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
hashCode() - Method in class org.apache.qpid.proton.amqp.Decimal32
 
hashCode() - Method in class org.apache.qpid.proton.amqp.Decimal64
 
hashCode() - Method in class org.apache.qpid.proton.amqp.Symbol
 
hashCode() - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
hashCode() - Method in class org.apache.qpid.proton.amqp.UnknownDescribedType
 
hashCode() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
hashCode() - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
hashCode() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
hashCode() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
hashCode() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
hashCode() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
hasRemaining() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
hasRemaining() - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
hasRemaining() - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
hasRemaining() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
hasRemaining() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
 
hasRemaining() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
hasRemaining() - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
hasRemaining() - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
head() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
head() - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
head() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
head() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
head() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
head() - Method in interface org.apache.qpid.proton.engine.impl.TransportOutput
 
head() - Method in interface org.apache.qpid.proton.engine.Link
Returns the head delivery on the link.
head() - Method in interface org.apache.qpid.proton.engine.Transport
 
Header - Class in org.apache.qpid.proton.amqp.messaging
 
Header - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
Header() - Constructor for class org.apache.qpid.proton.amqp.messaging.Header
 
Header(Header) - Constructor for class org.apache.qpid.proton.amqp.messaging.Header
 
HEADER - Static variable in interface org.apache.qpid.proton.engine.impl.AmqpHeader
 
HeaderType - Class in org.apache.qpid.proton.codec.messaging
 
HeaderType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.HeaderType
 
HeaderType.HeaderWrapper - Class in org.apache.qpid.proton.codec.messaging
 
HeaderWrapper(Header) - Constructor for class org.apache.qpid.proton.codec.messaging.HeaderType.HeaderWrapper
 

I

ILLEGAL_STATE - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
init(SslDomain.Mode) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
init(SslDomain.Mode) - Method in interface org.apache.qpid.proton.engine.SslDomain
Initialize the ssl domain object.
input(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
input(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Transport
INSTANCE - Static variable in class org.apache.qpid.proton.amqp.transport.EmptyFrame
 
INT - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
INT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
IntegerType - Class in org.apache.qpid.proton.codec
 
IntegerType.IntegerEncoding - Interface in org.apache.qpid.proton.codec
 
INTERNAL_ERROR - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
InterruptException - Exception in org.apache.qpid.proton
 
InterruptException() - Constructor for exception org.apache.qpid.proton.InterruptException
 
InterruptException(String) - Constructor for exception org.apache.qpid.proton.InterruptException
 
InterruptException(String, Throwable) - Constructor for exception org.apache.qpid.proton.InterruptException
 
InterruptException(Throwable) - Constructor for exception org.apache.qpid.proton.InterruptException
 
intValue() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
intValue() - Method in class org.apache.qpid.proton.amqp.Decimal32
 
intValue() - Method in class org.apache.qpid.proton.amqp.Decimal64
 
intValue() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
intValue() - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
intValue() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
intValue() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
INVALID_FIELD - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
invoke(SaslFrameBody.SaslFrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.security.SaslChallenge
 
invoke(SaslFrameBody.SaslFrameBodyHandler<E>, Binary, E) - Method in interface org.apache.qpid.proton.amqp.security.SaslFrameBody
 
invoke(SaslFrameBody.SaslFrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
invoke(SaslFrameBody.SaslFrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.security.SaslMechanisms
 
invoke(SaslFrameBody.SaslFrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.security.SaslOutcome
 
invoke(SaslFrameBody.SaslFrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.security.SaslResponse
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Close
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.EmptyFrame
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.End
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in interface org.apache.qpid.proton.amqp.transport.FrameBody
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
invoke(FrameBody.FrameBodyHandler<E>, Binary, E) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
IO - Interface in org.apache.qpid.proton.reactor.impl
 
IOHandler - Class in org.apache.qpid.proton.reactor.impl
 
IOHandler() - Constructor for class org.apache.qpid.proton.reactor.impl.IOHandler
 
IOImpl - Class in org.apache.qpid.proton.reactor.impl
 
IOImpl() - Constructor for class org.apache.qpid.proton.reactor.impl.IOImpl
 
isAborted() - Method in interface org.apache.qpid.proton.engine.Delivery
Check for whether the delivery was aborted.
isAborted() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isArrayDescribed() - Method in interface org.apache.qpid.proton.codec.Data
 
isArrayDescribed() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
isBuffered() - Method in interface org.apache.qpid.proton.engine.Delivery
 
isBuffered() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isCancelled() - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
isClosed() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
isClosed() - Method in interface org.apache.qpid.proton.engine.Transport
 
isDescribed() - Method in interface org.apache.qpid.proton.codec.Data
 
isDescribed() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
isDeterminationMade() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
isDone() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
isDurable() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
isDurable() - Method in interface org.apache.qpid.proton.message.Message
 
isEmitFlowEventOnSend() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
isEmitFlowEventOnSend() - Method in interface org.apache.qpid.proton.engine.Transport
 
isEnableSaslByDefault() - Method in class org.apache.qpid.proton.reactor.ReactorOptions
Returns whether SASL should be enabled by default.
isFirstAcquirer() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
isFirstAcquirer() - Method in interface org.apache.qpid.proton.message.Message
 
isFixedSizeVal() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
isFixedSizeVal() - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
isHandlingFrames() - Method in interface org.apache.qpid.proton.engine.impl.FrameHandler
Returns whether I am currently able to handle frames.
isHandlingFrames() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
isNull() - Method in interface org.apache.qpid.proton.codec.Data
 
isNull() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
isOk() - Method in interface org.apache.qpid.proton.engine.TransportResult
 
isPartial() - Method in interface org.apache.qpid.proton.engine.Delivery
Check for whether the delivery is still partial.
isPartial() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isPassive() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
isReadable() - Method in interface org.apache.qpid.proton.engine.Delivery
Returns whether this delivery has data ready to be received.
isReadable() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isReading() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
isReading() - Method in interface org.apache.qpid.proton.reactor.Selectable
 
isRegistered() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
isRegistered() - Method in interface org.apache.qpid.proton.reactor.Selectable
Check if a selectable is registered.
isSettled() - Method in interface org.apache.qpid.proton.engine.Delivery
Returns whether this delivery has been settled.
isSettled() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isTerminal() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
isTerminal() - Method in interface org.apache.qpid.proton.reactor.Selectable
 
isTerminated() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
isUpdated() - Method in interface org.apache.qpid.proton.engine.Delivery
Returns whether this delivery's state or settled flag has ever remotely changed.
isUpdated() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isUseReadOnlyOutputBuffer() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
isUseReadOnlyOutputBuffer() - Method in interface org.apache.qpid.proton.engine.impl.TransportInternal
 
isValid() - Method in enum org.apache.qpid.proton.engine.Event.Type
 
isValid() - Method in interface org.apache.qpid.proton.engine.EventType
 
isWritable() - Method in interface org.apache.qpid.proton.engine.Delivery
 
isWritable() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
isWriting() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
isWriting() - Method in interface org.apache.qpid.proton.reactor.Selectable
 

L

length() - Method in class org.apache.qpid.proton.amqp.Symbol
 
LifetimePolicy - Interface in org.apache.qpid.proton.amqp.messaging
 
limit() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
limit() - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
limit() - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
limit() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
limit() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
 
limit() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
limit() - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
limit() - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
limit(int) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
limit(int) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
limit(int) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Sets the current read limit of this buffer to the given value.
Link - Interface in org.apache.qpid.proton.engine
Link The settlement mode defaults are: Sender settle mode - SenderSettleMode.MIXED.
LINK_DETACH - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
 
LINK_FINAL - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_FLOW - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_INIT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_LOCAL_CLOSE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_LOCAL_DETACH - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_LOCAL_OPEN - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_REMOTE_CLOSE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_REMOTE_DETACH - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LINK_REMOTE_OPEN - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
LinkError - Interface in org.apache.qpid.proton.amqp.transport
 
linkHead(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in interface org.apache.qpid.proton.engine.Connection
Returns the head of the list of links in the specified states.
linkHead(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
LinkImpl - Class in org.apache.qpid.proton.engine.impl
 
LIST - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
LIST0 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
LIST32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
LIST8 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
ListType - Class in org.apache.qpid.proton.codec
 
LOCAL_TXN - Static variable in interface org.apache.qpid.proton.amqp.transaction.TxnCapability
 
LoggingProtocolTracer - Class in org.apache.qpid.proton.logging
 
LoggingProtocolTracer() - Constructor for class org.apache.qpid.proton.logging.LoggingProtocolTracer
 
LoggingProtocolTracer(String) - Constructor for class org.apache.qpid.proton.logging.LoggingProtocolTracer
 
LONG - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
LONG - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
LongType - Class in org.apache.qpid.proton.codec
 
LongType.LongEncoding - Interface in org.apache.qpid.proton.codec
 
longValue() - Method in class org.apache.qpid.proton.amqp.Decimal128
 
longValue() - Method in class org.apache.qpid.proton.amqp.Decimal32
 
longValue() - Method in class org.apache.qpid.proton.amqp.Decimal64
 
longValue() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
longValue() - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
longValue() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
longValue() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 

M

makeDetermination(byte[]) - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
makeDetermination(byte[]) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslHandshakeSniffingTransportWrapper
 
MAP - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
MAP32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
MAP8 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
MapType - Class in org.apache.qpid.proton.codec
 
mark() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
mark() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
mark() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Mark the current position of this buffer which can be returned to after a read operation by calling ReadableBuffer.reset().
mark() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
mark() - Method in interface org.apache.qpid.proton.reactor.Reactor
Updates the last time that the reactor's state has changed, potentially resulting in events being generated.
MAX_CHANNELS - Static variable in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
MAX_VALUE - Static variable in class org.apache.qpid.proton.amqp.UnsignedInteger
 
MAX_VALUE - Static variable in class org.apache.qpid.proton.amqp.UnsignedShort
 
message() - Static method in class org.apache.qpid.proton.Proton
 
message(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) - Static method in class org.apache.qpid.proton.Proton
 
Message - Interface in org.apache.qpid.proton.message
Represents a Message within Proton.
MESSAGE_SIZE_EXCEEDED - Static variable in interface org.apache.qpid.proton.amqp.transport.LinkError
 
Message.Factory - Class in org.apache.qpid.proton.message
 
MessageAnnotations - Class in org.apache.qpid.proton.amqp.messaging
 
MessageAnnotations - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
MessageAnnotations(Map<Symbol, Object>) - Constructor for class org.apache.qpid.proton.amqp.messaging.MessageAnnotations
 
MessageAnnotationsType - Class in org.apache.qpid.proton.codec.messaging
 
MessageAnnotationsType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
 
MessageError - Enum in org.apache.qpid.proton.message
 
MessageImpl - Class in org.apache.qpid.proton.message.impl
 
MessageImpl() - Constructor for class org.apache.qpid.proton.message.impl.MessageImpl
Application code should use create() instead.
MessageImpl(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer) - Constructor for class org.apache.qpid.proton.message.impl.MessageImpl
MIN_MAX_FRAME_SIZE - Static variable in interface org.apache.qpid.proton.engine.Transport
the lower bound for the agreed maximum frame size (in bytes).
MIXED - Enum constant in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
 
Modified - Class in org.apache.qpid.proton.amqp.messaging
 
Modified - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
Modified() - Constructor for class org.apache.qpid.proton.amqp.messaging.Modified
 
ModifiedType - Class in org.apache.qpid.proton.codec.messaging
 
ModifiedType.ModifiedWrapper - Class in org.apache.qpid.proton.codec.messaging
 
ModifiedWrapper(Modified) - Constructor for class org.apache.qpid.proton.codec.messaging.ModifiedType.ModifiedWrapper
 
more() - Method in interface org.apache.qpid.proton.engine.Collector
 
more() - Method in class org.apache.qpid.proton.engine.impl.CollectorImpl
 
MULTI_SSNS_PER_TXN - Static variable in interface org.apache.qpid.proton.amqp.transaction.TxnCapability
 
MULTI_TXNS_PER_SSN - Static variable in interface org.apache.qpid.proton.amqp.transaction.TxnCapability
 

N

NEVER - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
 
newInstance(Object) - Method in interface org.apache.qpid.proton.codec.DescribedTypeConstructor
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.AcceptedType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.AmqpSequenceType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.AmqpValueType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.ApplicationPropertiesType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.DataType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnCloseType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksOrMessagesType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoMessagesType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.DeliveryAnnotationsType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.FooterType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.HeaderType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.ModifiedType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.PropertiesType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.ReceivedType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.RejectedType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.ReleasedType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.SourceType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.messaging.TargetType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.security.SaslChallengeType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.security.SaslInitType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.security.SaslMechanismsType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.security.SaslOutcomeType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.security.SaslResponseType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transaction.CoordinatorType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transaction.DeclaredType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transaction.DeclareType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transaction.DischargeType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.AttachType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.BeginType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.CloseType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.DetachType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.DispositionType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.EndType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.ErrorConditionType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.FlowType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.OpenType
 
newInstance(Object) - Method in class org.apache.qpid.proton.codec.transport.TransferType
 
newReadableBuffer(int) - Static method in class org.apache.qpid.proton.engine.impl.ByteBufferUtils
 
newWriteableBuffer(int) - Static method in class org.apache.qpid.proton.engine.impl.ByteBufferUtils
 
next() - Method in interface org.apache.qpid.proton.codec.Data
 
next() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
next() - Method in interface org.apache.qpid.proton.engine.Delivery
 
next() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
next(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
next(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
next(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in interface org.apache.qpid.proton.engine.Link
 
next(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in interface org.apache.qpid.proton.engine.Session
 
NON_CORE_EVENT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
This value must never be used to generate an event, it's only used as a guard when casting custom EventTypes to core Event.Type via Event.getType().
NONE - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
 
NOT_ALLOWED - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
NOT_FOUND - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
NOT_IMPLEMENTED - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
now() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
now() - Method in interface org.apache.qpid.proton.reactor.Reactor
 
NULL - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
NULL - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
NullType - Class in org.apache.qpid.proton.codec
 

O

offer(int) - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
offer(int) - Method in interface org.apache.qpid.proton.engine.Sender
indicates pending deliveries
ok() - Static method in class org.apache.qpid.proton.engine.TransportResultFactory
 
OK - Enum constant in enum org.apache.qpid.proton.amqp.security.SaslCode
 
OK - Enum constant in enum org.apache.qpid.proton.engine.TransportResult.Status
 
OK - Enum constant in enum org.apache.qpid.proton.message.MessageError
 
oldApiCheckStateBeforeInput(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
This method is public as it is used by Python layer.
onConnectionBound(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionBound(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionFinal(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionFinal(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionInit(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionInit(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionLocalClose(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionLocalClose(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionLocalOpen(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionLocalOpen(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionRemoteClose(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionRemoteClose(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionRemoteClose(Event) - Method in class org.apache.qpid.proton.reactor.Handshaker
 
onConnectionRemoteOpen(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionRemoteOpen(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onConnectionRemoteOpen(Event) - Method in class org.apache.qpid.proton.reactor.Handshaker
 
onConnectionUnbound(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onConnectionUnbound(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onDelivery(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onDelivery(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
ONE - Static variable in class org.apache.qpid.proton.amqp.UnsignedInteger
 
onError(Selectable.Callback) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
onError(Selectable.Callback) - Method in interface org.apache.qpid.proton.reactor.Selectable
Registers a callback that will be run when the selectable is notified of an error.
onExpired(Selectable.Callback) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
onExpired(Selectable.Callback) - Method in interface org.apache.qpid.proton.reactor.Selectable
Registers a callback that will be run when the selectable expires.
onFree(Selectable.Callback) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
onFree(Selectable.Callback) - Method in interface org.apache.qpid.proton.reactor.Selectable
Registers a callback that will be run when the selectable is notified that it has been free'd.
onLinkFinal(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkFinal(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkFlow(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkFlow(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkInit(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkInit(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkLocalClose(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkLocalClose(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkLocalDetach(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkLocalDetach(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkLocalOpen(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkLocalOpen(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkRemoteClose(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkRemoteClose(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkRemoteClose(Event) - Method in class org.apache.qpid.proton.reactor.Handshaker
 
onLinkRemoteDetach(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkRemoteDetach(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkRemoteOpen(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onLinkRemoteOpen(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onLinkRemoteOpen(Event) - Method in class org.apache.qpid.proton.reactor.Handshaker
 
onReactorFinal(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onReactorFinal(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onReactorInit(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onReactorInit(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onReactorQuiesced(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onReactorQuiesced(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onReadable(Selectable.Callback) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
onReadable(Selectable.Callback) - Method in interface org.apache.qpid.proton.reactor.Selectable
Registers a callback that will be run when the selectable becomes ready for reading.
onRelease(Selectable.Callback) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
onRelease(Selectable.Callback) - Method in interface org.apache.qpid.proton.reactor.Selectable
Registers a callback that will be run when the selectable is notified that it has been released.
onSaslChallenge(Sasl, Transport) - Method in interface org.apache.qpid.proton.engine.SaslListener
Called when a sasl-challenge frame has arrived and its effect applied, indicating the challenge sent by the 'server' peer.
onSaslInit(Sasl, Transport) - Method in interface org.apache.qpid.proton.engine.SaslListener
Called when a sasl-init frame has arrived and its effect applied, indicating the selected mechanism and any hostname and initial-response details from the 'client' peer.
onSaslMechanisms(Sasl, Transport) - Method in interface org.apache.qpid.proton.engine.SaslListener
Called when a sasl-mechanisms frame has arrived and its effect applied, indicating the offered mechanisms sent by the 'server' peer.
onSaslOutcome(Sasl, Transport) - Method in interface org.apache.qpid.proton.engine.SaslListener
Called when a sasl-outcome frame has arrived and its effect applied, indicating the outcome and any success additional-data sent by the 'server' peer.
onSaslResponse(Sasl, Transport) - Method in interface org.apache.qpid.proton.engine.SaslListener
Called when a sasl-response frame has arrived and its effect applied, indicating the response sent by the 'client' peer.
onSelectableError(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableError(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSelectableExpired(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableExpired(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSelectableFinal(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableFinal(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSelectableInit(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableInit(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSelectableReadable(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableReadable(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSelectableUpdated(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableUpdated(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSelectableWritable(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSelectableWritable(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionFinal(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSessionFinal(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionInit(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSessionInit(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionLocalClose(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSessionLocalClose(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionLocalOpen(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSessionLocalOpen(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionRemoteClose(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSessionRemoteClose(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionRemoteClose(Event) - Method in class org.apache.qpid.proton.reactor.Handshaker
 
onSessionRemoteOpen(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onSessionRemoteOpen(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onSessionRemoteOpen(Event) - Method in class org.apache.qpid.proton.reactor.Handshaker
 
onTimerTask(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onTimerTask(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onTransport(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onTransport(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onTransportClosed(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onTransportClosed(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onTransportError(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onTransportError(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onTransportHeadClosed(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onTransportHeadClosed(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onTransportTailClosed(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onTransportTailClosed(Event) - Method in interface org.apache.qpid.proton.engine.CoreHandler
 
onUnhandled(Event) - Method in class org.apache.qpid.proton.engine.BaseHandler
 
onUnhandled(Event) - Method in interface org.apache.qpid.proton.engine.Handler
 
onUnhandled(Event) - Method in class org.apache.qpid.proton.reactor.FlowController
 
onUnhandled(Event) - Method in class org.apache.qpid.proton.reactor.impl.IOHandler
 
onWritable(Selectable.Callback) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
onWritable(Selectable.Callback) - Method in interface org.apache.qpid.proton.reactor.Selectable
Registers a callback that will be run when the selectable becomes ready for writing.
open() - Method in interface org.apache.qpid.proton.engine.Endpoint
transition local state to ACTIVE
open() - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
Open - Class in org.apache.qpid.proton.amqp.transport
 
Open() - Constructor for class org.apache.qpid.proton.amqp.transport.Open
 
Open(Open) - Constructor for class org.apache.qpid.proton.amqp.transport.Open
 
OpenType - Class in org.apache.qpid.proton.codec.transport
 
OpenType.OpenWrapper - Class in org.apache.qpid.proton.codec.transport
 
OpenWrapper(Open) - Constructor for class org.apache.qpid.proton.codec.transport.OpenType.OpenWrapper
 
org.apache.qpid.proton - package org.apache.qpid.proton
 
org.apache.qpid.proton.amqp - package org.apache.qpid.proton.amqp
 
org.apache.qpid.proton.amqp.messaging - package org.apache.qpid.proton.amqp.messaging
 
org.apache.qpid.proton.amqp.security - package org.apache.qpid.proton.amqp.security
 
org.apache.qpid.proton.amqp.transaction - package org.apache.qpid.proton.amqp.transaction
 
org.apache.qpid.proton.amqp.transport - package org.apache.qpid.proton.amqp.transport
 
org.apache.qpid.proton.codec - package org.apache.qpid.proton.codec
 
org.apache.qpid.proton.codec.impl - package org.apache.qpid.proton.codec.impl
 
org.apache.qpid.proton.codec.messaging - package org.apache.qpid.proton.codec.messaging
 
org.apache.qpid.proton.codec.security - package org.apache.qpid.proton.codec.security
 
org.apache.qpid.proton.codec.transaction - package org.apache.qpid.proton.codec.transaction
 
org.apache.qpid.proton.codec.transport - package org.apache.qpid.proton.codec.transport
 
org.apache.qpid.proton.engine - package org.apache.qpid.proton.engine
 
org.apache.qpid.proton.engine.impl - package org.apache.qpid.proton.engine.impl
 
org.apache.qpid.proton.engine.impl.ssl - package org.apache.qpid.proton.engine.impl.ssl
 
org.apache.qpid.proton.framing - package org.apache.qpid.proton.framing
 
org.apache.qpid.proton.logging - package org.apache.qpid.proton.logging
 
org.apache.qpid.proton.message - package org.apache.qpid.proton.message
 
org.apache.qpid.proton.message.impl - package org.apache.qpid.proton.message.impl
 
org.apache.qpid.proton.reactor - package org.apache.qpid.proton.reactor
 
org.apache.qpid.proton.reactor.impl - package org.apache.qpid.proton.reactor.impl
 
Outcome - Interface in org.apache.qpid.proton.amqp.messaging
 
output(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
output(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Transport
outputConsumed() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
outputConsumed() - Method in interface org.apache.qpid.proton.engine.Transport
Informs the transport that the output buffer returned by Transport.getOutputBuffer() is finished with, allowing implementation-dependent steps to be performed such as reclaiming buffer space.

P

peek() - Method in interface org.apache.qpid.proton.engine.Collector
 
peek() - Method in class org.apache.qpid.proton.engine.impl.CollectorImpl
 
peekConstructor() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
pending() - Method in interface org.apache.qpid.proton.engine.Delivery
 
pending() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
pending() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
pending() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
pending() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
pending() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
pending() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
pending() - Method in interface org.apache.qpid.proton.engine.impl.TransportOutput
 
pending() - Method in interface org.apache.qpid.proton.engine.Sasl
Determine the size of the bytes available via recv().
pending() - Method in interface org.apache.qpid.proton.engine.Transport
 
pipe() - Method in interface org.apache.qpid.proton.reactor.impl.IO
 
pipe() - Method in class org.apache.qpid.proton.reactor.impl.IOImpl
 
plain(String, String) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
plain(String, String) - Method in interface org.apache.qpid.proton.engine.Sasl
Configure the SASL layer to use the "PLAIN" mechanism.
PlainTransportWrapper - Class in org.apache.qpid.proton.engine.impl
 
PlainTransportWrapper(TransportOutput, TransportInput) - Constructor for class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
PN_SASL_AUTH - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
failed due to bad credentials
PN_SASL_AUTH - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
PN_SASL_CONF - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslState
Pending configuration by application
PN_SASL_FAIL - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslState
negotiation failed
PN_SASL_IDLE - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslState
Pending SASL Init
PN_SASL_NONE - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
negotiation not completed
PN_SASL_NONE - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
PN_SASL_OK - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
authentication succeeded
PN_SASL_OK - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
PN_SASL_PASS - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslState
negotiation completed successfully
PN_SASL_PERM - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
failed due to unrecoverable error
PN_SASL_PERM - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
PN_SASL_SKIPPED - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
 
PN_SASL_SKIPPED - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
PN_SASL_STEP - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslState
negotiation in progress
PN_SASL_SYS - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
failed due to a system error
PN_SASL_SYS - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
PN_SASL_TEMP - Enum constant in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
 
PN_SASL_TEMP - Static variable in interface org.apache.qpid.proton.engine.Sasl
 
pop() - Method in interface org.apache.qpid.proton.engine.Collector
 
pop() - Method in class org.apache.qpid.proton.engine.impl.CollectorImpl
 
pop(int) - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
pop(int) - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
pop(int) - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
pop(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
pop(int) - Method in interface org.apache.qpid.proton.engine.impl.TransportOutput
 
pop(int) - Method in interface org.apache.qpid.proton.engine.Transport
 
position() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
position() - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
position() - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
position() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
position() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
 
position() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
position() - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
position() - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
position() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
position() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
position() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
position() - Method in interface org.apache.qpid.proton.engine.impl.TransportInput
 
position(int) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
position(int) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
position(int) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
position(int) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
position(int) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Sets the current position of this buffer to the given value.
position(int) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
position(int) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
position(int) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
pour(ByteBuffer, ByteBuffer) - Static method in class org.apache.qpid.proton.engine.impl.ByteBufferUtils
 
pourAll(ByteBuffer, TransportInput) - Static method in class org.apache.qpid.proton.engine.impl.ByteBufferUtils
Pours the contents of source into destinationTransportInput, calling the TransportInput many times if necessary.
pourArrayToBuffer(byte[], int, int, ByteBuffer) - Static method in class org.apache.qpid.proton.engine.impl.ByteBufferUtils
Assumes destination is ready to be written.
pourBufferToArray(ByteBuffer, byte[], int, int) - Static method in class org.apache.qpid.proton.engine.impl.ByteBufferUtils
Assumes source is ready to be read.
PRECONDITION_FAILED - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
prev() - Method in interface org.apache.qpid.proton.codec.Data
 
prev() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
PrimitiveType<V> - Interface in org.apache.qpid.proton.codec
 
PrimitiveTypeEncoding<T> - Interface in org.apache.qpid.proton.codec
 
process() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
process() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
process() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
process() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
process() - Method in interface org.apache.qpid.proton.engine.impl.TransportInput
 
process() - Method in interface org.apache.qpid.proton.engine.Transport
 
process() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
process() - Method in interface org.apache.qpid.proton.reactor.Reactor
Process any events pending for this reactor.
process(int, Encoder) - Method in interface org.apache.qpid.proton.codec.Decoder.ListProcessor
 
processInput() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
processInput() - Method in interface org.apache.qpid.proton.engine.Transport
Tell the transport to process the data written to the input buffer.
PROMOTABLE_TXN - Static variable in interface org.apache.qpid.proton.amqp.transaction.TxnCapability
 
Properties - Class in org.apache.qpid.proton.amqp.messaging
 
Properties - Enum constant in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
 
Properties() - Constructor for class org.apache.qpid.proton.amqp.messaging.Properties
 
Properties(Properties) - Constructor for class org.apache.qpid.proton.amqp.messaging.Properties
 
PropertiesType - Class in org.apache.qpid.proton.codec.messaging
 
ProtocolTracer - Interface in org.apache.qpid.proton.engine.impl
 
Proton - Class in org.apache.qpid.proton
 
ProtonException - Exception in org.apache.qpid.proton
 
ProtonException() - Constructor for exception org.apache.qpid.proton.ProtonException
 
ProtonException(String) - Constructor for exception org.apache.qpid.proton.ProtonException
 
ProtonException(String, Throwable) - Constructor for exception org.apache.qpid.proton.ProtonException
 
ProtonException(Throwable) - Constructor for exception org.apache.qpid.proton.ProtonException
 
ProtonJConnection - Interface in org.apache.qpid.proton.engine
Extends Connection with functionality that is specific to proton-j
ProtonJEndpoint - Interface in org.apache.qpid.proton.engine
 
ProtonJMessage - Interface in org.apache.qpid.proton.message
 
ProtonJSession - Interface in org.apache.qpid.proton.engine
Extends Session with functionality that is specific to proton-j
ProtonJSslDomain - Interface in org.apache.qpid.proton.engine
Extends SslDomain with functionality that is specific to proton-j
ProtonJSslPeerDetails - Interface in org.apache.qpid.proton.engine
Extends SslPeerDetails with functionality specific to proton-j
ProtonJTransport - Interface in org.apache.qpid.proton.engine
Extends Transport with functionality that is specific to proton-j
ProtonLoggerFactory - Class in org.apache.qpid.proton.logging
Thin convenience wrapper around Logger
ProtonLoggerFactory() - Constructor for class org.apache.qpid.proton.logging.ProtonLoggerFactory
 
ProtonSslEngine - Interface in org.apache.qpid.proton.engine.impl.ssl
Thin wrapper around an SSLEngine.
ProtonSslEngineProvider - Interface in org.apache.qpid.proton.engine.impl.ssl
 
ProtonUnsupportedOperationException - Exception in org.apache.qpid.proton
Use to indicate that a feature of the Proton API is not supported by a particular implementation (e.g.
ProtonUnsupportedOperationException() - Constructor for exception org.apache.qpid.proton.ProtonUnsupportedOperationException
 
ProtonUnsupportedOperationException(String) - Constructor for exception org.apache.qpid.proton.ProtonUnsupportedOperationException
 
ProtonUnsupportedOperationException(String, Throwable) - Constructor for exception org.apache.qpid.proton.ProtonUnsupportedOperationException
 
ProtonUnsupportedOperationException(Throwable) - Constructor for exception org.apache.qpid.proton.ProtonUnsupportedOperationException
 
put(byte) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
put(byte) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
put(byte) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
put(byte) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
put(byte) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
put(byte[], int, int) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
put(byte[], int, int) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
put(byte[], int, int) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
put(byte[], int, int) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
put(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
put(String) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
put(String) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
put(String) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
put(String) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
put(ByteBuffer) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
put(ByteBuffer) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
put(ByteBuffer) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
put(ByteBuffer) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
put(ByteBuffer) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
put(ReadableBuffer) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
put(ReadableBuffer) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
put(ReadableBuffer) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
put(ReadableBuffer) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
put(ReadableBuffer) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
put(EventType, Object) - Method in class org.apache.qpid.proton.engine.impl.CollectorImpl
 
putArray(boolean, Data.DataType) - Method in interface org.apache.qpid.proton.codec.Data
 
putArray(boolean, Data.DataType) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putBinary(byte[]) - Method in interface org.apache.qpid.proton.codec.Data
 
putBinary(byte[]) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putBinary(Binary) - Method in interface org.apache.qpid.proton.codec.Data
 
putBinary(Binary) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putBoolean(boolean) - Method in interface org.apache.qpid.proton.codec.Data
 
putBoolean(boolean) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putByte(byte) - Method in interface org.apache.qpid.proton.codec.Data
 
putByte(byte) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putChar(int) - Method in interface org.apache.qpid.proton.codec.Data
 
putChar(int) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDecimal128(Decimal128) - Method in interface org.apache.qpid.proton.codec.Data
 
putDecimal128(Decimal128) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDecimal32(Decimal32) - Method in interface org.apache.qpid.proton.codec.Data
 
putDecimal32(Decimal32) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDecimal64(Decimal64) - Method in interface org.apache.qpid.proton.codec.Data
 
putDecimal64(Decimal64) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDescribed() - Method in interface org.apache.qpid.proton.codec.Data
 
putDescribed() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDescribedType(DescribedType) - Method in interface org.apache.qpid.proton.codec.Data
 
putDescribedType(DescribedType) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDouble(double) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
putDouble(double) - Method in interface org.apache.qpid.proton.codec.Data
 
putDouble(double) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
putDouble(double) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putDouble(double) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
putDouble(double) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
putDouble(double) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
putFloat(float) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
putFloat(float) - Method in interface org.apache.qpid.proton.codec.Data
 
putFloat(float) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
putFloat(float) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putFloat(float) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
putFloat(float) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
putFloat(float) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
putInt(int) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
putInt(int) - Method in interface org.apache.qpid.proton.codec.Data
 
putInt(int) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
putInt(int) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putInt(int) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
putInt(int) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
putInt(int) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
putJavaList(List<Object>) - Method in interface org.apache.qpid.proton.codec.Data
 
putJavaList(List<Object>) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putJavaMap(Map<Object, Object>) - Method in interface org.apache.qpid.proton.codec.Data
 
putJavaMap(Map<Object, Object>) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putList() - Method in interface org.apache.qpid.proton.codec.Data
 
putList() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putLong(long) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
putLong(long) - Method in interface org.apache.qpid.proton.codec.Data
 
putLong(long) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
putLong(long) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putLong(long) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
putLong(long) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
putLong(long) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
putMap() - Method in interface org.apache.qpid.proton.codec.Data
 
putMap() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putNull() - Method in interface org.apache.qpid.proton.codec.Data
 
putNull() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putObject(Object) - Method in interface org.apache.qpid.proton.codec.Data
 
putObject(Object) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putShort(short) - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
putShort(short) - Method in interface org.apache.qpid.proton.codec.Data
 
putShort(short) - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
putShort(short) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putShort(short) - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
putShort(short) - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
putShort(short) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
putString(String) - Method in interface org.apache.qpid.proton.codec.Data
 
putString(String) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putSymbol(Symbol) - Method in interface org.apache.qpid.proton.codec.Data
 
putSymbol(Symbol) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putTimestamp(Date) - Method in interface org.apache.qpid.proton.codec.Data
 
putTimestamp(Date) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putUnsignedByte(UnsignedByte) - Method in interface org.apache.qpid.proton.codec.Data
 
putUnsignedByte(UnsignedByte) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putUnsignedInteger(UnsignedInteger) - Method in interface org.apache.qpid.proton.codec.Data
 
putUnsignedInteger(UnsignedInteger) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putUnsignedLong(UnsignedLong) - Method in interface org.apache.qpid.proton.codec.Data
 
putUnsignedLong(UnsignedLong) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putUnsignedShort(UnsignedShort) - Method in interface org.apache.qpid.proton.codec.Data
 
putUnsignedShort(UnsignedShort) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
putUUID(UUID) - Method in interface org.apache.qpid.proton.codec.Data
 
putUUID(UUID) - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 

Q

quiesced() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
quiesced() - Method in interface org.apache.qpid.proton.reactor.Reactor
 

R

reactor() - Static method in class org.apache.qpid.proton.Proton
 
reactor(Handler...) - Static method in class org.apache.qpid.proton.Proton
 
reactor(ReactorOptions) - Static method in class org.apache.qpid.proton.Proton
 
reactor(ReactorOptions, Handler...) - Static method in class org.apache.qpid.proton.Proton
 
Reactor - Interface in org.apache.qpid.proton.reactor
The proton reactor provides a general purpose event processing library for writing reactive programs.
REACTOR_FINAL - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
REACTOR_INIT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
REACTOR_QUIESCED - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
Reactor.Factory - Class in org.apache.qpid.proton.reactor
 
ReactorChild - Interface in org.apache.qpid.proton.reactor
Interface used to identify classes that can be a child of a reactor.
ReactorImpl - Class in org.apache.qpid.proton.reactor.impl
 
ReactorImpl() - Constructor for class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
ReactorImpl(IO) - Constructor for class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
ReactorImpl(IO, ReactorOptions) - Constructor for class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
ReactorImpl(ReactorOptions) - Constructor for class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
ReactorOptions - Class in org.apache.qpid.proton.reactor
 
ReactorOptions() - Constructor for class org.apache.qpid.proton.reactor.ReactorOptions
 
readable() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
readable() - Method in interface org.apache.qpid.proton.reactor.Selectable
Notify the selectable that the underlying SelectableChannel is ready for a read operation.
readable() - Method in interface org.apache.qpid.proton.reactor.Selector
 
ReadableBuffer - Interface in org.apache.qpid.proton.codec
Interface to abstract a buffer, similar to WritableBuffer
ReadableBuffer.ByteBufferReader - Class in org.apache.qpid.proton.codec
 
readArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readArray(Class<T>) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readArray(Class<T>) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readBinary() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readBinary() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readBinary(Binary) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readBinary(Binary) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readBoolean() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readBoolean() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readBoolean(boolean) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readBoolean(boolean) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readBoolean(Boolean) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readBoolean(Boolean) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readBooleanArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readBooleanArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readByte() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readByte() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readByte(byte) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readByte(byte) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readByte(Byte) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readByte(Byte) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readByteArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readByteArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readByteMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readByteMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readCharacter() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readCharacter() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readCharacter(char) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readCharacter(char) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readCharacter(Character) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readCharacter(Character) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readCharacterArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readCharacterArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readCharacterMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readCharacterMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readConstructor() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readConstructor(boolean) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDecimal128() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDecimal128() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDecimal128(Decimal128) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDecimal128(Decimal128) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDecimal32() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDecimal32() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDecimal32(Decimal32) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDecimal32(Decimal32) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDecimal64() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDecimal64() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDecimal64(Decimal64) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDecimal64(Decimal64) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDouble() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDouble() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDouble(double) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDouble(double) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDouble(Double) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDouble(Double) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDoubleArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDoubleArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readDoubleMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readDoubleMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readFloat() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readFloat() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readFloat(float) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readFloat(float) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readFloat(Float) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readFloat(Float) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readFloatArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readFloatArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readFloatMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readFloatMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readInteger() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readInteger() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readInteger(int) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readInteger(int) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readInteger(Integer) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readInteger(Integer) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readIntegerArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readIntegerArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readIntegerMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readIntegerMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readList() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readList() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readList(Decoder.ListProcessor<T>) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readList(Decoder.ListProcessor<T>) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readLong() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readLong() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readLong(long) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readLong(long) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readLong(Long) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readLong(Long) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readLongArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readLongArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readLongMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readLongMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readMap() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readMap() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readMultiple(Class<T>) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readMultiple(Class<T>) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readObject() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readObject() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readObject(Object) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readObject(Object) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readPrimitiveValue() - Method in interface org.apache.qpid.proton.codec.BigIntegerType.BigIntegerEncoding
 
readPrimitiveValue() - Method in interface org.apache.qpid.proton.codec.BooleanType.BooleanEncoding
 
readPrimitiveValue() - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
readPrimitiveValue() - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
readPrimitiveValue() - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
readPrimitiveValue() - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
readPrimitiveValue() - Method in interface org.apache.qpid.proton.codec.IntegerType.IntegerEncoding
 
readPrimitiveValue() - Method in interface org.apache.qpid.proton.codec.LongType.LongEncoding
 
readPrimitiveValue() - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
readShort() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readShort() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readShort(short) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readShort(short) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readShort(Short) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readShort(Short) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readShortArray() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readShortArray() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readShortMultiple() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readShortMultiple() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readString() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readString() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readString(String) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readString(String) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readString(CharsetDecoder) - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
readString(CharsetDecoder) - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
readString(CharsetDecoder) - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Decodes a String from the buffer using the provided CharsetDecoder starting the decode at the current position and reading until the limit is reached.
readSymbol() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readSymbol() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readSymbol(Symbol) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readSymbol(Symbol) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readTimestamp() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readTimestamp() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readTimestamp(Date) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readTimestamp(Date) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedByte() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedByte() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedByte(UnsignedByte) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedByte(UnsignedByte) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedInteger() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedInteger() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedInteger(UnsignedInteger) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedInteger(UnsignedInteger) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedLong() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedLong() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedLong(UnsignedLong) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedLong(UnsignedLong) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedShort() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedShort() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUnsignedShort(UnsignedShort) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUnsignedShort(UnsignedShort) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUTF8() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
readUTF8() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
readUTF8() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reads a UTF-8 encoded String from the buffer starting the decode at the current position and reading until the limit is reached.
readUUID() - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUUID() - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readUUID(UUID) - Method in interface org.apache.qpid.proton.codec.Decoder
 
readUUID(UUID) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
readValue() - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
readValue() - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
readValue() - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
readValue() - Method in class org.apache.qpid.proton.codec.DynamicTypeConstructor
 
readValue() - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
readValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
readValue() - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
readValue() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
readValue() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
readValue() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
readValue() - Method in interface org.apache.qpid.proton.codec.TypeConstructor
 
readValue() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
readValueArray() - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
Received - Class in org.apache.qpid.proton.amqp.messaging
 
Received - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
Received() - Constructor for class org.apache.qpid.proton.amqp.messaging.Received
 
receivedFrame(TransportFrame) - Method in interface org.apache.qpid.proton.engine.impl.ProtocolTracer
 
receivedFrame(TransportFrame) - Method in class org.apache.qpid.proton.logging.LoggingProtocolTracer
 
receivedHeader(String) - Method in interface org.apache.qpid.proton.engine.impl.ProtocolTracer
 
receivedSaslBody(SaslFrameBody) - Method in interface org.apache.qpid.proton.engine.impl.ProtocolTracer
 
ReceivedType - Class in org.apache.qpid.proton.codec.messaging
 
receiver(String) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
receiver(String) - Method in interface org.apache.qpid.proton.engine.Session
Returns a newly created receiver endpoint
Receiver - Interface in org.apache.qpid.proton.engine
Receiver
RECEIVER - Enum constant in enum org.apache.qpid.proton.amqp.transport.Role
 
ReceiverImpl - Class in org.apache.qpid.proton.engine.impl
 
ReceiverSettleMode - Enum in org.apache.qpid.proton.amqp.transport
 
reclaimRead() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
Compact the buffer dropping arrays that have been consumed by previous reads from this Composite buffer.
reclaimRead() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
reclaimRead() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Compact the backing storage of this ReadableBuffer, possibly freeing previously-read portions of pooled data or reducing the number of backing arrays if present.
Record - Interface in org.apache.qpid.proton.engine
Record
RecordAccessor<T> - Interface in org.apache.qpid.proton.engine
 
RecordImpl - Class in org.apache.qpid.proton.engine.impl
RecordImpl
RecordImpl() - Constructor for class org.apache.qpid.proton.engine.impl.RecordImpl
 
recv() - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
recv() - Method in interface org.apache.qpid.proton.engine.Receiver
Receive message data for the current delivery returning the data in a Readable buffer.
recv(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
recv(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
recv(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Receiver
Receive message data for the current delivery.
recv(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Sasl
Read challenge/response/additional data sent from the peer.
recv(WritableBuffer) - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
recv(WritableBuffer) - Method in interface org.apache.qpid.proton.engine.Receiver
Receive message data for the current delivery.
REDIRECT - Static variable in interface org.apache.qpid.proton.amqp.transport.ConnectionError
 
REDIRECT - Static variable in interface org.apache.qpid.proton.amqp.transport.LinkError
 
redispatch(EventType, Handler) - Method in interface org.apache.qpid.proton.engine.Event
Synchronously redispatch the current event as a new EventType on the provided handler and it's children.
register(Object, DescribedTypeConstructor) - Method in interface org.apache.qpid.proton.codec.Decoder
 
register(Object, DescribedTypeConstructor) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
register(Object, FastPathDescribedTypeConstructor<?>) - Method in interface org.apache.qpid.proton.codec.Decoder
 
register(Object, FastPathDescribedTypeConstructor<?>) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
register(AMQPType<V>) - Method in interface org.apache.qpid.proton.codec.Encoder
 
register(AMQPType<V>) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.AcceptedType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.AmqpSequenceType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.AmqpValueType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.ApplicationPropertiesType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.DataType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.DeleteOnCloseType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksOrMessagesType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoMessagesType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.DeliveryAnnotationsType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.FooterType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.HeaderType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.ModifiedType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.PropertiesType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.ReceivedType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.RejectedType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.ReleasedType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.SourceType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.messaging.TargetType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.security.SaslChallengeType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.security.SaslInitType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.security.SaslMechanismsType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.security.SaslOutcomeType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.security.SaslResponseType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transaction.CoordinatorType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transaction.DeclaredType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transaction.DeclareType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transaction.DischargeType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.AttachType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.BeginType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.CloseType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.DetachType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.DispositionType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.EndType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.ErrorConditionType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.FlowType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.OpenType
 
register(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.transport.TransferType
 
registerAllTypes(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.AMQPDefinedTypes
 
registerDescribedType(Class, Object) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
registerMessagingTypes(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.AMQPDefinedTypes
 
registerSecurityTypes(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.AMQPDefinedTypes
 
registerTransactionTypes(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.AMQPDefinedTypes
 
registerTransportTypes(Decoder, EncoderImpl) - Static method in class org.apache.qpid.proton.codec.AMQPDefinedTypes
 
Rejected - Class in org.apache.qpid.proton.amqp.messaging
 
Rejected - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
Rejected() - Constructor for class org.apache.qpid.proton.amqp.messaging.Rejected
 
RejectedType - Class in org.apache.qpid.proton.codec.messaging
 
release() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
release() - Method in interface org.apache.qpid.proton.reactor.Selectable
Notify the selectable that it has been released.
Released - Class in org.apache.qpid.proton.amqp.messaging
 
Released - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
Released() - Constructor for class org.apache.qpid.proton.amqp.messaging.Released
 
ReleasedType - Class in org.apache.qpid.proton.codec.messaging
 
ReleasedType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.ReleasedType
 
remaining() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
remaining() - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
remaining() - Method in class org.apache.qpid.proton.codec.DroppingWritableBuffer
 
remaining() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
remaining() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
 
remaining() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
remaining() - Method in interface org.apache.qpid.proton.codec.WritableBuffer
 
remaining() - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
 
remotelySettled() - Method in interface org.apache.qpid.proton.engine.Delivery
 
remotelySettled() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
remove(Selectable) - Method in interface org.apache.qpid.proton.reactor.Selector
Removes a selectable from the selector.
removeTransportWork(DeliveryImpl) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
reset() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
reset() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
reset() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Reset the buffer's position to a previously marked value, the mark should remain set after calling this method.
resetCache() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslEngineFacadeFactory
Guarantees that no cached settings are used in subsequent calls to SslEngineFacadeFactory.createProtonSslEngine(SslDomain, SslPeerDetails).
RESOURCE_DELETED - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
RESOURCE_LIMIT_EXCEEDED - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
RESOURCE_LOCKED - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
rewind() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
rewind() - Method in interface org.apache.qpid.proton.codec.Data
 
rewind() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
rewind() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
rewind() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Resets the buffer position to zero and clears and previously set mark.
Role - Enum in org.apache.qpid.proton.amqp.transport
 
ROOT - Static variable in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
run() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
run() - Method in interface org.apache.qpid.proton.reactor.Reactor
Simplifies the use of the reactor by wrapping the use of start, run, and stop method calls.
run(Selectable) - Method in interface org.apache.qpid.proton.reactor.Selectable.Callback
 

S

sasl() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
sasl() - Method in interface org.apache.qpid.proton.engine.Transport
Signal the transport to expect SASL frames used to establish a SASL layer prior to performing the AMQP protocol version negotiation.
Sasl - Interface in org.apache.qpid.proton.engine
 
SASL_FRAME_TYPE - Static variable in class org.apache.qpid.proton.engine.impl.SaslImpl
 
SASL_HEADER - Static variable in interface org.apache.qpid.proton.engine.impl.AmqpHeader
 
Sasl.SaslOutcome - Enum in org.apache.qpid.proton.engine
 
Sasl.SaslState - Enum in org.apache.qpid.proton.engine
 
SaslChallenge - Class in org.apache.qpid.proton.amqp.security
 
SaslChallenge() - Constructor for class org.apache.qpid.proton.amqp.security.SaslChallenge
 
SaslChallengeType - Class in org.apache.qpid.proton.codec.security
 
SaslCode - Enum in org.apache.qpid.proton.amqp.security
 
SaslFrameBody - Interface in org.apache.qpid.proton.amqp.security
 
SaslFrameBody.SaslFrameBodyHandler<E> - Interface in org.apache.qpid.proton.amqp.security
 
SaslImpl - Class in org.apache.qpid.proton.engine.impl
 
SaslInit - Class in org.apache.qpid.proton.amqp.security
 
SaslInit() - Constructor for class org.apache.qpid.proton.amqp.security.SaslInit
 
SaslInitType - Class in org.apache.qpid.proton.codec.security
 
SaslInitType.SaslInitWrapper - Class in org.apache.qpid.proton.codec.security
 
SaslInitWrapper(SaslInit) - Constructor for class org.apache.qpid.proton.codec.security.SaslInitType.SaslInitWrapper
 
SaslListener - Interface in org.apache.qpid.proton.engine
Listener for SASL frame arrival to facilitate relevant handling for the SASL negotiation.
SaslMechanisms - Class in org.apache.qpid.proton.amqp.security
 
SaslMechanisms() - Constructor for class org.apache.qpid.proton.amqp.security.SaslMechanisms
 
SaslMechanismsType - Class in org.apache.qpid.proton.codec.security
 
SaslOutcome - Class in org.apache.qpid.proton.amqp.security
 
SaslOutcome() - Constructor for class org.apache.qpid.proton.amqp.security.SaslOutcome
 
SaslOutcomeType - Class in org.apache.qpid.proton.codec.security
 
SaslOutcomeType.SaslOutcomeWrapper - Class in org.apache.qpid.proton.codec.security
 
SaslOutcomeWrapper(SaslOutcome) - Constructor for class org.apache.qpid.proton.codec.security.SaslOutcomeType.SaslOutcomeWrapper
 
SaslResponse - Class in org.apache.qpid.proton.amqp.security
 
SaslResponse() - Constructor for class org.apache.qpid.proton.amqp.security.SaslResponse
 
SaslResponseType - Class in org.apache.qpid.proton.codec.security
 
schedule(int, Handler) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
schedule(int, Handler) - Method in interface org.apache.qpid.proton.reactor.Reactor
Schedules execution of a task to take place at some point in the future.
SECOND - Enum constant in enum org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
 
Section - Interface in org.apache.qpid.proton.amqp.messaging
 
Section.SectionType - Enum in org.apache.qpid.proton.amqp.messaging
 
select(long) - Method in interface org.apache.qpid.proton.reactor.Selector
Waits for the specified timeout period for one or more selectables to become ready for an operation.
selectable() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
selectable() - Method in interface org.apache.qpid.proton.reactor.Reactor
Creates a new Selectable as a child of this reactor.
selectable(ReactorChild) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
Selectable - Interface in org.apache.qpid.proton.reactor
An entity that can be multiplexed using a Selector.
SELECTABLE_ERROR - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SELECTABLE_EXPIRED - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SELECTABLE_FINAL - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SELECTABLE_INIT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SELECTABLE_READABLE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SELECTABLE_UPDATED - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SELECTABLE_WRITABLE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
Selectable.Callback - Interface in org.apache.qpid.proton.reactor
A callback that can be passed to the various "on" methods of the selectable - to allow code to be run when the selectable becomes ready for the associated operation.
SelectableImpl - Class in org.apache.qpid.proton.reactor.impl
 
SelectableImpl() - Constructor for class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
selectableTransport(Reactor, Socket, Transport) - Static method in class org.apache.qpid.proton.reactor.impl.IOHandler
 
selector() - Method in interface org.apache.qpid.proton.reactor.impl.IO
 
selector() - Method in class org.apache.qpid.proton.reactor.impl.IOImpl
 
Selector - Interface in org.apache.qpid.proton.reactor
A multiplexor of instances of Selectable.
send(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
send(byte[], int, int) - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
send(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Sasl
Send challenge/response/additional data to the peer.
send(byte[], int, int) - Method in interface org.apache.qpid.proton.engine.Sender
Sends some data for the current delivery.
send(ReadableBuffer) - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
send(ReadableBuffer) - Method in interface org.apache.qpid.proton.engine.Sender
Sends some data for the current delivery.
sender(String) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
sender(String) - Method in interface org.apache.qpid.proton.engine.ProtonJSession
 
sender(String) - Method in interface org.apache.qpid.proton.engine.Session
Returns a newly created sender endpoint
Sender - Interface in org.apache.qpid.proton.engine
Sender
SENDER - Enum constant in enum org.apache.qpid.proton.amqp.transport.Role
 
SenderImpl - Class in org.apache.qpid.proton.engine.impl
 
SenderSettleMode - Enum in org.apache.qpid.proton.amqp.transport
 
sendNoCopy(ReadableBuffer) - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
sendNoCopy(ReadableBuffer) - Method in interface org.apache.qpid.proton.engine.Sender
Sends data to the current delivery attempting not to copy the data unless a previous send has already added data to the Delivery in which case a copy may occur depending on the implementation.
sentFrame(TransportFrame) - Method in interface org.apache.qpid.proton.engine.impl.ProtocolTracer
 
sentFrame(TransportFrame) - Method in class org.apache.qpid.proton.logging.LoggingProtocolTracer
 
sentHeader(String) - Method in interface org.apache.qpid.proton.engine.impl.ProtocolTracer
 
sentSaslBody(SaslFrameBody) - Method in interface org.apache.qpid.proton.engine.impl.ProtocolTracer
 
server() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
server() - Method in interface org.apache.qpid.proton.engine.Sasl
 
SERVER - Enum constant in enum org.apache.qpid.proton.engine.SslDomain.Mode
Local connection endpoint is an SSL server
serverSocketChannel() - Method in interface org.apache.qpid.proton.reactor.impl.IO
 
serverSocketChannel() - Method in class org.apache.qpid.proton.reactor.impl.IOImpl
 
session() - Method in interface org.apache.qpid.proton.engine.Connection
Returns a newly created session TODO does the Connection's channel-max property limit how many sessions can be created, or opened, or neither?
session() - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
session() - Method in interface org.apache.qpid.proton.engine.ProtonJConnection
 
Session - Interface in org.apache.qpid.proton.engine
Session Note that session level flow control is handled internally by Proton.
SESSION_END - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
 
SESSION_FINAL - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SESSION_INIT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SESSION_LOCAL_CLOSE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SESSION_LOCAL_OPEN - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SESSION_REMOTE_CLOSE - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SESSION_REMOTE_OPEN - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
SESSION_WINDOW - Static variable in interface org.apache.qpid.proton.engine.Transport
 
SessionError - Interface in org.apache.qpid.proton.amqp.transport
 
sessionHead(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in interface org.apache.qpid.proton.engine.Connection
Returns the head of the list of sessions in the specified states.
sessionHead(EnumSet<EndpointState>, EnumSet<EndpointState>) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
SessionImpl - Class in org.apache.qpid.proton.engine.impl
 
set(E, T) - Method in class org.apache.qpid.proton.engine.ExtendableAccessor
 
set(Object, Class<T>, T) - Method in class org.apache.qpid.proton.engine.impl.RecordImpl
 
set(Object, Class<T>, T) - Method in interface org.apache.qpid.proton.engine.Record
 
set(Record, T) - Method in interface org.apache.qpid.proton.engine.RecordAccessor
 
setAborted(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setAbsoluteExpiryTime(Date) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setAdditionalData(Binary) - Method in class org.apache.qpid.proton.amqp.security.SaslOutcome
 
setAddress(String) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
setAddress(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setAddress(String) - Method in interface org.apache.qpid.proton.message.Message
 
setApplicationProperties(ApplicationProperties) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setApplicationProperties(ApplicationProperties) - Method in interface org.apache.qpid.proton.message.Message
 
setAvailable(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setBatchable(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
setBatchable(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setBody(Section) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setBody(Section) - Method in interface org.apache.qpid.proton.message.Message
 
setBuffer(ReadableBuffer) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
setByteBuffer(ByteBuffer) - Method in interface org.apache.qpid.proton.codec.ByteBufferDecoder
 
setByteBuffer(ByteBuffer) - Method in interface org.apache.qpid.proton.codec.ByteBufferEncoder
 
setByteBuffer(ByteBuffer) - Method in class org.apache.qpid.proton.codec.DecoderImpl
 
setByteBuffer(ByteBuffer) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
setByteBuffer(WritableBuffer) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
setCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
setCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transaction.Coordinator
 
setChallenge(Binary) - Method in class org.apache.qpid.proton.amqp.security.SaslChallenge
 
setChannel(SelectableChannel) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setChannel(SelectableChannel) - Method in interface org.apache.qpid.proton.reactor.Selectable
Associates a SelectableChannel with this selector.
setChannelMax(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setChannelMax(int) - Method in interface org.apache.qpid.proton.engine.Transport
Set the local value of channel-max, to be advertised to the peer on the Open frame emitted by the transport.
setChannelMax(UnsignedShort) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setClosed(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
setCode(SaslCode) - Method in class org.apache.qpid.proton.amqp.security.SaslOutcome
 
setCollector(Collector) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setCollector(Collector) - Method in interface org.apache.qpid.proton.reactor.Selectable
Configure a selectable with a set of callbacks that emit readable, writable, and expired events into the supplied collector.
setCondition(Symbol) - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
setCondition(ErrorCondition) - Method in interface org.apache.qpid.proton.engine.Endpoint
Set the local error condition
setCondition(ErrorCondition) - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
setCondition(ErrorCondition) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setConnectionHost(Connection, String, int) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
setConnectionHost(Connection, String, int) - Method in interface org.apache.qpid.proton.reactor.Reactor
Set the host address used by the connection
setContainer(String) - Method in interface org.apache.qpid.proton.engine.Connection
 
setContainer(String) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setContainerId(String) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setContentEncoding(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setContentEncoding(String) - Method in interface org.apache.qpid.proton.message.Message
 
setContentEncoding(Symbol) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setContentType(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setContentType(String) - Method in interface org.apache.qpid.proton.message.Message
 
setContentType(Symbol) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setContext(Object) - Method in interface org.apache.qpid.proton.engine.Connection
 
setContext(Object) - Method in interface org.apache.qpid.proton.engine.Delivery
 
setContext(Object) - Method in interface org.apache.qpid.proton.engine.Endpoint
Sets an arbitrary an application owned object on the end-point.
setContext(Object) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setContext(Object) - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
setContext(Object) - Method in class org.apache.qpid.proton.engine.impl.EndpointImpl
 
setCorrelationId(Object) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setCorrelationId(Object) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setCorrelationId(Object) - Method in interface org.apache.qpid.proton.message.Message
 
setCreationTime(long) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setCreationTime(long) - Method in interface org.apache.qpid.proton.message.Message
 
setCreationTime(Date) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setCredentials(String, String, String) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
setCredentials(String, String, String) - Method in interface org.apache.qpid.proton.engine.SslDomain
Set the certificate that identifies the local node to the remote.
setCredit(int) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setCredit(int) - Method in class org.apache.qpid.proton.engine.impl.SenderImpl
 
setDeadline(long) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setDeadline(long) - Method in interface org.apache.qpid.proton.reactor.Selectable
Sets the value that will be returned by Selectable.getDeadline().
setDefaultDeliveryState(DeliveryState) - Method in interface org.apache.qpid.proton.engine.Delivery
Configures a default DeliveryState to be used if a received delivery is settled/freed without any disposition state having been previously applied.
setDefaultDeliveryState(DeliveryState) - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
setDefaultOutcome(Outcome) - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
setDeliveryAnnotations(DeliveryAnnotations) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setDeliveryAnnotations(DeliveryAnnotations) - Method in interface org.apache.qpid.proton.message.Message
 
setDeliveryCount(long) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setDeliveryCount(long) - Method in interface org.apache.qpid.proton.message.Message
 
setDeliveryCount(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
setDeliveryCount(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setDeliveryFailed(Boolean) - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
setDeliveryId(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setDeliveryTag(Binary) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setDescription(String) - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
setDesiredCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setDesiredCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setDesiredCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setDesiredCapabilities(Symbol[]) - Method in interface org.apache.qpid.proton.engine.Connection
 
setDesiredCapabilities(Symbol[]) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setDesiredCapabilities(Symbol[]) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setDesiredCapabilities(Symbol[]) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
setDesiredCapabilities(Symbol[]) - Method in interface org.apache.qpid.proton.engine.Link
Sets the local link desired capabilities, to be conveyed to the peer via the Attach frame when attaching the link to the session.
setDesiredCapabilities(Symbol[]) - Method in interface org.apache.qpid.proton.engine.Session
Sets the local session desired capabilities, to be conveyed to the peer via the Begin frame when opening the session.
setDistributionMode(Symbol) - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
setDrain(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setDrain(boolean) - Method in class org.apache.qpid.proton.engine.impl.ReceiverImpl
 
setDrain(boolean) - Method in interface org.apache.qpid.proton.engine.Receiver
 
setDurable(boolean) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setDurable(boolean) - Method in interface org.apache.qpid.proton.message.Message
 
setDurable(Boolean) - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
setDurable(TerminusDurability) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
setDynamic(boolean) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
setDynamicNodeProperties(Map) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
setEcho(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setEmitFlowEventOnSend(boolean) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setEmitFlowEventOnSend(boolean) - Method in interface org.apache.qpid.proton.engine.Transport
Configure whether a synthetic Flow event should be emitted when messages are sent, reflecting a change in the credit level on the link that may prompt other action.
setEnableSaslByDefault(boolean) - Method in class org.apache.qpid.proton.reactor.ReactorOptions
Sets whether SASL will be automatically enabled with ANONYMOUS as the mechanism, or if no SASL layer will be enabled.
setError(ErrorCondition) - Method in class org.apache.qpid.proton.amqp.messaging.Rejected
 
setError(ErrorCondition) - Method in class org.apache.qpid.proton.amqp.transport.Close
 
setError(ErrorCondition) - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
setError(ErrorCondition) - Method in class org.apache.qpid.proton.amqp.transport.End
 
setExpiryPolicy(TerminusExpiryPolicy) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
setExpiryTime(long) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setExpiryTime(long) - Method in interface org.apache.qpid.proton.message.Message
 
setFail(Boolean) - Method in class org.apache.qpid.proton.amqp.transaction.Discharge
 
setFilter(Map) - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
setFirst(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
setFirstAcquirer(boolean) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setFirstAcquirer(boolean) - Method in interface org.apache.qpid.proton.message.Message
 
setFirstAcquirer(Boolean) - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
setFooter(Footer) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setFooter(Footer) - Method in interface org.apache.qpid.proton.message.Message
 
setFrameHandler(FrameHandler) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
Override the default frame handler.
setGlobalHandler(Handler) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
setGlobalHandler(Handler) - Method in interface org.apache.qpid.proton.reactor.Reactor
Sets a new global handler.
setGlobalId(GlobalTxId) - Method in class org.apache.qpid.proton.amqp.transaction.Declare
 
setGroupId(String) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setGroupId(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setGroupId(String) - Method in interface org.apache.qpid.proton.message.Message
 
setGroupSequence(long) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setGroupSequence(long) - Method in interface org.apache.qpid.proton.message.Message
 
setGroupSequence(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setHandle(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setHandle(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
setHandle(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setHandle(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setHandleMax(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setHandler(Extendable, Handler) - Static method in class org.apache.qpid.proton.engine.BaseHandler
 
setHandler(Handler) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
setHandler(Handler) - Method in interface org.apache.qpid.proton.reactor.Reactor
Sets a new handler, that will receive any events not handled by a child of the reactor.
setHandler(Record, Handler) - Static method in class org.apache.qpid.proton.engine.BaseHandler
 
setHeader(Header) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setHeader(Header) - Method in interface org.apache.qpid.proton.message.Message
 
setHost(String) - Method in class org.apache.qpid.proton.reactor.impl.Address
 
setHostname(String) - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
setHostname(String) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setHostname(String) - Method in interface org.apache.qpid.proton.engine.Connection
Set the name of the host (either fully qualified or relative) to which this connection is connecting to.
setHostname(String) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setIdleTimeout(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setIdleTimeout(int) - Method in interface org.apache.qpid.proton.engine.Transport
 
setIdleTimeOut(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setIncomingCapacity(int) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
setIncomingCapacity(int) - Method in interface org.apache.qpid.proton.engine.Session
 
setIncomingLocales(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setIncomingWindow(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setIncomingWindow(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setIncompleteUnsettled(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setInfo(Map) - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
setInitialDeliveryCount(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setInitialRemoteMaxFrameSize(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setInitialRemoteMaxFrameSize(int) - Method in interface org.apache.qpid.proton.engine.Transport
Allows overriding the initial remote-max-frame-size to a value greater than the default 512bytes.
setInitialResponse(Binary) - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
setKeyEncoding(AMQPType<?>) - Method in class org.apache.qpid.proton.codec.MapType
 
setLast(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
setLinkCredit(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setListener(SaslListener) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
setListener(SaslListener) - Method in interface org.apache.qpid.proton.engine.Sasl
Adds a listener to receive notice of frames having arrived.
setLocalContainerId(String) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setLocalContainerId(String) - Method in interface org.apache.qpid.proton.engine.ProtonJConnection
 
setLogMessagePrefix(String) - Method in class org.apache.qpid.proton.logging.LoggingProtocolTracer
 
setMaxFrameSize(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setMaxFrameSize(int) - Method in interface org.apache.qpid.proton.engine.Transport
 
setMaxFrameSize(int) - Method in class org.apache.qpid.proton.reactor.ReactorOptions
Sets the maximum frame size value to announce in the Open frame.
setMaxFrameSize(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setMaxMessageSize(UnsignedLong) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setMaxMessageSize(UnsignedLong) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setMaxMessageSize(UnsignedLong) - Method in interface org.apache.qpid.proton.engine.Link
Sets the local link max message size, to be conveyed to the peer via the Attach frame when attaching the link to the session.
setMechanism(Symbol) - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
setMechanism(Symbol) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
setMechanisms(String...) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
setMechanisms(String...) - Method in interface org.apache.qpid.proton.engine.Sasl
Set the acceptable SASL mechanisms for the layer.
setMessageAnnotations(Map) - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
setMessageAnnotations(MessageAnnotations) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setMessageAnnotations(MessageAnnotations) - Method in interface org.apache.qpid.proton.message.Message
 
setMessageFormat(int) - Method in interface org.apache.qpid.proton.engine.Delivery
Sets the message-format for this Delivery, representing the 32bit value using an int.
setMessageFormat(int) - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
setMessageFormat(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setMessageId(Object) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setMessageId(Object) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setMessageId(Object) - Method in interface org.apache.qpid.proton.message.Message
 
setMore(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setName(String) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setName(String) - Method in class org.apache.qpid.proton.reactor.impl.Address
 
setNextIncomingId(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setNextOutgoingId(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setNextOutgoingId(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setOfferedCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setOfferedCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setOfferedCapabilities(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setOfferedCapabilities(Symbol[]) - Method in interface org.apache.qpid.proton.engine.Connection
 
setOfferedCapabilities(Symbol[]) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setOfferedCapabilities(Symbol[]) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setOfferedCapabilities(Symbol[]) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
setOfferedCapabilities(Symbol[]) - Method in interface org.apache.qpid.proton.engine.Link
Sets the local link offered capabilities, to be conveyed to the peer via the Attach frame when attaching the link to the session.
setOfferedCapabilities(Symbol[]) - Method in interface org.apache.qpid.proton.engine.Session
Sets the local session offered capabilities, to be conveyed to the peer via the Begin frame when opening the session.
setOutboundFrameSizeLimit(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setOutboundFrameSizeLimit(int) - Method in interface org.apache.qpid.proton.engine.Transport
Set an upper limit on the size of outgoing frames that will be sent to the peer.
setOutcome(Outcome) - Method in class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
setOutcomes(Symbol...) - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
setOutgoingLocales(Symbol...) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setOutgoingWindow(long) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
setOutgoingWindow(long) - Method in interface org.apache.qpid.proton.engine.Session
Sets the outgoing window size.
setOutgoingWindow(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setOutgoingWindow(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setPass(String) - Method in class org.apache.qpid.proton.reactor.impl.Address
 
setPeerAuthentication(SslDomain.VerifyMode) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
setPeerAuthentication(SslDomain.VerifyMode) - Method in interface org.apache.qpid.proton.engine.SslDomain
Configure the level of verification used on the peer certificate.
setPeerHostname(String) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslImpl
setPeerHostname(String) - Method in interface org.apache.qpid.proton.engine.Ssl
 
setPort(String) - Method in class org.apache.qpid.proton.reactor.impl.Address
 
setPriority(short) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setPriority(short) - Method in interface org.apache.qpid.proton.message.Message
 
setPriority(UnsignedByte) - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
setProperties(Map) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setProperties(Map) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setProperties(Map) - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
setProperties(Map) - Method in class org.apache.qpid.proton.amqp.transport.Open
 
setProperties(Map<Symbol, Object>) - Method in interface org.apache.qpid.proton.engine.Connection
 
setProperties(Map<Symbol, Object>) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setProperties(Map<Symbol, Object>) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setProperties(Map<Symbol, Object>) - Method in class org.apache.qpid.proton.engine.impl.SessionImpl
 
setProperties(Map<Symbol, Object>) - Method in interface org.apache.qpid.proton.engine.Link
Sets the local link properties, to be conveyed to the peer via the Attach frame when attaching the link to the session.
setProperties(Map<Symbol, Object>) - Method in interface org.apache.qpid.proton.engine.Session
Sets the local session properties, to be conveyed to the peer via the Begin frame when attaching the session to the session.
setProperties(Properties) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setProperties(Properties) - Method in interface org.apache.qpid.proton.message.Message
 
setProtocolTracer(ProtocolTracer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setProtocolTracer(ProtocolTracer) - Method in interface org.apache.qpid.proton.engine.ProtonJTransport
 
setRcvSettleMode(ReceiverSettleMode) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setRcvSettleMode(ReceiverSettleMode) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setReactor(Reactor) - Method in class org.apache.qpid.proton.engine.impl.ConnectionImpl
 
setReactor(Reactor) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setReactor(Reactor) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setReactor(Reactor) - Method in class org.apache.qpid.proton.reactor.impl.TaskImpl
 
setReading(boolean) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setReading(boolean) - Method in interface org.apache.qpid.proton.reactor.Selectable
Sets the value that will be returned by Selectable.isReading().
setReceiverSettleMode(ReceiverSettleMode) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setReceiverSettleMode(ReceiverSettleMode) - Method in interface org.apache.qpid.proton.engine.Link
Sets the receiver settle mode.
setRegistered(boolean) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setRegistered(boolean) - Method in interface org.apache.qpid.proton.reactor.Selectable
Set the registered flag for a selectable.
setRemoteChannel(UnsignedShort) - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
setRemoteHostname(String) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
setRemoteHostname(String) - Method in interface org.apache.qpid.proton.engine.Sasl
Set the remote hostname to indicate the host being connected to when sending a SaslInit to the server.
setRemoteSenderSettleMode(SenderSettleMode) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setRemoteSenderSettleMode(SenderSettleMode) - Method in interface org.apache.qpid.proton.engine.Link
Deprecated.
setReplyTo(String) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setReplyTo(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setReplyTo(String) - Method in interface org.apache.qpid.proton.message.Message
 
setReplyToGroupId(String) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setReplyToGroupId(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setReplyToGroupId(String) - Method in interface org.apache.qpid.proton.message.Message
 
setResponse(Binary) - Method in class org.apache.qpid.proton.amqp.security.SaslResponse
 
setResponse(Binary) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
setResume(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setRole(Role) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setRole(Role) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
setSaslServerMechanisms(Symbol...) - Method in class org.apache.qpid.proton.amqp.security.SaslMechanisms
 
setScheme(String) - Method in class org.apache.qpid.proton.reactor.impl.Address
 
setSectionNumber(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.messaging.Received
 
setSectionOffset(UnsignedLong) - Method in class org.apache.qpid.proton.amqp.messaging.Received
 
setSelectable(Selectable) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setSelector(Selector) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
setSenderSettleMode(SenderSettleMode) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setSenderSettleMode(SenderSettleMode) - Method in interface org.apache.qpid.proton.engine.Link
Sets the sender settle mode.
setSettled(boolean) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
setSettled(Boolean) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setSndSettleMode(SenderSettleMode) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setSource(Source) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setSource(Source) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setSource(Source) - Method in interface org.apache.qpid.proton.engine.Link
Sets the source for this link.
setSslContext(SSLContext) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
setSslContext(SSLContext) - Method in interface org.apache.qpid.proton.engine.SslDomain
Sets an SSLContext for use when establishing SSL transport.
setState(DeliveryState) - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
setState(DeliveryState) - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
setSubject(String) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setSubject(String) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setSubject(String) - Method in interface org.apache.qpid.proton.message.Message
 
setTarget(Target) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setTarget(Target) - Method in class org.apache.qpid.proton.engine.impl.LinkImpl
 
setTarget(Target) - Method in interface org.apache.qpid.proton.engine.Link
Expected to be used in a similar manner to Link.setSource(Source)
setTimeout(long) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
setTimeout(long) - Method in interface org.apache.qpid.proton.reactor.Reactor
The value the reactor will use for Selector.select(long) that is called as part of Reactor.process().
setTimeout(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.messaging.Terminus
 
settle() - Method in interface org.apache.qpid.proton.engine.Delivery
Settles this delivery.
settle() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
SETTLED - Enum constant in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
 
setTo(String) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setTransport(Transport) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setTrustedCaDb(String) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
setTrustedCaDb(String) - Method in interface org.apache.qpid.proton.engine.SslDomain
Configure the set of trusted CA certificates used by this node to verify peers.
setTtl(long) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setTtl(long) - Method in interface org.apache.qpid.proton.message.Message
 
setTtl(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
setTxnId(Binary) - Method in class org.apache.qpid.proton.amqp.transaction.Declared
 
setTxnId(Binary) - Method in class org.apache.qpid.proton.amqp.transaction.Discharge
 
setTxnId(Binary) - Method in class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
setUndeliverableHere(Boolean) - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
setUnsettled(Map) - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
setUser(String) - Method in class org.apache.qpid.proton.reactor.impl.Address
 
setUseReadOnlyOutputBuffer(boolean) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
setUseReadOnlyOutputBuffer(boolean) - Method in interface org.apache.qpid.proton.engine.impl.TransportInternal
 
setUserId(byte[]) - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
setUserId(byte[]) - Method in interface org.apache.qpid.proton.message.Message
 
setUserId(Binary) - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
setValue(Object[], TypeEncoding<?>, int) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
setValue(String, int) - Method in interface org.apache.qpid.proton.codec.StringType.StringEncoding
 
setWriting(boolean) - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
setWriting(boolean) - Method in interface org.apache.qpid.proton.reactor.Selectable
Sets the value that will be returned by Selectable.isWriting().
SHORT - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
SHORT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
ShortEncoding(EncoderImpl, DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
ShortType - Class in org.apache.qpid.proton.codec
 
ShortType.ShortEncoding - Class in org.apache.qpid.proton.codec
 
shortValue() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
shortValue() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
SimpleSslTransportWrapper - Class in org.apache.qpid.proton.engine.impl.ssl
TODO close the SSLEngine when told to, and modify SimpleSslTransportWrapper.wrapOutput() and SimpleSslTransportWrapper.unwrapInput() to respond appropriately thereafter.
size() - Method in class org.apache.qpid.proton.amqp.messaging.Rejected
 
size() - Method in class org.apache.qpid.proton.amqp.security.SaslChallenge
 
size() - Method in interface org.apache.qpid.proton.codec.Data
 
size() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
size() - Method in class org.apache.qpid.proton.codec.messaging.HeaderType.HeaderWrapper
 
size() - Method in class org.apache.qpid.proton.codec.messaging.ModifiedType.ModifiedWrapper
 
size() - Method in class org.apache.qpid.proton.codec.security.SaslInitType.SaslInitWrapper
 
size() - Method in class org.apache.qpid.proton.codec.security.SaslOutcomeType.SaslOutcomeWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transaction.DischargeType.DischargeWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType.TransactionalStateWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transport.AttachType.AttachWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transport.DetachType.DetachWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transport.ErrorConditionType.ErrorConditionWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transport.FlowType.FlowWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transport.OpenType.OpenWrapper
 
size() - Method in class org.apache.qpid.proton.codec.transport.TransferType.TransferWrapper
 
skipped - Static variable in exception org.apache.qpid.proton.ProtonUnsupportedOperationException
Used by the Python test layer to detect an unsupported operation
skipValue() - Method in class org.apache.qpid.proton.codec.DynamicTypeConstructor
 
skipValue() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
skipValue() - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
skipValue() - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
skipValue() - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
skipValue() - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
skipValue() - Method in interface org.apache.qpid.proton.codec.TypeConstructor
 
slice() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
slice() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
slice() - Method in interface org.apache.qpid.proton.codec.ReadableBuffer
Creates a new ReadableBuffer instance that is a view of the readable portion of this buffer.
SMALLINT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
SMALLLONG - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
SMALLUINT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
SMALLULONG - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
socketChannel() - Method in interface org.apache.qpid.proton.reactor.impl.IO
 
socketChannel() - Method in class org.apache.qpid.proton.reactor.impl.IOImpl
 
Source - Class in org.apache.qpid.proton.amqp.messaging
 
Source - Interface in org.apache.qpid.proton.amqp.transport
 
Source() - Constructor for class org.apache.qpid.proton.amqp.messaging.Source
 
SourceType - Class in org.apache.qpid.proton.codec.messaging
 
SourceType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.SourceType
 
ssl(SslDomain) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
ssl(SslDomain) - Method in interface org.apache.qpid.proton.engine.Transport
Equivalent to Transport.ssl(SslDomain, SslPeerDetails) but passing null for SslPeerDetails, meaning no SNI detail is sent, hostname verification isn't supported etc when connecting.
ssl(SslDomain, SslPeerDetails) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
Wrap this transport's output and input to apply SSL encryption and decryption respectively.
ssl(SslDomain, SslPeerDetails) - Method in interface org.apache.qpid.proton.engine.Transport
Wrap this transport's output and input to apply SSL encryption and decryption respectively.
Ssl - Interface in org.apache.qpid.proton.engine
I represent the details of a particular SSL session.
sslDomain() - Static method in class org.apache.qpid.proton.engine.Engine
 
sslDomain() - Static method in class org.apache.qpid.proton.Proton
 
SslDomain - Interface in org.apache.qpid.proton.engine
I store the details used to create SSL sessions.
SslDomain.Factory - Class in org.apache.qpid.proton.engine
 
SslDomain.Mode - Enum in org.apache.qpid.proton.engine
Determines whether the endpoint acts as a client or server.
SslDomain.VerifyMode - Enum in org.apache.qpid.proton.engine
Determines the level of peer validation.
SslDomainImpl - Class in org.apache.qpid.proton.engine.impl.ssl
 
SslDomainImpl() - Constructor for class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
Application code should use SslDomain.Factory.create() instead.
SslEngineFacadeFactory - Class in org.apache.qpid.proton.engine.impl.ssl
 
SslHandshakeSniffingTransportWrapper - Class in org.apache.qpid.proton.engine.impl.ssl
SslHandshakeSniffingTransportWrapper
SslImpl - Class in org.apache.qpid.proton.engine.impl.ssl
 
SslImpl(SslDomain, SslPeerDetails) - Constructor for class org.apache.qpid.proton.engine.impl.ssl.SslImpl
 
sslPeerDetails(String, int) - Static method in class org.apache.qpid.proton.engine.Engine
 
sslPeerDetails(String, int) - Static method in class org.apache.qpid.proton.Proton
 
SslPeerDetails - Interface in org.apache.qpid.proton.engine
The details of the remote peer involved in an SSL session.
SslPeerDetails.Factory - Class in org.apache.qpid.proton.engine
 
SslPeerDetailsImpl - Class in org.apache.qpid.proton.engine.impl.ssl
 
SslPeerDetailsImpl(String, int) - Constructor for class org.apache.qpid.proton.engine.impl.ssl.SslPeerDetailsImpl
Application code should use SslPeerDetails.Factory.create(String, int) instead.
SslTransportWrapper - Interface in org.apache.qpid.proton.engine.impl.ssl
 
start() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
start() - Method in interface org.apache.qpid.proton.reactor.Reactor
Starts the reactor.
STOLEN - Static variable in interface org.apache.qpid.proton.amqp.transport.LinkError
 
stop() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
stop() - Method in interface org.apache.qpid.proton.reactor.Reactor
Stops the reactor.
STR32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
STR8 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
STRING - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
StringType - Class in org.apache.qpid.proton.codec
 
StringType.StringEncoding - Interface in org.apache.qpid.proton.codec
 
StringUtils - Class in org.apache.qpid.proton.engine.impl
 
StringUtils() - Constructor for class org.apache.qpid.proton.engine.impl.StringUtils
 
subBinary(int, int) - Method in class org.apache.qpid.proton.amqp.Binary
 
subSequence(int, int) - Method in class org.apache.qpid.proton.amqp.Symbol
 
subtract(UnsignedInteger) - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
SYM32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
SYM8 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
Symbol - Class in org.apache.qpid.proton.amqp
 
SYMBOL - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
SymbolType - Class in org.apache.qpid.proton.codec
 
SymbolType.SymbolEncoding - Interface in org.apache.qpid.proton.codec
 
SYS - Enum constant in enum org.apache.qpid.proton.amqp.security.SaslCode
 
SYS_PERM - Enum constant in enum org.apache.qpid.proton.amqp.security.SaslCode
 
SYS_TEMP - Enum constant in enum org.apache.qpid.proton.amqp.security.SaslCode
 

T

tail() - Method in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
tail() - Method in class org.apache.qpid.proton.engine.impl.PlainTransportWrapper
 
tail() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
tail() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
tail() - Method in interface org.apache.qpid.proton.engine.impl.TransportInput
 
tail() - Method in interface org.apache.qpid.proton.engine.Transport
 
Target - Class in org.apache.qpid.proton.amqp.messaging
 
Target - Interface in org.apache.qpid.proton.amqp.transport
 
Target() - Constructor for class org.apache.qpid.proton.amqp.messaging.Target
 
TargetType - Class in org.apache.qpid.proton.codec.messaging
 
TargetType(EncoderImpl) - Constructor for class org.apache.qpid.proton.codec.messaging.TargetType
 
Task - Interface in org.apache.qpid.proton.reactor
Represents work scheduled with a Reactor for execution at some point in the future.
TaskImpl - Class in org.apache.qpid.proton.reactor.impl
 
TaskImpl(long, int) - Constructor for class org.apache.qpid.proton.reactor.impl.TaskImpl
 
terminate() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
terminate() - Method in interface org.apache.qpid.proton.reactor.Selectable
Terminates the selectable.
terminated() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
Terminus - Class in org.apache.qpid.proton.amqp.messaging
 
Terminus(Terminus) - Constructor for class org.apache.qpid.proton.amqp.messaging.Terminus
 
TerminusDurability - Enum in org.apache.qpid.proton.amqp.messaging
 
TerminusExpiryPolicy - Enum in org.apache.qpid.proton.amqp.messaging
 
tick(long) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
tick(long) - Method in interface org.apache.qpid.proton.engine.Transport
Prompt the transport to perform work such as idle-timeout/heartbeat handling, and return an absolute deadline in milliseconds that tick must again be called by/at, based on the provided current time in milliseconds, to ensure the periodic work is carried out as necessary.
TimeoutException - Exception in org.apache.qpid.proton
 
TimeoutException() - Constructor for exception org.apache.qpid.proton.TimeoutException
 
TimeoutException(long, String) - Constructor for exception org.apache.qpid.proton.TimeoutException
 
TimeoutException(String) - Constructor for exception org.apache.qpid.proton.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception org.apache.qpid.proton.TimeoutException
 
TimeoutException(Throwable) - Constructor for exception org.apache.qpid.proton.TimeoutException
 
Timer - Class in org.apache.qpid.proton.reactor.impl
 
Timer(Collector) - Constructor for class org.apache.qpid.proton.reactor.impl.Timer
 
TIMER_TASK - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
TIMESTAMP - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
TIMESTAMP - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
TimestampType - Class in org.apache.qpid.proton.codec
 
toQuotedString(Binary, int, boolean) - Static method in class org.apache.qpid.proton.engine.impl.StringUtils
Converts the Binary to a quoted string.
toReadableBuffer() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
toString() - Method in class org.apache.qpid.proton.amqp.Binary
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Accepted
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.AmqpSequence
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.AmqpValue
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.ApplicationProperties
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Data
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.DeleteOnClose
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinks
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.DeleteOnNoLinksOrMessages
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.DeleteOnNoMessages
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.DeliveryAnnotations
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Footer
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Header
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.MessageAnnotations
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Modified
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Properties
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Received
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Rejected
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Released
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Source
 
toString() - Method in class org.apache.qpid.proton.amqp.messaging.Target
 
toString() - Method in class org.apache.qpid.proton.amqp.security.SaslChallenge
 
toString() - Method in class org.apache.qpid.proton.amqp.security.SaslInit
 
toString() - Method in class org.apache.qpid.proton.amqp.security.SaslMechanisms
 
toString() - Method in class org.apache.qpid.proton.amqp.security.SaslOutcome
 
toString() - Method in class org.apache.qpid.proton.amqp.security.SaslResponse
 
toString() - Method in class org.apache.qpid.proton.amqp.Symbol
 
toString() - Method in class org.apache.qpid.proton.amqp.transaction.Coordinator
 
toString() - Method in class org.apache.qpid.proton.amqp.transaction.Declare
 
toString() - Method in class org.apache.qpid.proton.amqp.transaction.Declared
 
toString() - Method in class org.apache.qpid.proton.amqp.transaction.Discharge
 
toString() - Method in class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Attach
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Begin
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Close
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Detach
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Disposition
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.EmptyFrame
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.End
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.ErrorCondition
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Flow
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Open
 
toString() - Method in class org.apache.qpid.proton.amqp.transport.Transfer
 
toString() - Method in class org.apache.qpid.proton.amqp.UnknownDescribedType
 
toString() - Method in class org.apache.qpid.proton.amqp.UnsignedByte
 
toString() - Method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
toString() - Method in class org.apache.qpid.proton.amqp.UnsignedLong
 
toString() - Method in class org.apache.qpid.proton.amqp.UnsignedShort
 
toString() - Method in class org.apache.qpid.proton.codec.CompositeReadableBuffer
 
toString() - Method in class org.apache.qpid.proton.codec.CompositeWritableBuffer
 
toString() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
toString() - Method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
toString() - Method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
toString() - Method in class org.apache.qpid.proton.engine.impl.DeliveryImpl
 
toString() - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
toString() - Method in class org.apache.qpid.proton.engine.impl.ssl.SimpleSslTransportWrapper
 
toString() - Method in class org.apache.qpid.proton.engine.impl.ssl.SslDomainImpl
 
toString() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
toString() - Method in class org.apache.qpid.proton.framing.TransportFrame
 
toString() - Method in class org.apache.qpid.proton.message.impl.MessageImpl
 
toString() - Method in class org.apache.qpid.proton.reactor.impl.Address
 
toString(byte) - Static method in interface org.apache.qpid.proton.codec.EncodingCodes
 
trace(int) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
trace(int) - Method in interface org.apache.qpid.proton.engine.Transport
 
TRACE_DRV - Static variable in interface org.apache.qpid.proton.engine.Transport
 
TRACE_FRM - Static variable in interface org.apache.qpid.proton.engine.Transport
 
TRACE_OFF - Static variable in interface org.apache.qpid.proton.engine.Transport
 
TRACE_RAW - Static variable in interface org.apache.qpid.proton.engine.Transport
 
TRANSACTION_ROLLBACK - Static variable in interface org.apache.qpid.proton.amqp.transaction.TransactionErrors
 
TRANSACTION_TIMEOUT - Static variable in interface org.apache.qpid.proton.amqp.transaction.TransactionErrors
 
Transactional - Enum constant in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
 
TransactionalState - Class in org.apache.qpid.proton.amqp.transaction
 
TransactionalState() - Constructor for class org.apache.qpid.proton.amqp.transaction.TransactionalState
 
TransactionalStateType - Class in org.apache.qpid.proton.codec.transaction
 
TransactionalStateType.TransactionalStateWrapper - Class in org.apache.qpid.proton.codec.transaction
 
TransactionalStateWrapper(TransactionalState) - Constructor for class org.apache.qpid.proton.codec.transaction.TransactionalStateType.TransactionalStateWrapper
 
TransactionErrors - Interface in org.apache.qpid.proton.amqp.transaction
 
Transfer - Class in org.apache.qpid.proton.amqp.transport
 
Transfer() - Constructor for class org.apache.qpid.proton.amqp.transport.Transfer
 
Transfer(Transfer) - Constructor for class org.apache.qpid.proton.amqp.transport.Transfer
 
TRANSFER_LIMIT_EXCEEDED - Static variable in interface org.apache.qpid.proton.amqp.transport.LinkError
 
transferTo(ByteBuffer) - Method in class org.apache.qpid.proton.engine.impl.FrameWriterBuffer
Copy bytes from this buffer into the target buffer and compacts this buffer.
TransferType - Class in org.apache.qpid.proton.codec.transport
 
TransferType.TransferWrapper - Class in org.apache.qpid.proton.codec.transport
 
TransferWrapper(Transfer) - Constructor for class org.apache.qpid.proton.codec.transport.TransferType.TransferWrapper
 
transport() - Static method in class org.apache.qpid.proton.engine.Engine
 
transport() - Static method in class org.apache.qpid.proton.Proton
 
Transport - Interface in org.apache.qpid.proton.engine
Operates on the entities in the associated Connection by accepting and producing binary AMQP output, potentially layered within SASL and/or SSL.
TRANSPORT - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
TRANSPORT_CLOSED - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
TRANSPORT_ERROR - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
TRANSPORT_HEAD_CLOSED - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
TRANSPORT_TAIL_CLOSED - Enum constant in enum org.apache.qpid.proton.engine.Event.Type
 
Transport.Factory - Class in org.apache.qpid.proton.engine
 
TransportDecodeException - Exception in org.apache.qpid.proton.engine
 
TransportDecodeException(String, DecodeException) - Constructor for exception org.apache.qpid.proton.engine.TransportDecodeException
 
TransportDelivery - Class in org.apache.qpid.proton.engine.impl
 
TransportException - Exception in org.apache.qpid.proton.engine
 
TransportException() - Constructor for exception org.apache.qpid.proton.engine.TransportException
 
TransportException(String) - Constructor for exception org.apache.qpid.proton.engine.TransportException
 
TransportException(String, Object...) - Constructor for exception org.apache.qpid.proton.engine.TransportException
 
TransportException(String, Throwable) - Constructor for exception org.apache.qpid.proton.engine.TransportException
 
TransportException(Throwable) - Constructor for exception org.apache.qpid.proton.engine.TransportException
 
TransportFrame - Class in org.apache.qpid.proton.framing
 
TransportFrame(int, FrameBody, Binary) - Constructor for class org.apache.qpid.proton.framing.TransportFrame
 
TransportImpl - Class in org.apache.qpid.proton.engine.impl
 
TransportImpl() - Constructor for class org.apache.qpid.proton.engine.impl.TransportImpl
Application code should use Transport.Factory.create() instead
TransportInput - Interface in org.apache.qpid.proton.engine.impl
 
TransportInternal - Interface in org.apache.qpid.proton.engine.impl
Extended Transport interface providing access to certain methods intended mainly for internal use, or use in extending implementation details not strictly considered part of the public Transport API.
TransportLayer - Interface in org.apache.qpid.proton.engine.impl
 
TransportOutput - Interface in org.apache.qpid.proton.engine.impl
 
TransportResult - Interface in org.apache.qpid.proton.engine
 
TransportResult.Status - Enum in org.apache.qpid.proton.engine
 
TransportResultFactory - Class in org.apache.qpid.proton.engine
Creates TransportResults.
TransportResultFactory() - Constructor for class org.apache.qpid.proton.engine.TransportResultFactory
 
TransportWrapper - Interface in org.apache.qpid.proton.engine.impl
 
TxnCapability - Interface in org.apache.qpid.proton.amqp.transaction
 
type() - Method in interface org.apache.qpid.proton.codec.Data
 
type() - Method in class org.apache.qpid.proton.codec.impl.DataImpl
 
TypeConstructor<V> - Interface in org.apache.qpid.proton.codec
 
TypeEncoding<V> - Interface in org.apache.qpid.proton.codec
 

U

UBYTE - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
UBYTE - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
UINT - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
UINT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
UINT0 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
ULONG - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
ULONG - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
ULONG0 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
UNATTACHED_HANDLE - Static variable in interface org.apache.qpid.proton.amqp.transport.SessionError
 
UNAUTHORIZED_ACCESS - Static variable in interface org.apache.qpid.proton.amqp.transport.AmqpError
 
unbind() - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
unbind() - Method in interface org.apache.qpid.proton.engine.Transport
 
UNINITIALIZED - Enum constant in enum org.apache.qpid.proton.engine.EndpointState
 
UNKNOWN_ID - Static variable in interface org.apache.qpid.proton.amqp.transaction.TransactionErrors
 
UnknownDescribedType - Class in org.apache.qpid.proton.amqp
 
UnknownDescribedType(Object, Object) - Constructor for class org.apache.qpid.proton.amqp.UnknownDescribedType
 
UNSETTLED - Enum constant in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
 
UNSETTLED_STATE - Enum constant in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
 
UnsignedByte - Class in org.apache.qpid.proton.amqp
 
UnsignedByte(byte) - Constructor for class org.apache.qpid.proton.amqp.UnsignedByte
 
UnsignedByteEncoding(EncoderImpl, DecoderImpl) - Constructor for class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
UnsignedByteType - Class in org.apache.qpid.proton.codec
 
UnsignedByteType.UnsignedByteEncoding - Class in org.apache.qpid.proton.codec
 
UnsignedInteger - Class in org.apache.qpid.proton.amqp
 
UnsignedInteger(int) - Constructor for class org.apache.qpid.proton.amqp.UnsignedInteger
 
UnsignedIntegerType - Class in org.apache.qpid.proton.codec
 
UnsignedIntegerType.UnsignedIntegerEncoding - Interface in org.apache.qpid.proton.codec
 
UnsignedLong - Class in org.apache.qpid.proton.amqp
 
UnsignedLong(long) - Constructor for class org.apache.qpid.proton.amqp.UnsignedLong
 
UnsignedLongType - Class in org.apache.qpid.proton.codec
 
UnsignedLongType.UnsignedLongEncoding - Interface in org.apache.qpid.proton.codec
 
UnsignedShort - Class in org.apache.qpid.proton.amqp
 
UnsignedShort(short) - Constructor for class org.apache.qpid.proton.amqp.UnsignedShort
 
UnsignedShortType - Class in org.apache.qpid.proton.codec
 
unwrap(ByteBuffer, ByteBuffer) - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
update(Selectable) - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
update(Selectable) - Method in interface org.apache.qpid.proton.reactor.Reactor
Updates the specified Selectable either emitting a Event.Type.SELECTABLE_UPDATED event if the selectable is not terminal, or Event.Type.SELECTABLE_FINAL if the selectable is terminal and has not already emitted a Event.Type.SELECTABLE_FINAL event.
update(Selectable) - Method in interface org.apache.qpid.proton.reactor.Selector
Updates the selector to reflect any changes interest by the specified selectable.
USHORT - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
USHORT - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
UUID - Enum constant in enum org.apache.qpid.proton.codec.Data.DataType
 
UUID - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
UUIDType - Class in org.apache.qpid.proton.codec
 

V

valueOf(byte) - Static method in class org.apache.qpid.proton.amqp.UnsignedByte
 
valueOf(int) - Static method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
valueOf(long) - Static method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
valueOf(long) - Static method in class org.apache.qpid.proton.amqp.UnsignedLong
 
valueOf(short) - Static method in class org.apache.qpid.proton.amqp.UnsignedShort
 
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.security.SaslCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.qpid.proton.amqp.Symbol
 
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.transport.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.qpid.proton.amqp.UnsignedByte
 
valueOf(String) - Static method in class org.apache.qpid.proton.amqp.UnsignedInteger
 
valueOf(String) - Static method in class org.apache.qpid.proton.amqp.UnsignedLong
 
valueOf(String) - Static method in class org.apache.qpid.proton.amqp.UnsignedShort
 
valueOf(String) - Static method in enum org.apache.qpid.proton.codec.Data.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.EndpointState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.Event.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.Sasl.SaslState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.SslDomain.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.SslDomain.VerifyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.engine.TransportResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.qpid.proton.message.MessageError
Returns the enum constant of this type with the specified name.
valueOf(BigInteger) - Static method in class org.apache.qpid.proton.amqp.UnsignedLong
 
valueOf(Symbol) - Static method in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
Returns the enum constant of this type with the specified name.
valueOf(UnsignedByte) - Static method in enum org.apache.qpid.proton.amqp.security.SaslCode
Returns the enum constant of this type with the specified name.
valueOf(UnsignedByte) - Static method in enum org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
Returns the enum constant of this type with the specified name.
valueOf(UnsignedByte) - Static method in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.qpid.proton.amqp.messaging.Section.SectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.messaging.TerminusDurability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.messaging.TerminusExpiryPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.security.SaslCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.transport.DeliveryState.DeliveryStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.transport.ReceiverSettleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.transport.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.amqp.transport.SenderSettleMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.codec.Data.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.EndpointState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.Sasl.SaslOutcome
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.Sasl.SaslState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.SslDomain.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.SslDomain.VerifyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.engine.TransportResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.qpid.proton.message.MessageError
Returns an array containing the constants of this enum type, in the order they are declared.
VBIN32 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
VBIN8 - Static variable in interface org.apache.qpid.proton.codec.EncodingCodes
 
VERIFY_PEER - Enum constant in enum org.apache.qpid.proton.engine.SslDomain.VerifyMode
Requires peers provide a valid identifying certificate signed by a trusted certificate.
VERIFY_PEER_NAME - Enum constant in enum org.apache.qpid.proton.engine.SslDomain.VerifyMode
Requires peers provide a valid identifying certificate signed by a trusted certificate, including verifying hostname details of the certificate using peer details provided when configuring TLS via Transport.ssl(SslDomain, SslPeerDetails).

W

wakeup() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
wakeup() - Method in interface org.apache.qpid.proton.reactor.Reactor
Wakes up the thread (if any) blocked in the Reactor.process() method.
WINDOW_VIOLATION - Static variable in interface org.apache.qpid.proton.amqp.transport.SessionError
 
wrap(byte[]) - Static method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
wrap(byte[]) - Static method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
wrap(ByteBuffer) - Static method in class org.apache.qpid.proton.codec.ReadableBuffer.ByteBufferReader
 
wrap(ByteBuffer) - Static method in class org.apache.qpid.proton.codec.WritableBuffer.ByteBufferWrapper
 
wrap(ByteBuffer, ByteBuffer) - Method in interface org.apache.qpid.proton.engine.impl.ssl.ProtonSslEngine
 
wrap(Accepted) - Method in class org.apache.qpid.proton.codec.messaging.AcceptedType
 
wrap(AmqpSequence) - Method in class org.apache.qpid.proton.codec.messaging.AmqpSequenceType
 
wrap(AmqpValue) - Method in class org.apache.qpid.proton.codec.messaging.AmqpValueType
 
wrap(ApplicationProperties) - Method in class org.apache.qpid.proton.codec.messaging.ApplicationPropertiesType
 
wrap(Data) - Method in class org.apache.qpid.proton.codec.messaging.DataType
 
wrap(DeleteOnClose) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnCloseType
 
wrap(DeleteOnNoLinks) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksType
 
wrap(DeleteOnNoLinksOrMessages) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoLinksOrMessagesType
 
wrap(DeleteOnNoMessages) - Method in class org.apache.qpid.proton.codec.messaging.DeleteOnNoMessagesType
 
wrap(DeliveryAnnotations) - Method in class org.apache.qpid.proton.codec.messaging.DeliveryAnnotationsType
 
wrap(Footer) - Method in class org.apache.qpid.proton.codec.messaging.FooterType
 
wrap(Header) - Method in class org.apache.qpid.proton.codec.messaging.HeaderType
 
wrap(MessageAnnotations) - Method in class org.apache.qpid.proton.codec.messaging.MessageAnnotationsType
 
wrap(Modified) - Method in class org.apache.qpid.proton.codec.messaging.ModifiedType
 
wrap(Properties) - Method in class org.apache.qpid.proton.codec.messaging.PropertiesType
 
wrap(Received) - Method in class org.apache.qpid.proton.codec.messaging.ReceivedType
 
wrap(Rejected) - Method in class org.apache.qpid.proton.codec.messaging.RejectedType
 
wrap(Released) - Method in class org.apache.qpid.proton.codec.messaging.ReleasedType
 
wrap(Source) - Method in class org.apache.qpid.proton.codec.messaging.SourceType
 
wrap(Target) - Method in class org.apache.qpid.proton.codec.messaging.TargetType
 
wrap(SaslChallenge) - Method in class org.apache.qpid.proton.codec.security.SaslChallengeType
 
wrap(SaslInit) - Method in class org.apache.qpid.proton.codec.security.SaslInitType
 
wrap(SaslMechanisms) - Method in class org.apache.qpid.proton.codec.security.SaslMechanismsType
 
wrap(SaslOutcome) - Method in class org.apache.qpid.proton.codec.security.SaslOutcomeType
 
wrap(SaslResponse) - Method in class org.apache.qpid.proton.codec.security.SaslResponseType
 
wrap(Coordinator) - Method in class org.apache.qpid.proton.codec.transaction.CoordinatorType
 
wrap(Declare) - Method in class org.apache.qpid.proton.codec.transaction.DeclareType
 
wrap(Declared) - Method in class org.apache.qpid.proton.codec.transaction.DeclaredType
 
wrap(Discharge) - Method in class org.apache.qpid.proton.codec.transaction.DischargeType
 
wrap(TransactionalState) - Method in class org.apache.qpid.proton.codec.transaction.TransactionalStateType
 
wrap(Attach) - Method in class org.apache.qpid.proton.codec.transport.AttachType
 
wrap(Begin) - Method in class org.apache.qpid.proton.codec.transport.BeginType
 
wrap(Close) - Method in class org.apache.qpid.proton.codec.transport.CloseType
 
wrap(Detach) - Method in class org.apache.qpid.proton.codec.transport.DetachType
 
wrap(Disposition) - Method in class org.apache.qpid.proton.codec.transport.DispositionType
 
wrap(End) - Method in class org.apache.qpid.proton.codec.transport.EndType
 
wrap(ErrorCondition) - Method in class org.apache.qpid.proton.codec.transport.ErrorConditionType
 
wrap(Flow) - Method in class org.apache.qpid.proton.codec.transport.FlowType
 
wrap(Open) - Method in class org.apache.qpid.proton.codec.transport.OpenType
 
wrap(Transfer) - Method in class org.apache.qpid.proton.codec.transport.TransferType
 
wrap(TransportInput, TransportOutput) - Method in class org.apache.qpid.proton.engine.impl.SaslImpl
 
wrap(TransportInput, TransportOutput) - Method in class org.apache.qpid.proton.engine.impl.ssl.SslImpl
 
wrap(TransportInput, TransportOutput) - Method in interface org.apache.qpid.proton.engine.impl.TransportLayer
 
wrap(T) - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
WritableBuffer - Interface in org.apache.qpid.proton.codec
 
WritableBuffer.ByteBufferWrapper - Class in org.apache.qpid.proton.codec
 
write() - Method in class org.apache.qpid.proton.codec.NullType
 
write(boolean) - Method in interface org.apache.qpid.proton.codec.BooleanType.BooleanEncoding
 
write(boolean[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(byte) - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
write(byte[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(char) - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
write(char) - Method in class org.apache.qpid.proton.codec.CharacterType
 
write(char[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(double) - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
write(double) - Method in class org.apache.qpid.proton.codec.DoubleType
 
write(double[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(float) - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
write(float) - Method in class org.apache.qpid.proton.codec.FloatType
 
write(float[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(int) - Method in interface org.apache.qpid.proton.codec.IntegerType.IntegerEncoding
 
write(int) - Method in class org.apache.qpid.proton.codec.IntegerType
 
write(int[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(long) - Method in interface org.apache.qpid.proton.codec.LongType.LongEncoding
 
write(long) - Method in class org.apache.qpid.proton.codec.LongType
 
write(long) - Method in class org.apache.qpid.proton.codec.TimestampType
 
write(long[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(short) - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
write(short) - Method in class org.apache.qpid.proton.codec.ShortType
 
write(short[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(Object[]) - Method in class org.apache.qpid.proton.codec.ArrayType
 
write(BigInteger) - Method in interface org.apache.qpid.proton.codec.BigIntegerType.BigIntegerEncoding
 
write(DescribedType) - Method in class org.apache.qpid.proton.codec.DynamicDescribedType
 
write(Accepted) - Method in class org.apache.qpid.proton.codec.messaging.FastPathAcceptedType
 
write(AmqpSequence) - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpSequenceType
 
write(AmqpValue) - Method in class org.apache.qpid.proton.codec.messaging.FastPathAmqpValueType
 
write(ApplicationProperties) - Method in class org.apache.qpid.proton.codec.messaging.FastPathApplicationPropertiesType
 
write(Data) - Method in class org.apache.qpid.proton.codec.messaging.FastPathDataType
 
write(DeliveryAnnotations) - Method in class org.apache.qpid.proton.codec.messaging.FastPathDeliveryAnnotationsType
 
write(Footer) - Method in class org.apache.qpid.proton.codec.messaging.FastPathFooterType
 
write(Header) - Method in class org.apache.qpid.proton.codec.messaging.FastPathHeaderType
 
write(MessageAnnotations) - Method in class org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType
 
write(Properties) - Method in class org.apache.qpid.proton.codec.messaging.FastPathPropertiesType
 
write(Disposition) - Method in class org.apache.qpid.proton.codec.transport.FastPathDispositionType
 
write(Flow) - Method in class org.apache.qpid.proton.codec.transport.FastPathFlowType
 
write(Transfer) - Method in class org.apache.qpid.proton.codec.transport.FastPathTransferType
 
write(T) - Method in class org.apache.qpid.proton.codec.AbstractDescribedType
 
write(UnsignedShort) - Method in class org.apache.qpid.proton.codec.UnsignedShortType
 
write(V) - Method in interface org.apache.qpid.proton.codec.AMQPType
 
writeable() - Method in class org.apache.qpid.proton.reactor.impl.SelectableImpl
 
writeable() - Method in interface org.apache.qpid.proton.reactor.Selectable
Notify the selectable that the underlying SelectableChannel is ready for a write operation.
writeable() - Method in interface org.apache.qpid.proton.reactor.Selector
 
writeArray(boolean[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(boolean[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(byte[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(byte[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(char[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(char[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(double[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(double[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(float[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(float[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(int[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(int[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(long[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(long[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(short[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(short[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeArray(Object[]) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeArray(Object[]) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeBinary(Binary) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeBinary(Binary) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeBoolean(boolean) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeBoolean(boolean) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeBoolean(Boolean) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeBoolean(Boolean) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeByte(byte) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeByte(byte) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeByte(Byte) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeByte(Byte) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeCharacter(char) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeCharacter(char) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeCharacter(Character) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeCharacter(Character) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeConstructor() - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
writeConstructor() - Method in interface org.apache.qpid.proton.codec.PrimitiveTypeEncoding
 
writeConstructor() - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 
writeDecimal128(Decimal128) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeDecimal128(Decimal128) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeDecimal32(Decimal32) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeDecimal32(Decimal32) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeDecimal64(Decimal64) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeDecimal64(Decimal64) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeDescribedType(DescribedType) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeDescribedType(DescribedType) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeDouble(double) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeDouble(double) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeDouble(Double) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeDouble(Double) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeFloat(float) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeFloat(float) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeFloat(Float) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeFloat(Float) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeFrame(int, FrameBody, ReadableBuffer, Runnable) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
writeInteger(int) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeInteger(int) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeInteger(Integer) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeInteger(Integer) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeInto(ByteBuffer) - Method in class org.apache.qpid.proton.engine.impl.TransportImpl
 
writeList(List) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeList(List) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeLong(long) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeLong(long) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeLong(Long) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeLong(Long) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeMap(Map) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeMap(Map) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeNull() - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeNull() - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeObject(Object) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeObject(Object) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeRaw(byte) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeShort(short) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeShort(short) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeShort(Short) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeShort(Short) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeString(String) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeString(String) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeSymbol(Symbol) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeSymbol(Symbol) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeTimestamp(long) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeTimestamp(long) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeTimestamp(Date) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeTimestamp(Date) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeTo(ByteBuffer) - Method in class org.apache.qpid.proton.amqp.Symbol
 
writeTo(WritableBuffer) - Method in class org.apache.qpid.proton.amqp.Symbol
 
writeType(byte) - Method in class org.apache.qpid.proton.codec.ByteType
 
writeUnsignedByte(UnsignedByte) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeUnsignedByte(UnsignedByte) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeUnsignedInteger(UnsignedInteger) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeUnsignedInteger(UnsignedInteger) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeUnsignedLong(UnsignedLong) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeUnsignedLong(UnsignedLong) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeUnsignedShort(UnsignedShort) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeUnsignedShort(UnsignedShort) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeUUID(UUID) - Method in interface org.apache.qpid.proton.codec.Encoder
 
writeUUID(UUID) - Method in class org.apache.qpid.proton.codec.EncoderImpl
 
writeValue(boolean) - Method in interface org.apache.qpid.proton.codec.BooleanType.BooleanEncoding
 
writeValue(boolean) - Method in class org.apache.qpid.proton.codec.BooleanType
 
writeValue(boolean[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(byte) - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
writeValue(byte[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(char) - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
writeValue(char[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(double) - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
writeValue(double[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(float) - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
writeValue(float[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(int) - Method in interface org.apache.qpid.proton.codec.IntegerType.IntegerEncoding
 
writeValue(int[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(long) - Method in interface org.apache.qpid.proton.codec.LongType.LongEncoding
 
writeValue(long[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(short) - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
writeValue(short[]) - Method in interface org.apache.qpid.proton.codec.ArrayType.ArrayEncoding
 
writeValue(Byte) - Method in class org.apache.qpid.proton.codec.ByteType.ByteEncoding
 
writeValue(Character) - Method in class org.apache.qpid.proton.codec.CharacterType.CharacterEncoding
 
writeValue(Double) - Method in class org.apache.qpid.proton.codec.DoubleType.DoubleEncoding
 
writeValue(Float) - Method in class org.apache.qpid.proton.codec.FloatType.FloatEncoding
 
writeValue(Short) - Method in class org.apache.qpid.proton.codec.ShortType.ShortEncoding
 
writeValue(BigInteger) - Method in interface org.apache.qpid.proton.codec.BigIntegerType.BigIntegerEncoding
 
writeValue(UnsignedByte) - Method in class org.apache.qpid.proton.codec.UnsignedByteType.UnsignedByteEncoding
 
writeValue(V) - Method in interface org.apache.qpid.proton.codec.TypeEncoding
 

Y

yield() - Method in class org.apache.qpid.proton.reactor.impl.ReactorImpl
 
yield() - Method in interface org.apache.qpid.proton.reactor.Reactor
Yields, causing the next call to Reactor.process() to return successfully - without processing any events.

Z

ZERO - Static variable in class org.apache.qpid.proton.amqp.UnsignedInteger
 
ZERO - Static variable in class org.apache.qpid.proton.amqp.UnsignedLong
 

_

_selectedTransportWrapper - Variable in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
_wrapper1 - Variable in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
_wrapper2 - Variable in class org.apache.qpid.proton.engine.impl.HandshakeSniffingTransportWrapper
 
A B C D E F G H I L M N O P Q R S T U V W Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form