| A
 | 
| arg_Basic_ack [Netamqp_methods_0_9] |  | 
| arg_Basic_cancel [Netamqp_methods_0_9] |  | 
| arg_Basic_cancel_ok [Netamqp_methods_0_9] |  | 
| arg_Basic_consume [Netamqp_methods_0_9] |  | 
| arg_Basic_consume_ok [Netamqp_methods_0_9] |  | 
| arg_Basic_deliver [Netamqp_methods_0_9] |  | 
| arg_Basic_get [Netamqp_methods_0_9] |  | 
| arg_Basic_get_empty [Netamqp_methods_0_9] |  | 
| arg_Basic_get_ok [Netamqp_methods_0_9] |  | 
| arg_Basic_publish [Netamqp_methods_0_9] |  | 
| arg_Basic_qos [Netamqp_methods_0_9] |  | 
| arg_Basic_recover [Netamqp_methods_0_9] |  | 
| arg_Basic_recover_async [Netamqp_methods_0_9] |  | 
| arg_Basic_reject [Netamqp_methods_0_9] |  | 
| arg_Basic_return [Netamqp_methods_0_9] |  | 
| arg_Channel_close [Netamqp_methods_0_9] |  | 
| arg_Channel_flow [Netamqp_methods_0_9] |  | 
| arg_Channel_flow_ok [Netamqp_methods_0_9] |  | 
| arg_Channel_open [Netamqp_methods_0_9] |  | 
| arg_Channel_open_ok [Netamqp_methods_0_9] |  | 
| arg_Connection_close [Netamqp_methods_0_9] |  | 
| arg_Connection_open [Netamqp_methods_0_9] |  | 
| arg_Connection_open_ok [Netamqp_methods_0_9] |  | 
| arg_Connection_secure [Netamqp_methods_0_9] |  | 
| arg_Connection_secure_ok [Netamqp_methods_0_9] |  | 
| arg_Connection_start [Netamqp_methods_0_9] |  | 
| arg_Connection_start_ok [Netamqp_methods_0_9] |  | 
| arg_Connection_tune [Netamqp_methods_0_9] |  | 
| arg_Connection_tune_ok [Netamqp_methods_0_9] |  | 
| arg_Exchange_declare [Netamqp_methods_0_9] |  | 
| arg_Exchange_delete [Netamqp_methods_0_9] |  | 
| arg_Queue_bind [Netamqp_methods_0_9] |  | 
| arg_Queue_declare [Netamqp_methods_0_9] |  | 
| arg_Queue_declare_ok [Netamqp_methods_0_9] |  | 
| arg_Queue_delete [Netamqp_methods_0_9] |  | 
| arg_Queue_delete_ok [Netamqp_methods_0_9] |  | 
| arg_Queue_purge [Netamqp_methods_0_9] |  | 
| arg_Queue_purge_ok [Netamqp_methods_0_9] |  | 
| arg_Queue_unbind [Netamqp_methods_0_9] |  | 
| async_client_to_server_method_t [Netamqp_endpoint] | 
The subset of methods: Asynchronous methods the client can send to the server
 | 
| async_client_to_server_method_t [Netamqp_methods_0_9] |  | 
| async_client_to_server_method_type_t [Netamqp_methods_0_9] |  | 
| async_server_to_client_method_t [Netamqp_endpoint] | 
The subset of methods: Asynchronous methods the server can send to the server
 | 
| async_server_to_client_method_t [Netamqp_methods_0_9] |  | 
| async_server_to_client_method_type_t [Netamqp_endpoint] | 
The subset of method types: Asynchronous method types the server can send to the server
 | 
| async_server_to_client_method_type_t [Netamqp_methods_0_9] |  | 
| auth_method [Netamqp_connection] | 
An authentication method, including client identity and credentials
 | 
| B
 | 
| bit [Netamqp_methods_0_9] |  | 
| C
 | 
| channel [Netamqp_channel] | 
A channel number is an int from 0 to 65535.
 | 
| channel [Netamqp_types] | 
AMQP channels have numbers 0-65535.
 | 
| channel_obj [Netamqp_channel] | 
A channel management object
 | 
| class_id [Netamqp_methods_0_9] |  | 
| connection [Netamqp_connection] | 
The connection management object
 | 
