Skip navigation links
A B C D E F G H I J L M N O P Q R S T V W 

A

AbstractConnectionContext - Class in org.proton.plug.context
 
AbstractConnectionContext(AMQPConnectionCallback, Executor, ScheduledExecutorService) - Constructor for class org.proton.plug.context.AbstractConnectionContext
 
AbstractConnectionContext(AMQPConnectionCallback, String, int, int, int, Executor, ScheduledExecutorService) - Constructor for class org.proton.plug.context.AbstractConnectionContext
 
AbstractProtonContextSender - Class in org.proton.plug.context
A this is a wrapper around an ActiveMQ Artemis ServerConsumer for handling outgoing messages and incoming acks via a Proton Sender
AbstractProtonContextSender(AbstractConnectionContext, Sender, AbstractProtonSessionContext, AMQPSessionCallback) - Constructor for class org.proton.plug.context.AbstractProtonContextSender
 
AbstractProtonReceiverContext - Class in org.proton.plug.context
handles incoming messages via a Proton Receiver and forwards them to ActiveMQ
AbstractProtonReceiverContext(AMQPSessionCallback, AbstractConnectionContext, AbstractProtonSessionContext, Receiver) - Constructor for class org.proton.plug.context.AbstractProtonReceiverContext
 
AbstractProtonSessionContext - Class in org.proton.plug.context
ProtonSession is a direct representation of the session on the broker.
AbstractProtonSessionContext(AMQPSessionCallback, AbstractConnectionContext, Session) - Constructor for class org.proton.plug.context.AbstractProtonSessionContext
 
ack(Object, Object) - Method in interface org.proton.plug.AMQPSessionCallback
 
acquire() - Method in class org.proton.plug.util.CreditsSemaphore
 
ActiveMQAMQPException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPException(Symbol, String, Throwable, ActiveMQExceptionType) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPException
 
ActiveMQAMQPException(Symbol, String, ActiveMQExceptionType) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPException
 
ActiveMQAMQPIllegalStateException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPIllegalStateException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPIllegalStateException
 
ActiveMQAMQPInternalErrorException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPInternalErrorException(String, Throwable) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPInternalErrorException
 
ActiveMQAMQPInternalErrorException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPInternalErrorException
 
ActiveMQAMQPInvalidFieldException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPInvalidFieldException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPInvalidFieldException
 
ActiveMQAMQPNotFoundException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPNotFoundException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPNotFoundException
 
ActiveMQAMQPNotImplementedException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPNotImplementedException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPNotImplementedException
 
ActiveMQAMQPProtocolMessageBundle - Interface in org.proton.plug.logger
Logger Code 11
ActiveMQAMQPResourceLimitExceededException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPResourceLimitExceededException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPResourceLimitExceededException
 
ActiveMQAMQPTimeoutException - Exception in org.proton.plug.exceptions
 
ActiveMQAMQPTimeoutException(String) - Constructor for exception org.proton.plug.exceptions.ActiveMQAMQPTimeoutException
 
addEventHandler(EventHandler) - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
addEventHandler(EventHandler) - Method in interface org.proton.plug.handler.ProtonHandler
Add an event handler to the chain
addReceiver(Receiver) - Method in class org.proton.plug.context.server.ProtonServerSessionContext
 
address - Variable in class org.proton.plug.context.AbstractProtonReceiverContext
 
addressDoesntExist() - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
addSender(Sender) - Method in class org.proton.plug.context.server.ProtonServerSessionContext
 
addTransactionHandler(Coordinator, Receiver) - Method in class org.proton.plug.context.server.ProtonServerSessionContext
 
afterInit(Runnable) - Method in class org.proton.plug.context.ProtonInitializable
 
AMQP_CONTAINER_ID - Static variable in class org.proton.plug.context.AbstractConnectionContext
 
AMQPClientConnectionContext - Interface in org.proton.plug
This is valid only on a client connection.
AMQPClientReceiverContext - Interface in org.proton.plug
 
AMQPClientSenderContext - Interface in org.proton.plug
 
AMQPClientSessionContext - Interface in org.proton.plug
 
AMQPConnectionCallback - Interface in org.proton.plug
 
AMQPConnectionContext - Interface in org.proton.plug
 
AMQPConnectionContextFactory - Class in org.proton.plug
 
AMQPConnectionContextFactory() - Constructor for class org.proton.plug.AMQPConnectionContextFactory
 
AMQPConstants - Class in org.proton.plug.context
Constants derived from the AMQP spec
AMQPConstants() - Constructor for class org.proton.plug.context.AMQPConstants
 
AMQPConstants.Connection - Class in org.proton.plug.context
 
AMQPServerConnectionContext - Interface in org.proton.plug
 
AMQPSessionCallback - Interface in org.proton.plug
These are methods where the Proton Plug component will call your server
AMQPSessionContext - Interface in org.proton.plug
 
AmqpSupport - Class in org.proton.plug
Set of useful methods and definitions used in the AMQP protocol handling
AmqpSupport() - Constructor for class org.proton.plug.AmqpSupport
 
ANONYMOUS_RELAY - Static variable in class org.proton.plug.AmqpSupport
 
AnonymousServerSASL - Class in org.proton.plug.sasl
 
AnonymousServerSASL() - Constructor for class org.proton.plug.sasl.AnonymousServerSASL
 
authenticate(String, String) - Method in class org.proton.plug.sasl.ServerSASLPlain
Hook for subclasses to perform the authentication here
await() - Method in class org.proton.plug.util.FutureRunnable
 
await(long, TimeUnit) - Method in class org.proton.plug.util.FutureRunnable
 
await(long) - Method in class org.proton.plug.util.FutureRunnable
 
await() - Method in class org.proton.plug.util.ReusableLatch
 
await(long) - Method in class org.proton.plug.util.ReusableLatch
 
await(long, TimeUnit) - Method in class org.proton.plug.util.ReusableLatch
 

B

