Package proton
source code
The proton module defines a suite of APIs that implement the AMQP 1.0
protocol.
The proton APIs consist of the following classes:
-
Message -- A
class for creating and/or accessing AMQP message content.
-
Data -- A
class for creating and/or accessing arbitrary AMQP encoded data.
|
Condition
|
|
UNDESCRIBED
|
|
Array
|
|
Data
|
|
Described
|
|
char
|
|
symbol
|
|
timestamp
|
|
ubyte
|
|
ushort
|
|
uint
|
|
ulong
|
|
byte
|
|
short
|
|
int32
|
|
float32
|
|
decimal32
|
|
decimal64
|
|
decimal128
|
|
Delivery
|
|
Disposition
|
|
Endpoint
|
|
Connection
|
|
Session
|
|
Link
|
|
Receiver
|
|
Sender
|
|
Terminus
|
|
Collector
|
|
Event
|
|
EventType
|
|
Handler
|
|
ProtonException
|
|
MessageException
|
|
DataException
|
|
TransportException
|
|
SSLException
|
|
SSLUnavailable
|
|
SessionException
|
|
LinkException
|
|
Timeout
|
|
Interrupt
|
|
Message
|
|
ABORTED
|
|
ACCEPTED
|
|
PENDING
|
|
REJECTED
|
|
RELEASED
|
|
MODIFIED
|
|
SETTLED
|
|
Transport
|
|
SASL
|
|
SSL
|
|
SSLDomain
|
|
SSLSessionDetails
|
|
Url
|
|
VERSION_MAJOR = PN_VERSION_MAJOR
|
|
VERSION_MINOR = PN_VERSION_MINOR
|
|
API_LANGUAGE = "C"
|
|
IMPLEMENTATION_LANGUAGE = "C"
|