| connector [Netamqp_endpoint] | 
How to connect to the server: `Sockaddr a: the server port is given by socket addressa,`Inet(host,port): the server is identified by this host/port pair,`Implied: a reserved connector when the server address is implicitly
        known only | 
| consumer_tag [Netamqp_methods_0_9] |  | 
| content_method_t [Netamqp_methods_0_9] |  | 
| content_method_type_t [Netamqp_methods_0_9] |  | 
| D
 | 
| data [Netamqp_endpoint] | 
Content data as pair of properties and a string.
 | 
| declare_result [Netamqp_queue] | 
The result of declareis returned by providing this function to the caller. | 
| delivery_tag [Netamqp_methods_0_9] |  | 
| E
 | 
| endpoint [Netamqp_endpoint] | 
The abstract endpoint container
 | 
| exchange_name [Netamqp_exchange] | 
Exchange instances are identified by strings
 | 
| exchange_name [Netamqp_methods_0_9] |  | 
| exchange_type [Netamqp_exchange] | 
Exchange types are identified by strings
 | 
| F
 | 
| frame [Netamqp_types] | 
A frame is the transport unit on the wire.
 | 
| frame_type [Netamqp_types] |  | 
| G
 | 
| get_message [Netamqp_basic] | 
The result of getis returned by providing this function to the caller. | 
| get_result [Netamqp_basic] | 
Responses of getcan return a message, or indicate that the queue
      is empty | 
| L
 | 
| locale_preference [Netamqp_connection] | 
One can select the locale for error messages coming from the server: `Pref p: Prefer the localepif possible, otherwise choose the
        first locale offered by the server,`Select f: Call the functionfwith all possibilities to select
        the locale.
      Locales are identified as in Unix, e.g. | 
| long [Netamqp_methods_0_9] |  | 
| longlong [Netamqp_methods_0_9] |  | 
| longstr [Netamqp_methods_0_9] |  | 
| M
 | 
| message_count [Netamqp_methods_0_9] |  | 
| message_t [Netamqp_methods_0_9] |  | 
| method_id [Netamqp_methods_0_9] |  | 
| method_t [Netamqp_methods_0_9] |  | 
| method_type_t [Netamqp_endpoint] | 
All method types
 | 
| method_type_t [Netamqp_methods_0_9] |  | 
| N
 | 
| no_ack [Netamqp_methods_0_9] |  | 
| no_local [Netamqp_methods_0_9] |  | 
| no_wait [Netamqp_methods_0_9] |  | 
| O
 | 
| octet [Netamqp_methods_0_9] |  | 
| P
 | 
| path [Netamqp_methods_0_9] |  | 
| peer_properties [Netamqp_methods_0_9] |  | 
| props_t [Netamqp_endpoint] | 
Possible properties.
 | 
| props_t [Netamqp_methods_0_9] |  | 
| proto_revision_0_9 [Netamqp_endpoint] |  | 
| protocol [Netamqp_endpoint] | 
The protocol variant.
 | 
| Q
 | 
| queue_name [Netamqp_queue] | 
Queues are identified by name
 | 
| queue_name [Netamqp_methods_0_9] |  | 
| R
 | 
| redelivered [Netamqp_methods_0_9] |  | 
| reply_code [Netamqp_methods_0_9] |  | 
| reply_text [Netamqp_methods_0_9] |  | 
| result [Netamqp_transport] |  | 
| result_eof [Netamqp_transport] |  | 
| S
 | 
| short [Netamqp_methods_0_9] |  | 
| shortstr [Netamqp_methods_0_9] |  | 
| sockaddr [Netamqp_transport] |  | 
| state [Netamqp_endpoint] | 
States: `Off: Endpoint is still down (initial state),`Connected flag: The endpoint accepts requests. Ifflag,
        the TCP connection is established. Note that the endpoint
        already allows to add requests before the TCP connection is
        fully established.,`Disconnecting flag: A disconnect is requested when all async
        methods are sent and all sync methods are responded, i.e. when
        all locally requested operations are done. Ifflag, the
        TCP connection is established. The caseflag=falsecan only
        happen if a not-yet fully connected endpoint is disconnected.,`Disconnected: Endpoint is down after regular disconnect,`Error: A low-level error occurred, and the endpoint is down | 
| sync_client_initiated_method_t [Netamqp_endpoint] | 
The subset of methods: Synchronous methods where the client sends the first message
 | 
| sync_client_initiated_method_t [Netamqp_methods_0_9] |  | 
| sync_client_initiated_method_type_t [Netamqp_methods_0_9] |  | 
| sync_client_to_server_method_t [Netamqp_endpoint] | 
The subset of methods: Synchronous methods the client can send to the server. This
        includes both initial requests from the client and responses
        to the server when the server initiates the request/response pair.
 | 
| sync_client_to_server_method_t [Netamqp_methods_0_9] |  | 
| sync_client_to_server_method_type_t [Netamqp_methods_0_9] |  | 
| sync_server_initiated_method_t [Netamqp_endpoint] | 
The subset of methods: Synchronous methods where the server sends the first message
 | 
| sync_server_initiated_method_t [Netamqp_methods_0_9] |  | 
| sync_server_initiated_method_type_t [Netamqp_endpoint] | 
The subset of method types: Synchronous method types where the server sends the first message
 | 
| sync_server_initiated_method_type_t [Netamqp_methods_0_9] |  | 
| sync_server_to_client_method_t [Netamqp_endpoint] | 
The subset of methods: Synchronous methods the server can send to the client. This
        includes both initial requests from the server and responses
        to the client when the client initiates the request/response pair.
 | 
| sync_server_to_client_method_t [Netamqp_methods_0_9] |  | 
| sync_server_to_client_method_type_t [Netamqp_methods_0_9] |  | 
| T
 | 
| table [Netamqp_methods_0_9] |  | 
| table [Netamqp_rtypes] |  | 
| table_field [Netamqp_rtypes] |  | 
| table_field_ok [Netamqp_rtypes] |  | 
| table_field_problematic [Netamqp_rtypes] |  | 
| table_field_standard [Netamqp_rtypes] |  | 
| timestamp [Netamqp_methods_0_9] |  | 
| transport_layer [Netamqp_endpoint] | 
Which transport layer to choose: `TCP connector: Use TCP,`Custom f: Callf ()to get a new transport stream | 
| transport_type [Netamqp_types] |  | 
| U
 | 
| uint2 [Netamqp_rtypes] |  |