bindingQuery(String) - Method in interface org.proton.plug.AMQPSessionCallback
 
BUNDLE - Static variable in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
bytesToHex(byte[]) - Static method in class org.proton.plug.util.ByteUtil
 
bytesToHex(byte[], int) - Static method in class org.proton.plug.util.ByteUtil
 
ByteUtil - Class in org.proton.plug.util
 
ByteUtil() - Constructor for class org.proton.plug.util.ByteUtil
 

C

cancel(Object, Object, boolean) - Method in interface org.proton.plug.AMQPSessionCallback
 
capacity() - Method in interface org.proton.plug.AMQPConnectionContext
 
capacity() - Method in class org.proton.plug.context.AbstractConnectionContext
 
capacity() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
capacity() - Method in interface org.proton.plug.handler.ProtonHandler
It returns true if the transport connection has any capacity available
checkDataReceived() - Method in interface org.proton.plug.AMQPConnectionContext
 
checkDataReceived() - Method in class org.proton.plug.context.AbstractConnectionContext
 
checkDataReceived() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
checkDataReceived() - Method in interface org.proton.plug.handler.ProtonHandler
To be used at your discretion to verify if the client was active since you last checked it can be used to implement server TTL cleanup and verifications
checkServerSASL() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
checkState() - Method in class org.proton.plug.context.AbstractProtonContextSender
 
checkState() - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
clear() - Method in class org.proton.plug.util.ProtonServerMessage
 
clientOpen(ClientSASL) - Method in interface org.proton.plug.AMQPClientConnectionContext
This will send an open and block for its return on AMQP protocol.
clientOpen(ClientSASL) - Method in class org.proton.plug.context.client.ProtonClientConnectionContext
 
ClientSASL - Interface in org.proton.plug
 
ClientSASLPlain - Class in org.proton.plug.sasl
This is a simple implementation provided with just user/password TODO: this interface will probaby change as we are challenged with more SASL cases where there is a communication between client and server to determine the authentication
ClientSASLPlain(String, String) - Constructor for class org.proton.plug.sasl.ClientSASLPlain
 
close() - Method in interface org.proton.plug.AMQPConnectionCallback
 
close() - Method in interface org.proton.plug.AMQPConnectionContext
 
close() - Method in interface org.proton.plug.AMQPSessionCallback
 
close() - Method in interface org.proton.plug.AMQPSessionContext
 
close() - Method in class org.proton.plug.context.AbstractConnectionContext
 
close(boolean) - Method in class org.proton.plug.context.AbstractProtonContextSender
 
close(ErrorCondition) - Method in class org.proton.plug.context.AbstractProtonContextSender
 
close(boolean) - Method in class org.proton.plug.context.AbstractProtonReceiverContext
 
close(ErrorCondition) - Method in class org.proton.plug.context.AbstractProtonReceiverContext
 
close() - Method in class org.proton.plug.context.AbstractProtonSessionContext
 
close(boolean) - Method in interface org.proton.plug.context.ProtonDeliveryHandler
 
close(ErrorCondition) - Method in interface org.proton.plug.context.ProtonDeliveryHandler
 
close(boolean) - Method in class org.proton.plug.context.ProtonTransactionHandler
 
close(ErrorCondition) - Method in class org.proton.plug.context.ProtonTransactionHandler
 
close(ErrorCondition) - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
close(boolean) - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
close() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
close() - Method in interface org.proton.plug.handler.ProtonHandler
It will close the connection and flush events
closed - Variable in class org.proton.plug.context.AbstractProtonContextSender
 
closed - Variable in class org.proton.plug.context.AbstractProtonSessionContext
 
closeSender(Object) - Method in interface org.proton.plug.AMQPSessionCallback
 
CodecCache - Class in org.proton.plug.util
 
CodecCache() - Constructor for class org.proton.plug.util.CodecCache
 
commitCurrentTX() - Method in interface org.proton.plug.AMQPSessionCallback
 
connection - Variable in class org.proton.plug.context.AbstractProtonContextSender
 
connection - Variable in class org.proton.plug.context.AbstractProtonReceiverContext
 
connection - Variable in class org.proton.plug.context.AbstractProtonSessionContext
 
Connection() - Constructor for class org.proton.plug.context.AMQPConstants.Connection
 
CONNECTION_OPEN_FAILED - Static variable in class org.proton.plug.AmqpSupport
 
CONNECTION_OPEN_FAILED - Static variable in class org.proton.plug.context.AbstractConnectionContext
 
connectionCallback - Variable in class org.proton.plug.context.AbstractConnectionContext
 
CONTAINER_ID - Static variable in class org.proton.plug.AmqpSupport
 
contains(Symbol[], Symbol) - Static method in class org.proton.plug.AmqpSupport
Search for a given Symbol in a given array of Symbol object.
COPY - Static variable in class org.proton.plug.AmqpSupport
 
countDown() - Method in class org.proton.plug.util.FutureRunnable
 
countDown() - Method in class org.proton.plug.util.ReusableLatch
 
countDown(int) - Method in class org.proton.plug.util.ReusableLatch
 
countUp() - Method in class org.proton.plug.util.FutureRunnable
 
countUp() - Method in class org.proton.plug.util.ReusableLatch
 
create(Executor) - Static method in class org.proton.plug.handler.ProtonHandler.Factory
 
createClientSasl(ClientSASL) - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
createClientSasl(ClientSASL) - Method in interface org.proton.plug.handler.ProtonHandler
 
createClientSession() - Method in interface org.proton.plug.AMQPClientConnectionContext
 
createClientSession() - Method in class org.proton.plug.context.client.ProtonClientConnectionContext
 
createConnection(AMQPConnectionCallback, String, int, int, int, Executor, ScheduledExecutorService) - Method in class org.proton.plug.AMQPConnectionContextFactory
 
createConnection(AMQPConnectionCallback, Executor, ScheduledExecutorService) - Method in class org.proton.plug.AMQPConnectionContextFactory
 
