Package proton :: Module _reactor
[frames] | no frames]

Module _reactor

source code

Classes
  Task
  Acceptor
  Reactor
  EventInjector
Can be added to a reactor to allow events to be triggered by an external thread but handled on the event thread associated with the reactor.
  ApplicationEvent
Application defined event, which can optionally be associated with an engine object and or an arbitrary subject
  Transaction
Class to track state of an AMQP 1.0 transaction.
  LinkOption
Abstract interface for link configuration options
  AtMostOnce
  AtLeastOnce
  SenderOption
  ReceiverOption
  DynamicNodeProperties
  Filter
  Selector
Configures a link with a message selector filter
  DurableSubscription
  Move
  Copy
  SessionPerConnection
  GlobalOverrides
Internal handler that triggers the necessary socket connect for an opened connection.
  Connector
Internal handler that triggers the necessary socket connect for an opened connection.
  Backoff
A reconnect strategy involving an increasing delay between retries, up to a maximum or 10 seconds.
  Urls
  SSLConfig
  Container
A representation of the AMQP concept of a 'container', which loosely speaking is something that establishes links to or from another container, over which messages are transfered.
Functions
 
find_config_file() source code
 
get_default_config() source code
 
get_default_port_for_scheme(scheme) source code
Variables
  Logger = logging.getLogger("proton")
  __package__ = 'proton'