createConnection(AMQPConnectionCallback, Executor, ScheduledExecutorService) - Method in class org.proton.plug.context.client.ProtonClientConnectionContextFactory
 
createConnection(AMQPConnectionCallback, String, int, int, int, Executor, ScheduledExecutorService) - Method in class org.proton.plug.context.client.ProtonClientConnectionContextFactory
 
createConnection(AMQPConnectionCallback, Executor, ScheduledExecutorService) - Method in class org.proton.plug.context.server.ProtonServerConnectionContextFactory
 
createConnection(AMQPConnectionCallback, String, int, int, int, Executor, ScheduledExecutorService) - Method in class org.proton.plug.context.server.ProtonServerConnectionContextFactory
 
createDurableQueue(String, String) - Method in interface org.proton.plug.AMQPSessionCallback
 
createDynamicSender(boolean) - Method in interface org.proton.plug.AMQPClientSessionContext
 
createDynamicSender(boolean) - Method in class org.proton.plug.context.client.ProtonClientSessionContext
 
createReceiver(String) - Method in interface org.proton.plug.AMQPClientSessionContext
 
createReceiver(String, String) - Method in interface org.proton.plug.AMQPClientSessionContext
 
createReceiver(String) - Method in class org.proton.plug.context.client.ProtonClientSessionContext
 
createReceiver(String, String) - Method in class org.proton.plug.context.client.ProtonClientSessionContext
 
createSender(String, boolean) - Method in interface org.proton.plug.AMQPClientSessionContext
 
createSender(ProtonPlugSender, String, String, boolean) - Method in interface org.proton.plug.AMQPSessionCallback
 
createSender(String, boolean) - Method in class org.proton.plug.context.client.ProtonClientSessionContext
 
createServerSASL(ServerSASL[]) - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
createServerSASL(ServerSASL[]) - Method in interface org.proton.plug.handler.ProtonHandler
To be used on server connections.
createSessionCallback(AMQPConnectionContext) - Method in interface org.proton.plug.AMQPConnectionCallback
 
createTemporaryQueue(String) - Method in interface org.proton.plug.AMQPSessionCallback
 
createTemporaryQueue(String, String) - Method in interface org.proton.plug.AMQPSessionCallback
 
creditsSemaphore - Variable in class org.proton.plug.context.AbstractProtonContextSender
 
CreditsSemaphore - Class in org.proton.plug.util
 
CreditsSemaphore(int) - Constructor for class org.proton.plug.util.CreditsSemaphore
 

D

dataReceived - Variable in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
debugFrame(Logger, String, ByteBuf) - Static method in class org.proton.plug.util.ByteUtil
 
decode(ByteBuffer) - Method in class org.proton.plug.util.ProtonServerMessage
This will decode a ByteBuffer tha represents the entire message.
decode(byte[], int, int) - Method in class org.proton.plug.util.ProtonServerMessage
 
decodeMessageImpl(ByteBuf) - Static method in class org.proton.plug.util.DeliveryUtil
 
DEFAULT_CHANNEL_MAX - Static variable in class org.proton.plug.context.AMQPConstants.Connection
 
DEFAULT_IDLE_TIMEOUT - Static variable in class org.proton.plug.context.AMQPConstants.Connection
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class org.proton.plug.context.AMQPConstants.Connection
 
DefaultEventHandler - Class in org.proton.plug.handler.impl
This is useful for cases where you only want to implement a few methods
DefaultEventHandler() - Constructor for class org.proton.plug.handler.impl.DefaultEventHandler
 
deleteQueue(String) - Method in interface org.proton.plug.AMQPSessionCallback
 
deliverMessage(Object, int) - Method in interface org.proton.plug.context.ProtonPlugSender
 
deliverMessage(Object, int) - Method in class org.proton.plug.context.server.ProtonServerSenderContext
handle an out going message from ActiveMQ Artemis, send via the Proton Sender
DeliveryUtil - Class in org.proton.plug.util
 
DeliveryUtil() - Constructor for class org.proton.plug.util.DeliveryUtil
 
destroy() - Method in class org.proton.plug.context.AbstractConnectionContext
 
disconnect(Object, String) - Method in class org.proton.plug.context.AbstractProtonSessionContext
TODO: maybe it needs to go?
dispatch(Event, EventHandler) - Static method in class org.proton.plug.handler.Events
 
dispatchTransport(Transport, EventHandler) - Static method in class org.proton.plug.handler.Events
 
drain(int) - Method in interface org.proton.plug.AMQPClientReceiverContext
 
drain(int) - Method in class org.proton.plug.context.AbstractProtonReceiverContext
 
drained() - Method in interface org.proton.plug.AMQPClientReceiverContext
 
drained() - Method in class org.proton.plug.context.AbstractProtonReceiverContext
 

E

encode(ByteBuffer) - Method in class org.proton.plug.util.ProtonServerMessage
 
encode(WritableBuffer) - Method in class org.proton.plug.util.ProtonServerMessage
 
encode(byte[], int, int) - Method in class org.proton.plug.util.ProtonServerMessage
 
encode2(byte[], int, int) - Method in class org.proton.plug.util.ProtonServerMessage
 
encodeMessage(Object, int) - Method in interface org.proton.plug.AMQPSessionCallback
 
errorAcknowledgingMessage(String, String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorCancellingMessage(String, String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorCommittingCoordinator(String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorCreatingConsumer(String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorCreatingTemporaryQueue(String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorFindingTemporaryQueue(String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorRollingbackCoordinator(String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
errorStartingConsumer(String) - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
EventHandler - Interface in org.proton.plug.handler
EventHandler
Events - Class in org.proton.plug.handler
TODO : this needs a better home
Events() - Constructor for class org.proton.plug.handler.Events
 

F

Factory() - Constructor for class org.proton.plug.handler.ProtonHandler.Factory
 
findFilter(Map<Symbol, Object>, Object[]) - Static method in class org.proton.plug.AmqpSupport
Search for a particular filter using a set of known indentification values in the Map of filters.
flow(int) - Method in interface org.proton.plug.AMQPClientReceiverContext
 
flow(int, int) - Method in class org.proton.plug.context.AbstractProtonReceiverContext
 
flow(int) - Method in class org.proton.plug.context.client.ProtonClientReceiverContext
 
flush() - Method in interface org.proton.plug.AMQPConnectionContext
 
flush() - Method in class org.proton.plug.context.AbstractConnectionContext
 
flush() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
flush() - Method in interface org.proton.plug.handler.ProtonHandler
It will process the transport and cause events to be called
flushBytes() - Method in class org.proton.plug.context.AbstractConnectionContext
 
formatGroup(String, int, int) - Static method in class org.proton.plug.util.ByteUtil
 
FutureRunnable - Class in org.proton.plug.util
 
FutureRunnable(int) - Constructor for class org.proton.plug.util.FutureRunnable
 
FutureRunnable() - Constructor for class org.proton.plug.util.FutureRunnable
 

G

getAddress() - Method in interface org.proton.plug.AMQPClientSenderContext
 
getAddress() - Method in class org.proton.plug.context.client.ProtonClientContext
 
getAddress() - Method in class org.proton.plug.util.ProtonServerMessage
 
getAmqpError() - Method in exception org.proton.plug.exceptions.ActiveMQAMQPException
 
getApplicationProperties() - Method in class org.proton.plug.util.ProtonServerMessage
 
getBody() - Method in class org.proton.plug.util.ProtonServerMessage
 
getBrokerConsumer() - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
getBytes() - Method in interface org.proton.plug.ClientSASL
 
getBytes() - Method in class org.proton.plug.sasl.ClientSASLPlain
 
getConnection() - Method in interface org.proton.plug.AMQPConnectionCallback
 
getConnection() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
getConnection() - Method in interface org.proton.plug.handler.ProtonHandler
 
getContentEncoding() - Method in class org.proton.plug.util.ProtonServerMessage
 
getContentType() - Method in class org.proton.plug.util.ProtonServerMessage
 
getCorrelationId() - Method in class org.proton.plug.util.ProtonServerMessage
 
getCount() - Method in class org.proton.plug.util.FutureRunnable
 
getCount() - Method in class org.proton.plug.util.ReusableLatch
 
getCreationTime() - Method in interface org.proton.plug.AMQPConnectionContext
 
getCreationTime() - Method in class org.proton.plug.context.AbstractConnectionContext
 
getCreationTime() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
getCreationTime() - Method in interface org.proton.plug.handler.ProtonHandler
Return the creation time of the handler
getCreationTime() - Method in class org.proton.plug.util.ProtonServerMessage
 
getCredits() - Method in class org.proton.plug.util.CreditsSemaphore
 
getCurrentTXID() - Method in interface org.proton.plug.AMQPSessionCallback
 
getDecoder() - Static method in class org.proton.plug.util.CodecCache
 
getDeliveryAnnotations() - Method in class org.proton.plug.util.ProtonServerMessage
 
getDeliveryCount() - Method in class org.proton.plug.util.ProtonServerMessage
 
getEncoder() - Static method in class org.proton.plug.util.CodecCache
 
getError() - Method in class org.proton.plug.util.ProtonServerMessage
 
getExpiryTime() - Method in class org.proton.plug.util.ProtonServerMessage
 
getFactory() - Static method in class org.proton.plug.context.client.ProtonClientConnectionContextFactory
 
getFactory() - Static method in class org.proton.plug.context.server.ProtonServerConnectionContextFactory
 
getFooter() - Method in class org.proton.plug.util.ProtonServerMessage
 
getGroupId() - Method in class org.proton.plug.util.ProtonServerMessage
 
getGroupSequence() - Method in class org.proton.plug.util.ProtonServerMessage
 
getHeader() - Method in class org.proton.plug.util.ProtonServerMessage
 
getLock() - Method in interface org.proton.plug.AMQPConnectionContext
 
getLock() - Method in class org.proton.plug.context.AbstractConnectionContext
 
getLock() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
getLock() - Method in interface org.proton.plug.handler.ProtonHandler
Get the object used to lock transport, connection and events operations
getMessageAnnotations() - Method in class org.proton.plug.util.ProtonServerMessage
 
getMessageId() - Method in class org.proton.plug.util.ProtonServerMessage
 
getName() - Method in interface org.proton.plug.ClientSASL
 
getName() - Method in class org.proton.plug.sasl.AnonymousServerSASL
 
getName() - Method in class org.proton.plug.sasl.ClientSASLPlain
 
getName() - Method in class org.proton.plug.sasl.ServerSASLPlain
 
getName() - Method in interface org.proton.plug.ServerSASL
 
getPassword() - Method in class org.proton.plug.sasl.PlainSASLResult
 
getPriority() - Method in class org.proton.plug.util.ProtonServerMessage
 
getProperties() - Method in class org.proton.plug.util.ProtonServerMessage
 
getPubSubPrefix() - Method in interface org.proton.plug.AMQPSessionCallback
 
getPubSubPrefix() - Method in class org.proton.plug.context.AbstractConnectionContext
 
getRemoteContainer() - Method in class org.proton.plug.context.AbstractConnectionContext
 
getReplyTo() - Method in class org.proton.plug.util.ProtonServerMessage
 
getReplyToGroupId() - Method in class org.proton.plug.util.ProtonServerMessage
 
getSASLMechnisms() - Method in interface org.proton.plug.AMQPConnectionCallback
 
getSASLResult() - Method in interface org.proton.plug.AMQPConnectionContext
 
getSASLResult() - Method in class org.proton.plug.context.AbstractConnectionContext
 
getSASLResult() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
getSASLResult() - Method in interface org.proton.plug.handler.ProtonHandler
To return the SASL Mechanism that was successful with the connection.
getSender() - Method in class org.proton.plug.context.AbstractProtonContextSender
 
getSender() - Method in interface org.proton.plug.context.ProtonPlugSender
 
getSessionExtension(Session) - Method in class org.proton.plug.context.AbstractConnectionContext
 
getSubject() - Method in class org.proton.plug.util.ProtonServerMessage
 
getTag() - Method in interface org.proton.plug.AMQPSessionContext
 
getTag() - Method in class org.proton.plug.context.AbstractProtonSessionContext
 
getTransport() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
getTransport() - Method in interface org.proton.plug.handler.ProtonHandler
 
getTtl() - Method in class org.proton.plug.util.ProtonServerMessage
 
getUser() - Method in class org.proton.plug.sasl.PlainSASLResult
 
getUser() - Method in interface org.proton.plug.SASLResult
 
getUserId() - Method in class org.proton.plug.util.ProtonServerMessage
 

H

handler - Variable in class org.proton.plug.context.AbstractConnectionContext
 
hasQueuedThreads() - Method in class org.proton.plug.util.CreditsSemaphore
 
hasRemaining() - Method in class org.proton.plug.util.NettyWritable
 
hexArray - Static variable in class org.proton.plug.util.ByteUtil
 
hexStringToByteArray(String) - Static method in class org.proton.plug.util.ByteUtil
 

I

init(AMQPSessionContext, SASLResult) - Method in interface org.proton.plug.AMQPSessionCallback
 
initialise() - Method in class org.proton.plug.context.AbstractProtonSessionContext
 
initialise() - Method in class org.proton.plug.context.ProtonInitializable
 
initialise() - Method in class org.proton.plug.context.server.ProtonServerReceiverContext
 
initialise() - Method in class org.proton.plug.context.server.ProtonServerSenderContext
create the actual underlying ActiveMQ Artemis Server Consumer
inputBuffer(ByteBuf) - Method in interface org.proton.plug.AMQPConnectionContext
This is for the Remoting layer to push bytes on the AMQP Connection The buffer readerIndex should be at the latest read byte after this method is called
inputBuffer(ByteBuf) - Method in class org.proton.plug.context.AbstractConnectionContext
 
inputBuffer(ByteBuf) - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
inputBuffer(ByteBuf) - Method in interface org.proton.plug.handler.ProtonHandler
The input on the Handler.
INVALID_FIELD - Static variable in class org.proton.plug.AmqpSupport
 
isDraining() - Method in interface org.proton.plug.AMQPClientReceiverContext
 
isDraining() - Method in class org.proton.plug.context.AbstractProtonReceiverContext
 
isDurable() - Method in class org.proton.plug.util.ProtonServerMessage
 
isFirstAcquirer() - Method in class org.proton.plug.util.ProtonServerMessage
 
isInitialized() - Method in class org.proton.plug.context.ProtonInitializable
 
isSuccess() - Method in class org.proton.plug.sasl.PlainSASLResult
 
isSuccess() - Method in interface org.proton.plug.SASLResult
 
isSupportsAnonymous() - Method in interface org.proton.plug.AMQPConnectionCallback
 
isSyncOnFlush() - Method in interface org.proton.plug.AMQPConnectionContext
Even though we are currently always sending packets asynchronsouly we have a possibility to start trusting on the network flow control and always sync on the send of the packet This is for future use and should be kept returning false.
isSyncOnFlush() - Method in class org.proton.plug.context.AbstractConnectionContext

J

JMS_SELECTOR_CODE - Static variable in class org.proton.plug.AmqpSupport
 
JMS_SELECTOR_FILTER_IDS - Static variable in class org.proton.plug.AmqpSupport
 
JMS_SELECTOR_NAME - Static variable in class org.proton.plug.AmqpSupport
 

L

LIFETIME_POLICY - Static variable in class org.proton.plug.AmqpSupport
 
limit() - Method in class org.proton.plug.util.NettyWritable
 
listener - Variable in class org.proton.plug.context.AbstractConnectionContext
 
longToBytes(long) - Static method in class org.proton.plug.util.ByteUtil
 

M

maxString(String, int) - Static method in class org.proton.plug.util.ByteUtil
 

N

NAME - Static variable in class org.proton.plug.sasl.ServerSASLPlain
 
NettyWritable - Class in org.proton.plug.util
This is to use NettyBuffer within Proton
NettyWritable(ByteBuf) - Constructor for class org.proton.plug.util.NettyWritable
 
newSessionExtension(Session) - Method in class org.proton.plug.context.AbstractConnectionContext
 
newSessionExtension(Session) - Method in class org.proton.plug.context.client.ProtonClientConnectionContext
 
newSessionExtension(Session) - Method in class org.proton.plug.context.server.ProtonServerConnectionContext
 
NO_LOCAL_CODE - Static variable in class org.proton.plug.AmqpSupport
 
NO_LOCAL_FILTER_IDS - Static variable in class org.proton.plug.AmqpSupport
 
NO_LOCAL_NAME - Static variable in class org.proton.plug.AmqpSupport
 

O

offerProducerCredit(String, int, int, Receiver) - Method in interface org.proton.plug.AMQPSessionCallback
 
onAuthInit(ProtonHandler, Connection, boolean) - Method in interface org.proton.plug.handler.EventHandler
 
onDelivery(Delivery) - Method in interface org.proton.plug.handler.EventHandler
 
onDelivery(Delivery) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onDetach(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onDetach(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onFinal(Connection) - Method in interface org.proton.plug.handler.EventHandler
 
onFinal(Session) - Method in interface org.proton.plug.handler.EventHandler
 
onFinal(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onFinal(Connection) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onFinal(Session) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onFinal(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onFlow(int, boolean) - Method in class org.proton.plug.context.AbstractProtonContextSender
 
onFlow(int, boolean) - Method in class org.proton.plug.context.client.ProtonClientReceiverContext
 
onFlow(int, boolean) - Method in interface org.proton.plug.context.ProtonDeliveryHandler
 
onFlow(int, boolean) - Method in class org.proton.plug.context.ProtonTransactionHandler
 
onFlow(int, boolean) - Method in class org.proton.plug.context.server.ProtonServerReceiverContext
 
onFlow(int, boolean) - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
onFlow(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onFlow(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onFlowConsumer(Object, int, boolean) - Method in interface org.proton.plug.AMQPSessionCallback
 
onInit(Connection) - Method in interface org.proton.plug.handler.EventHandler
 
onInit(Session) - Method in interface org.proton.plug.handler.EventHandler
 
onInit(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onInit(Connection) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onInit(Session) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onInit(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onLocalClose(Connection) - Method in interface org.proton.plug.handler.EventHandler
 
onLocalClose(Session) - Method in interface org.proton.plug.handler.EventHandler
 
onLocalClose(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onLocalClose(Connection) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onLocalClose(Session) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onLocalClose(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onLocalOpen(Connection) - Method in interface org.proton.plug.handler.EventHandler
 
onLocalOpen(Session) - Method in interface org.proton.plug.handler.EventHandler
 
onLocalOpen(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onLocalOpen(Connection) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onLocalOpen(Session) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onLocalOpen(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onMessage(Delivery) - Method in class org.proton.plug.context.AbstractProtonContextSender
 
onMessage(Delivery) - Method in class org.proton.plug.context.client.ProtonClientContext
 
onMessage(Delivery) - Method in class org.proton.plug.context.client.ProtonClientReceiverContext
 
onMessage(Delivery) - Method in interface org.proton.plug.context.ProtonDeliveryHandler
 
onMessage(Delivery) - Method in class org.proton.plug.context.ProtonTransactionHandler
 
onMessage(Delivery) - Method in class org.proton.plug.context.server.ProtonServerReceiverContext
 
onMessage(Delivery) - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
onRemoteClose(Connection) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteClose(Session) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteClose(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteClose(Connection) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onRemoteClose(Session) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onRemoteClose(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onRemoteDetach(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteDetach(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onRemoteOpen(Connection) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteOpen(Session) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteOpen(Link) - Method in interface org.proton.plug.handler.EventHandler
 
onRemoteOpen(Connection) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onRemoteOpen(Session) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onRemoteOpen(Link) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
onTransport(ByteBuf, AMQPConnectionContext) - Method in interface org.proton.plug.AMQPConnectionCallback
this is called when bytes are available to be sent to the client.
onTransport(Transport) - Method in interface org.proton.plug.handler.EventHandler
 
onTransport(Transport) - Method in class org.proton.plug.handler.impl.DefaultEventHandler
 
org.proton.plug - package org.proton.plug
 
org.proton.plug.context - package org.proton.plug.context
 
org.proton.plug.context.client - package org.proton.plug.context.client
 
org.proton.plug.context.server - package org.proton.plug.context.server
 
org.proton.plug.exceptions - package org.proton.plug.exceptions
 
org.proton.plug.handler - package org.proton.plug.handler
 
org.proton.plug.handler.impl - package org.proton.plug.handler.impl
 
org.proton.plug.logger - package org.proton.plug.logger
 
org.proton.plug.sasl - package org.proton.plug.sasl
 
org.proton.plug.util - package org.proton.plug.util
 
outputBuffer() - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
outputBuffer() - Method in interface org.proton.plug.handler.ProtonHandler
it will return pending bytes you have on the Transport after you are done with it you must call ProtonHandler.outputDone(int)
outputDone(int) - Method in interface org.proton.plug.AMQPConnectionContext
To be called when the bytes were sent down the stream (flushed on the socket for example)
outputDone(int) - Method in class org.proton.plug.context.AbstractConnectionContext
 
outputDone(int) - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
outputDone(int) - Method in interface org.proton.plug.handler.ProtonHandler
To be called after you used the outputBuffer

P

performSend(ProtonJMessage, Object) - Method in class org.proton.plug.context.AbstractProtonContextSender
 
PlainSASLResult - Class in org.proton.plug.sasl
 
PlainSASLResult(boolean, String, String) - Constructor for class org.proton.plug.sasl.PlainSASLResult
 
PLATFORM - Static variable in class org.proton.plug.AmqpSupport
 
position() - Method in class org.proton.plug.util.NettyWritable
 
position(int) - Method in class org.proton.plug.util.NettyWritable
 
processSASL(byte[]) - Method in class org.proton.plug.sasl.AnonymousServerSASL
 
processSASL(byte[]) - Method in class org.proton.plug.sasl.ServerSASLPlain
 
processSASL(byte[]) - Method in interface org.proton.plug.ServerSASL
 
PRODUCT - Static variable in class org.proton.plug.AmqpSupport
 
ProtonClientConnectionContext - Class in org.proton.plug.context.client
 
ProtonClientConnectionContext(AMQPConnectionCallback, Executor, ScheduledExecutorService) - Constructor for class org.proton.plug.context.client.ProtonClientConnectionContext
 
ProtonClientConnectionContext(AMQPConnectionCallback, String, int, int, int, Executor, ScheduledExecutorService) - Constructor for class org.proton.plug.context.client.ProtonClientConnectionContext
 
ProtonClientConnectionContextFactory - Class in org.proton.plug.context.client
 
ProtonClientConnectionContextFactory() - Constructor for class org.proton.plug.context.client.ProtonClientConnectionContextFactory
 
ProtonClientContext - Class in org.proton.plug.context.client
 
ProtonClientContext(AbstractConnectionContext, Sender, AbstractProtonSessionContext, AMQPSessionCallback) - Constructor for class org.proton.plug.context.client.ProtonClientContext
 
ProtonClientReceiverContext - Class in org.proton.plug.context.client
 
ProtonClientReceiverContext(AMQPSessionCallback, AbstractConnectionContext, AbstractProtonSessionContext, Receiver) - Constructor for class org.proton.plug.context.client.ProtonClientReceiverContext
 
ProtonClientSessionContext - Class in org.proton.plug.context.client
 
ProtonClientSessionContext(AMQPSessionCallback, AbstractConnectionContext, Session) - Constructor for class org.proton.plug.context.client.ProtonClientSessionContext
 
ProtonDeliveryHandler - Interface in org.proton.plug.context
An interface to handle deliveries, either messages, acks or transaction calls
ProtonHandler - Interface in org.proton.plug.handler
This is a definition of the public interface for ProtonHandlerImpl
ProtonHandler.Factory - Class in org.proton.plug.handler
 
ProtonHandlerImpl - Class in org.proton.plug.handler.impl
Clebert Suconic
ProtonHandlerImpl(Executor) - Constructor for class org.proton.plug.handler.impl.ProtonHandlerImpl
 
ProtonInitializable - Class in org.proton.plug.context
 
ProtonInitializable() - Constructor for class org.proton.plug.context.ProtonInitializable
 
ProtonPlugSender - Interface in org.proton.plug.context
 
ProtonServerConnectionContext - Class in org.proton.plug.context.server
 
ProtonServerConnectionContext(AMQPConnectionCallback, Executor, ScheduledExecutorService) - Constructor for class org.proton.plug.context.server.ProtonServerConnectionContext
 
ProtonServerConnectionContext(AMQPConnectionCallback, String, int, int, int, Executor, ScheduledExecutorService) - Constructor for class org.proton.plug.context.server.ProtonServerConnectionContext
 
ProtonServerConnectionContextFactory - Class in org.proton.plug.context.server
 
ProtonServerConnectionContextFactory() - Constructor for class org.proton.plug.context.server.ProtonServerConnectionContextFactory
 
ProtonServerMessage - Class in org.proton.plug.util
This is a serverMessage that won't deal with the body
ProtonServerMessage() - Constructor for class org.proton.plug.util.ProtonServerMessage
 
ProtonServerReceiverContext - Class in org.proton.plug.context.server
 
ProtonServerReceiverContext(AMQPSessionCallback, AbstractConnectionContext, AbstractProtonSessionContext, Receiver) - Constructor for class org.proton.plug.context.server.ProtonServerReceiverContext
 
ProtonServerSenderContext - Class in org.proton.plug.context.server
 
ProtonServerSenderContext(AbstractConnectionContext, Sender, AbstractProtonSessionContext, AMQPSessionCallback) - Constructor for class org.proton.plug.context.server.ProtonServerSenderContext
 
ProtonServerSessionContext - Class in org.proton.plug.context.server
 
ProtonServerSessionContext(AMQPSessionCallback, AbstractConnectionContext, Session) - Constructor for class org.proton.plug.context.server.ProtonServerSessionContext
 
protonSession - Variable in class org.proton.plug.context.AbstractProtonContextSender
 
protonSession - Variable in class org.proton.plug.context.AbstractProtonReceiverContext
 
ProtonTransactionHandler - Class in org.proton.plug.context
handles an amqp Coordinator to deal with transaction boundaries etc
ProtonTransactionHandler(AMQPSessionCallback) - Constructor for class org.proton.plug.context.ProtonTransactionHandler
 
put(byte) - Method in class org.proton.plug.util.NettyWritable
 
put(byte[], int, int) - Method in class org.proton.plug.util.NettyWritable
 
put(ByteBuffer) - Method in class org.proton.plug.util.NettyWritable
 
putDouble(double) - Method in class org.proton.plug.util.NettyWritable
 
putFloat(float) - Method in class org.proton.plug.util.NettyWritable
 
putInt(int) - Method in class org.proton.plug.util.NettyWritable
 
putLong(long) - Method in class org.proton.plug.util.NettyWritable
 
putShort(short) - Method in class org.proton.plug.util.NettyWritable
 

Q

QUEUE_PREFIX - Static variable in class org.proton.plug.AmqpSupport
 
queueQuery(String) - Method in interface org.proton.plug.AMQPSessionCallback
 

R

readDelivery(Receiver, ByteBuf) - Static method in class org.proton.plug.util.DeliveryUtil
 
receivedFirstPacket - Variable in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
receiveMessage(int, TimeUnit) - Method in interface org.proton.plug.AMQPClientReceiverContext
 
receiveMessage(int, TimeUnit) - Method in class org.proton.plug.context.client.ProtonClientReceiverContext
 
receiver - Variable in class org.proton.plug.context.AbstractProtonReceiverContext
 
receivers - Variable in class org.proton.plug.context.AbstractProtonSessionContext
 
release() - Method in class org.proton.plug.util.CreditsSemaphore
 
release(int) - Method in class org.proton.plug.util.CreditsSemaphore
 
remaining() - Method in class org.proton.plug.util.NettyWritable
 
remoteLinkOpened(Link) - Method in class org.proton.plug.context.AbstractConnectionContext
 
remoteLinkOpened(Link) - Method in class org.proton.plug.context.client.ProtonClientConnectionContext
 
remoteLinkOpened(Link) - Method in class org.proton.plug.context.server.ProtonServerConnectionContext
 
removeReceiver(Receiver) - Method in interface org.proton.plug.AMQPSessionContext
 
removeReceiver(Receiver) - Method in class org.proton.plug.context.AbstractProtonSessionContext
 
removeSender(Sender) - Method in interface org.proton.plug.AMQPSessionContext
 
removeSender(Sender) - Method in class org.proton.plug.context.AbstractProtonSessionContext
 
removeSender(Sender) - Method in class org.proton.plug.context.server.ProtonServerSessionContext
 
replaceTag(byte[]) - Method in interface org.proton.plug.AMQPSessionContext
 
replaceTag(byte[]) - Method in class org.proton.plug.context.AbstractProtonSessionContext
 
resumeDelivery(Object) - Method in interface org.proton.plug.AMQPSessionCallback
 
ReusableLatch - Class in org.proton.plug.util
This class will use the framework provided to by AbstractQueuedSynchronizer.
ReusableLatch() - Constructor for class org.proton.plug.util.ReusableLatch
 
ReusableLatch(int) - Constructor for class org.proton.plug.util.ReusableLatch
 
rollbackCurrentTX(boolean) - Method in interface org.proton.plug.AMQPSessionCallback
 
run() - Method in class org.proton.plug.util.FutureRunnable
 

S

SASLResult - Interface in org.proton.plug
 
send(ProtonJMessage) - Method in interface org.proton.plug.AMQPClientSenderContext
 
send(ProtonJMessage) - Method in class org.proton.plug.context.client.ProtonClientContext
 
sender - Variable in class org.proton.plug.context.AbstractProtonContextSender
 
senders - Variable in class org.proton.plug.context.AbstractProtonSessionContext
 
sendSASLSupported() - Method in interface org.proton.plug.AMQPConnectionCallback
 
serverDelivery(Object, Object, int) - Method in class org.proton.plug.context.server.ProtonServerSessionContext
The consumer object from the broker or the key used to store the sender
ServerSASL - Interface in org.proton.plug
 
ServerSASLPlain - Class in org.proton.plug.sasl
 
ServerSASLPlain() - Constructor for class org.proton.plug.sasl.ServerSASLPlain
 
serverSend(Receiver, Delivery, String, int, ByteBuf) - Method in interface org.proton.plug.AMQPSessionCallback
 
serverSenders - Variable in class org.proton.plug.context.server.ProtonServerSessionContext
 
session - Variable in class org.proton.plug.context.AbstractProtonSessionContext
 
sessionSPI - Variable in class org.proton.plug.context.AbstractProtonContextSender
 
sessionSPI - Variable in class org.proton.plug.context.AbstractProtonReceiverContext
 
sessionSPI - Variable in class org.proton.plug.context.AbstractProtonSessionContext
 
setAddress(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setApplicationProperties(ApplicationProperties) - Method in class org.proton.plug.util.ProtonServerMessage
 
setBody(Section) - Method in class org.proton.plug.util.ProtonServerMessage
 
setConnection(AMQPConnectionContext) - Method in interface org.proton.plug.AMQPConnectionCallback
 
setContainer(String) - Method in interface org.proton.plug.AMQPClientConnectionContext
 
setContainer(String) - Method in class org.proton.plug.context.client.ProtonClientConnectionContext
 
setContentEncoding(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setContentType(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setCorrelationId(Object) - Method in class org.proton.plug.util.ProtonServerMessage
 
setCount(int) - Method in class org.proton.plug.util.ReusableLatch
 
setCreationTime(long) - Method in class org.proton.plug.util.ProtonServerMessage
 
setCredits(int) - Method in class org.proton.plug.util.CreditsSemaphore
 
setDeliveryAnnotations(DeliveryAnnotations) - Method in class org.proton.plug.util.ProtonServerMessage
 
setDeliveryCount(long) - Method in class org.proton.plug.util.ProtonServerMessage
 
setDurable(boolean) - Method in class org.proton.plug.util.ProtonServerMessage
 
setExpiryTime(long) - Method in class org.proton.plug.util.ProtonServerMessage
 
setFirstAcquirer(boolean) - Method in class org.proton.plug.util.ProtonServerMessage
 
setFooter(Footer) - Method in class org.proton.plug.util.ProtonServerMessage
 
setGroupId(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setGroupSequence(long) - Method in class org.proton.plug.util.ProtonServerMessage
 
setHeader(Header) - Method in class org.proton.plug.util.ProtonServerMessage
 
setMessageAnnotations(MessageAnnotations) - Method in class org.proton.plug.util.ProtonServerMessage
 
setMessageId(Object) - Method in class org.proton.plug.util.ProtonServerMessage
 
setPriority(short) - Method in class org.proton.plug.util.ProtonServerMessage
 
setProperties(Properties) - Method in class org.proton.plug.util.ProtonServerMessage
 
setReplyTo(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setReplyToGroupId(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setSubject(String) - Method in class org.proton.plug.util.ProtonServerMessage
 
setTtl(long) - Method in class org.proton.plug.util.ProtonServerMessage
 
setUserId(byte[]) - Method in class org.proton.plug.util.ProtonServerMessage
 
sourceAddressDoesntExist() - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
sourceAddressNotSet() - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
start() - Method in interface org.proton.plug.AMQPSessionCallback
 
start() - Method in class org.proton.plug.context.AbstractProtonContextSender
 
start() - Method in class org.proton.plug.context.server.ProtonServerSenderContext
 
startSender(Object) - Method in interface org.proton.plug.AMQPSessionCallback
 
sync(long, TimeUnit) - Method in class org.proton.plug.context.client.ProtonClientContext
 

T

targetAddressNotSet() - Method in interface org.proton.plug.logger.ActiveMQAMQPProtocolMessageBundle
 
TEMP_QUEUE_CAPABILITY - Static variable in class org.proton.plug.AmqpSupport
 
TEMP_TOPIC_CAPABILITY - Static variable in class org.proton.plug.AmqpSupport
 
tempQueueName() - Method in interface org.proton.plug.AMQPSessionCallback
 
tick(boolean) - Method in class org.proton.plug.handler.impl.ProtonHandlerImpl
 
tick(boolean) - Method in interface org.proton.plug.handler.ProtonHandler
 
TOPIC_PREFIX - Static variable in class org.proton.plug.AmqpSupport
 
tryAcquire() - Method in class org.proton.plug.util.CreditsSemaphore
 

V

VERSION - Static variable in class org.proton.plug.AmqpSupport
 

W

waitWithTimeout(FutureRunnable) - Method in class org.proton.plug.context.ProtonInitializable
 
A B C D E F G H I J L M N O P Q R S T V W 
Skip navigation links

Copyright © 2016 The Apache Software Foundation. All Rights Reserved.