From commits-return-45149-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Tue May 1 15:45:01 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id EDE421807EA for ; Tue, 1 May 2018 15:44:55 +0200 (CEST) Received: (qmail 24477 invoked by uid 500); 1 May 2018 13:44:55 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 22088 invoked by uid 99); 1 May 2018 13:44:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2018 13:44:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1BA0BEB4EC; Tue, 1 May 2018 13:44:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Tue, 01 May 2018 13:45:34 -0000 Message-Id: In-Reply-To: <5079a328227b4d5eb56f2dbab943f4bb@git.apache.org> References: <5079a328227b4d5eb56f2dbab943f4bb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/51] [abbrv] [partial] qpid-site git commit: QPID-8154: Refresh the proton doc snapshot http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/event_8h_source.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/event_8h_source.html b/content/releases/qpid-proton-master/proton/c/api/event_8h_source.html index 65ac27f..e24af5f 100755 --- a/content/releases/qpid-proton-master/proton/c/api/event_8h_source.html +++ b/content/releases/qpid-proton-master/proton/c/api/event_8h_source.html @@ -109,14 +109,14 @@ $(document).ready(function(){initNavTree('event_8h_source.html','');});
struct pn_condition_t * pn_event_condition(pn_event_t *event)
If the event context object has a condition and the condition is set return it, otherwise return NULL...
The connection has been unbound from its transport.
Definition: event.h:125
The local link endpoint has been detached.
Definition: event.h:229
-
The listener is listeneing.
Definition: event.h:350
+
The listener is listening.
Definition: event.h:350
void pn_collector_drain(pn_collector_t *collector)
Drain a collector: remove and discard all events.
-
Indicates the listener has an incoming connection, call pn_listener_accept() to accept it...
Definition: event.h:316
-
struct pn_transport_t pn_transport_t
A network channel supporting an AMQP connection.
Definition: types.h:433
+
Indicates the listener has an incoming connection, call pn_listener_accept2() to accept it...
Definition: event.h:316
+
struct pn_transport_t pn_transport_t
A network channel supporting an AMQP connection.
Definition: types.h:431
pn_delivery_t * pn_event_delivery(pn_event_t *event)
Get the delivery associated with an event.
The link has been created.
Definition: event.h:199
The local connection endpoint has been closed.
Definition: event.h:143
- +
struct pn_event_batch_t pn_event_batch_t
Unsettled API - A batch of events that must be handled in sequence.
Definition: event.h:547
pn_record_t * pn_event_attachments(pn_event_t *event)
Get any attachments associated with an event.
A delivery has been created or updated.
Definition: event.h:254
@@ -125,9 +125,9 @@ $(document).ready(function(){initNavTree('event_8h_source.html','');});
Indicates that the tail of the transport has been closed.
Definition: event.h:289
Defined as a programming convenience.
Definition: event.h:85
pn_connection_wake() was called.
Definition: event.h:309
-
struct pn_collector_t pn_collector_t
An event collector.
Definition: types.h:415
+
struct pn_collector_t pn_collector_t
An event collector.
Definition: types.h:413
pn_event_t * pn_collector_prev(pn_collector_t *collector)
Return the same pointer as the most recent call to pn_collector_next().
-
struct pn_session_t pn_session_t
An AMQP Session object.
Definition: types.h:294
+
struct pn_session_t pn_session_t
An AMQP Session object.
Definition: types.h:292
The connection has been created.
Definition: event.h:113
pn_collector_t * pn_collector(void)
Construct a collector.
Timeout set by pn_proactor_set_timeout() time limit expired.
Definition: event.h:334
@@ -136,7 +136,7 @@ $(document).ready(function(){initNavTree('event_8h_source.html','');});
The local connection endpoint has been closed.
Definition: event.h:131
The session has been created.
Definition: event.h:162
void * pn_event_context(pn_event_t *event)
Get the context associated with an event.
-
struct pn_delivery_t pn_delivery_t
An AMQP Delivery object.
Definition: types.h:403
+
struct pn_delivery_t pn_delivery_t
An AMQP Delivery object.
Definition: types.h:401
A reactor has been started.
Definition: event.h:90
The remote endpoint has opened the connection.
Definition: event.h:137
The link has been freed and any outstanding processing has been completed.
Definition: event.h:248
@@ -148,7 +148,7 @@ $(document).ready(function(){initNavTree('event_8h_source.html','');});
Indicates that the "head" or writing end of the transport has been closed.
Definition: event.h:282
Indicates the listener has closed.
Definition: event.h:322
The remote endpoint has opened the link.
Definition: event.h:211
-
struct pn_connection_t pn_connection_t
An AMQP Connection object.
Definition: types.h:283
+
struct pn_connection_t pn_connection_t
An AMQP Connection object.
Definition: types.h:281
pn_event_t * pn_event_batch_next(pn_event_batch_t *batch)
Unsettled API - Remove the next event from the batch and return it.
const char * pn_event_type_name(pn_event_type_t type)
Get a human readable name for an event type.
Indicates pn_proactor_interrupt() was called to interrupt a proactor thread.
Definition: event.h:328
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/files.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/files.html b/content/releases/qpid-proton-master/proton/c/api/files.html index 39e502f..b42ff75 100755 --- a/content/releases/qpid-proton-master/proton/c/api/files.html +++ b/content/releases/qpid-proton-master/proton/c/api/files.html @@ -96,27 +96,37 @@ $(document).ready(function(){initNavTree('files.html','');});
Here is a list of all documented files with brief descriptions:
[detail level 12]
- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  proton
 codec.hAMQP data encoding and decoding.
 condition.hAn endpoint error state.
 connection.hA connection to a remote AMQP peer.
 connection_driver.hUnsettled API - An API for low-level IO integration.
 delivery.hA message transfer.
 disposition.hA delivery state.
 error.hA Proton API error.
 event.hProtocol and transport events.
 link.hA channel for transferring messages.
 listener.hUnsettled API - A listener for incoming connections.
 message.hA mutable holder of application content.
 messenger.hDeprecated - Use the Proactor API or Qpid Proton C++.
 netaddr.hUnsettled API - The network address of a proactor transport.
 proactor.hUnsettled API - An API for multithreaded IO.
 sasl.hSASL secure transport layer.
 session.hA container of links.
 ssl.hSSL secure transport layer.
 terminus.hA source or target for messages.
 transport.hA network channel supporting an AMQP connection.
 types.hAMQP and API data types.
 url.hDeprecated - Use a third-party URL library.
 cid.h
 codec.hAMQP data encoding and decoding.
 condition.hAn endpoint error state.
 connection.hA connection to a remote AMQP peer.
 connection_driver.hUnsettled API - An API for low-level IO integration.
 delivery.hA message transfer.
 disposition.hA delivery state.
 engine.h
 error.hA Proton API error.
 event.hProtocol and transport events.
 handlers.h
 import_export.h
 link.hA channel for transferring messages.
 listener.hUnsettled API - A listener for incoming connections.
 log.h
 message.hA mutable holder of application content.
 messenger.hDeprecated - Use the Proactor API or Qpid Proton C++.
 netaddr.hUnsettled API - The network address of a proactor transport.
 object.h
 proactor.hUnsettled API - An API for multithreaded IO.
 reactor.h
 sasl-plugin.h
 sasl.hSASL secure transport layer.
 selectable.h
 session.hA container of links.
 ssl.hSSL secure transport layer.
 terminus.hA source or target for messages.
 transport.hA network channel supporting an AMQP connection.
 type_compat.h
 types.hAMQP and API data types.
 url.hDeprecated - Use a third-party URL library.
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals.html b/content/releases/qpid-proton-master/proton/c/api/globals.html index e413af5..19d2210 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals.html @@ -92,6 +92,9 @@ $(document).ready(function(){initNavTree('globals.html','');});
Here is a list of all documented file members with links to the documentation:

- a -

    +
  • PN_ABORTED +: error.h +
  • PN_ACCEPTED : disposition.h
  • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_c.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_c.html b/content/releases/qpid-proton-master/proton/c/api/globals_c.html index bd2acde..510b47f 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_c.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_c.html @@ -239,6 +239,9 @@ $(document).ready(function(){initNavTree('globals_c.html','');});
  • pn_connection_driver_next_event() : connection_driver.h
  • +
  • pn_connection_driver_ptr() +: connection_driver.h +
  • pn_connection_driver_read_buffer() : connection_driver.h
  • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_defs.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_defs.html b/content/releases/qpid-proton-master/proton/c/api/globals_defs.html index 3803b21..214cf6c 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_defs.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_defs.html @@ -92,6 +92,9 @@ $(document).ready(function(){initNavTree('globals_defs.html','');});  

    - a -

      +
    • PN_ABORTED +: error.h +
    • PN_ACCEPTED : disposition.h
    • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_c.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_c.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_c.html index 3e7c327..928ae7d 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_c.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_c.html @@ -221,6 +221,9 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');});
    • pn_connection_driver_next_event() : connection_driver.h
    • +
    • pn_connection_driver_ptr() +: connection_driver.h +
    • pn_connection_driver_read_buffer() : connection_driver.h
    • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_l.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_l.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_l.html index 71e26b7..cfafe01 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_l.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_l.html @@ -234,7 +234,13 @@ $(document).ready(function(){initNavTree('globals_func_l.html','');}); : listener.h
    • pn_listener_accept() -: listener.h +: listener.h +
    • +
    • pn_listener_accept2() +: listener.h +
    • +
    • pn_listener_addr() +: netaddr.h
    • pn_listener_attachments() : listener.h http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_m.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_m.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_m.html index 57e8840..acf8ea7 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_m.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_m.html @@ -191,6 +191,9 @@ $(document).ready(function(){initNavTree('globals_func_m.html','');});
    • pn_message_properties() : message.h
    • +
    • pn_message_send() +: message.h +
    • pn_message_set_address() : message.h
    • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_n.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_n.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_n.html index e8d789f..b696513 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_n.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_n.html @@ -92,9 +92,18 @@ $(document).ready(function(){initNavTree('globals_func_n.html','');});  

      - n -

        +
      • pn_netaddr_host_port() +: netaddr.h +
      • +
      • pn_netaddr_listening() +: netaddr.h +
      • pn_netaddr_local() : netaddr.h
      • +
      • pn_netaddr_next() +: netaddr.h +
      • pn_netaddr_remote() : netaddr.h
      • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_p.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_p.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_p.html index b72fcf3..6cb3cc5 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_p.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_p.html @@ -104,6 +104,9 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
      • pn_proactor_connect() : proactor.h
      • +
      • pn_proactor_connect2() +: proactor.h +
      • pn_proactor_disconnect() : proactor.h
      • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_s.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_s.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_s.html index c06133f..14b62bb 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_s.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_s.html @@ -200,12 +200,18 @@ $(document).ready(function(){initNavTree('globals_func_s.html','');});
      • pn_ssl_domain_free() : ssl.h
      • +
      • pn_ssl_domain_set_ciphers() +: ssl.h +
      • pn_ssl_domain_set_credentials() : ssl.h
      • pn_ssl_domain_set_peer_authentication() : ssl.h
      • +
      • pn_ssl_domain_set_protocols() +: ssl.h +
      • pn_ssl_domain_set_trusted_ca_db() : ssl.h
      • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_func_t.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_func_t.html b/content/releases/qpid-proton-master/proton/c/api/globals_func_t.html index fd4b7b6..6ef1e1b 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_func_t.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_func_t.html @@ -227,6 +227,9 @@ $(document).ready(function(){initNavTree('globals_func_t.html','');});
      • pn_transport_is_encrypted() : transport.h
      • +
      • pn_transport_local_addr() +: netaddr.h +
      • pn_transport_log() : transport.h
      • @@ -254,6 +257,9 @@ $(document).ready(function(){initNavTree('globals_func_t.html','');});
      • pn_transport_quiesced() : transport.h
      • +
      • pn_transport_remote_addr() +: netaddr.h +
      • pn_transport_remote_channel_max() : transport.h
      • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_l.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_l.html b/content/releases/qpid-proton-master/proton/c/api/globals_l.html index 0657f3c..76c0051 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_l.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_l.html @@ -270,7 +270,13 @@ $(document).ready(function(){initNavTree('globals_l.html','');}); : event.h
      • pn_listener_accept() -: listener.h +: listener.h +
      • +
      • pn_listener_accept2() +: listener.h +
      • +
      • pn_listener_addr() +: netaddr.h
      • pn_listener_attachments() : listener.h http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_m.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_m.html b/content/releases/qpid-proton-master/proton/c/api/globals_m.html index 80b1c89..3601c60 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_m.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_m.html @@ -197,6 +197,9 @@ $(document).ready(function(){initNavTree('globals_m.html','');});
      • pn_message_properties() : message.h
      • +
      • pn_message_send() +: message.h +
      • pn_message_set_address() : message.h
      • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_n.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_n.html b/content/releases/qpid-proton-master/proton/c/api/globals_n.html index ec9b67c..762352c 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_n.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_n.html @@ -92,9 +92,18 @@ $(document).ready(function(){initNavTree('globals_n.html','');});
        Here is a list of all documented file members with links to the documentation:

        - n -

          +
        • pn_netaddr_host_port() +: netaddr.h +
        • +
        • pn_netaddr_listening() +: netaddr.h +
        • pn_netaddr_local() : netaddr.h
        • +
        • pn_netaddr_next() +: netaddr.h +
        • pn_netaddr_remote() : netaddr.h
        • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_p.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_p.html b/content/releases/qpid-proton-master/proton/c/api/globals_p.html index e49ef44..256b64a 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_p.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_p.html @@ -104,6 +104,9 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
        • pn_proactor_connect() : proactor.h
        • +
        • pn_proactor_connect2() +: proactor.h +
        • pn_proactor_disconnect() : proactor.h
        • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_s.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_s.html b/content/releases/qpid-proton-master/proton/c/api/globals_s.html index ad7ed40..74db6b1 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_s.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_s.html @@ -272,12 +272,18 @@ $(document).ready(function(){initNavTree('globals_s.html','');});
        • pn_ssl_domain_free() : ssl.h
        • +
        • pn_ssl_domain_set_ciphers() +: ssl.h +
        • pn_ssl_domain_set_credentials() : ssl.h
        • pn_ssl_domain_set_peer_authentication() : ssl.h
        • +
        • pn_ssl_domain_set_protocols() +: ssl.h +
        • pn_ssl_domain_set_trusted_ca_db() : ssl.h
        • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/globals_t.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/globals_t.html b/content/releases/qpid-proton-master/proton/c/api/globals_t.html index 7d573f6..52f2f7a 100755 --- a/content/releases/qpid-proton-master/proton/c/api/globals_t.html +++ b/content/releases/qpid-proton-master/proton/c/api/globals_t.html @@ -194,12 +194,12 @@ $(document).ready(function(){initNavTree('globals_t.html','');});
        • pn_tracker_t : messenger.h
        • -
        • pn_transport() -: transport.h -
        • PN_TRANSPORT : event.h
        • +
        • pn_transport() +: transport.h +
        • pn_transport_attachments() : transport.h
        • @@ -218,12 +218,12 @@ $(document).ready(function(){initNavTree('globals_t.html','');});
        • pn_transport_close_tail() : transport.h
        • -
        • pn_transport_closed() -: transport.h -
        • PN_TRANSPORT_CLOSED : event.h
        • +
        • pn_transport_closed() +: transport.h +
        • pn_transport_condition() : transport.h
        • @@ -272,12 +272,12 @@ $(document).ready(function(){initNavTree('globals_t.html','');});
        • pn_transport_head() : transport.h
        • -
        • PN_TRANSPORT_HEAD_CLOSED -: event.h -
        • pn_transport_head_closed() : transport.h
        • +
        • PN_TRANSPORT_HEAD_CLOSED +: event.h +
        • pn_transport_input() : transport.h
        • @@ -287,6 +287,9 @@ $(document).ready(function(){initNavTree('globals_t.html','');});
        • pn_transport_is_encrypted() : transport.h
        • +
        • pn_transport_local_addr() +: netaddr.h +
        • pn_transport_log() : transport.h
        • @@ -317,6 +320,9 @@ $(document).ready(function(){initNavTree('globals_t.html','');});
        • PN_TRANSPORT_READ_CLOSED : connection_driver.h
        • +
        • pn_transport_remote_addr() +: netaddr.h +
        • pn_transport_remote_channel_max() : transport.h
        • http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/group__api__types.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/group__api__types.html b/content/releases/qpid-proton-master/proton/c/api/group__api__types.html index aed1919..74afdc7 100755 --- a/content/releases/qpid-proton-master/proton/c/api/group__api__types.html +++ b/content/releases/qpid-proton-master/proton/c/api/group__api__types.html @@ -105,7 +105,7 @@ $(document).ready(function(){initNavTree('group__api__types.html','');});

          Classes

          struct  pn_atom_t - A descriminated union that holds any scalar AMQP value. More...
          + A discriminated union that holds any scalar AMQP value. More...
            struct  pn_bytes_t  A const byte buffer. More...
          @@ -169,7 +169,7 @@ Functions
          -

          A descriminated union that holds any scalar AMQP value.

          +

          A discriminated union that holds any scalar AMQP value.

          The type field indicates the AMQP type of the value, and the union may be used to access the value for a given type.

          http://git-wip-us.apache.org/repos/asf/qpid-site/blob/701caf21/content/releases/qpid-proton-master/proton/c/api/group__connection.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-master/proton/c/api/group__connection.html b/content/releases/qpid-proton-master/proton/c/api/group__connection.html index fbe2777..1f1eebc 100755 --- a/content/releases/qpid-proton-master/proton/c/api/group__connection.html +++ b/content/releases/qpid-proton-master/proton/c/api/group__connection.html @@ -157,6 +157,7 @@ Functions + @@ -165,8 +166,10 @@ Functions + + @@ -226,10 +229,10 @@ Functions - + - + @@ -367,6 +370,8 @@ Functions
          Class Members
           Release a connection object. More...
           
          pn_error_tpn_connection_error (pn_connection_t *connection)
           Deprecated More...
           
          void pn_connection_collect (pn_connection_t *connection, pn_collector_t *collector)
           Associate a connection object with an event collector. More...
           Get the collector set with pn_connection_collect() More...
           
          void * pn_connection_get_context (pn_connection_t *connection)
           Deprecated - Use pn_connection_attachments(). More...
           
          void pn_connection_set_context (pn_connection_t *connection, void *context)
           Deprecated - Use pn_connection_attachments(). More...
           
          pn_record_t * pn_connection_attachments (pn_connection_t *connection)
           Get the attachments that are associated with a connection object. More...
           Access/modify the AMQP properties data for a connection object. More...
           
          pn_data_tpn_connection_remote_offered_capabilities (pn_connection_t *connection)
           Access the AMQP offered capabilites supplied by the remote connection endpoint. More...
           Access the AMQP offered capabilities supplied by the remote connection endpoint. More...
           
          pn_data_tpn_connection_remote_desired_capabilities (pn_connection_t *connection)
           Access the AMQP desired capabilites supplied by the remote connection endpoint. More...
           Access the AMQP desired capabilities supplied by the remote connection endpoint. More...
           
          pn_data_tpn_connection_remote_properties (pn_connection_t *connection)
           Access the AMQP connection properties supplied by the remote connection endpoint. More...
          + +

          Deprecated

          Get additional error information associated with the connection.

          Whenever a connection operation fails (i.e. returns an error code), additional error details can be obtained using this function. The error object that is returned may also be used to clear the error condition.

          The pointer returned by this operation is valid until the connection object is freed.

          @@ -455,8 +460,10 @@ Functions
          + +

          Deprecated - Use pn_connection_attachments().

          Get the application context that is associated with a connection object.

          -

          The application context for a connection may be set using pn_connection_set_context.

          +

          The application context for a connection may be set using pn_connection_set_context.

          Parameters
          @@ -492,8 +499,10 @@ Functions
          [in]connectionthe connection whose context is to be returned.
          + +

          Deprecated - Use pn_connection_attachments().

          Set a new application context for a connection object.

          -

          The application context for a connection object may be retrieved using pn_connection_get_context.

          +

          The application context for a connection object may be retrieved using pn_connection_get_context.

          Parameters
          @@ -789,8 +798,8 @@ Functions

          Set the authentication username for a client connection.

          -

          It is necessary to set the username and password before binding the connection to a trasnport and it isn't allowed to change them after the binding.

          -

          If not set then no authentication will be negotiated unless the client sasl layer is explicitly created (this would be for sometting like Kerberos where the credentials are implicit in the environment, or to explicitly use the ANONYMOUS SASL mechanism)

          +

          It is necessary to set the username and password before binding the connection to a transport and it isn't allowed to change them after the binding.

          +

          If not set then no authentication will be negotiated unless the client sasl layer is explicitly created (this would be for something like Kerberos where the credentials are implicit in the environment, or to explicitly use the ANONYMOUS SASL mechanism)

          Parameters
          [in]connectionthe connection object
          @@ -828,7 +837,7 @@ Functions

          Set the authentication password for a client connection.

          -

          It is necessary to set the username and password before binding the connection to a trasnport and it isn't allowed to change them after the binding.

          +

          It is necessary to set the username and password before binding the connection to a transport and it isn't allowed to change them after the binding.

          Note that the password is write only and has no accessor as the underlying implementation should be zeroing the password after use to avoid the password being present in memory longer than necessary

          Parameters
          [in]connectionthe connection
          @@ -1009,7 +1018,7 @@ Functions

          Access/modify the AMQP offered capabilities data for a connection object.

          -

          This operation will return a pointer to a pn_data_t object that is valid until the connection object is freed. Any data contained by the pn_data_t object will be sent as the offered capabilites for the parent connection object. Note that this MUST take the form of an array of symbols to be valid.

          +

          This operation will return a pointer to a pn_data_t object that is valid until the connection object is freed. Any data contained by the pn_data_t object will be sent as the offered capabilities for the parent connection object. Note that this MUST take the form of an array of symbols to be valid.

          The pn_data_t pointer returned is valid until the connection object is freed.

          Parameters
          @@ -1038,7 +1047,7 @@ Functions

          Access/modify the AMQP desired capabilities data for a connection object.

          -

          This operation will return a pointer to a pn_data_t object that is valid until the connection object is freed. Any data contained by the pn_data_t object will be sent as the desired capabilites for the parent connection object. Note that this MUST take the form of an array of symbols to be valid.

          +

          This operation will return a pointer to a pn_data_t object that is valid until the connection object is freed. Any data contained by the pn_data_t object will be sent as the desired capabilities for the parent connection object. Note that this MUST take the form of an array of symbols to be valid.

          The pn_data_t pointer returned is valid until the connection object is freed.

          Parameters
          @@ -1095,7 +1104,7 @@ Functions
          -

          Access the AMQP offered capabilites supplied by the remote connection endpoint.

          +

          Access the AMQP offered capabilities supplied by the remote connection endpoint.

          This operation will return a pointer to a pn_data_t object that is valid until the connection object is freed. This data object will be empty until the remote connection is opened as indicated by the PN_REMOTE_ACTIVE flag.

          Parameters
          @@ -1123,7 +1132,7 @@ Functions
          -

          Access the AMQP desired capabilites supplied by the remote connection endpoint.

          +

          Access the AMQP desired capabilities supplied by the remote connection endpoint.

          This operation will return a pointer to a pn_data_t object that is valid until the connection object is freed. This data object will be empty until the remote connection is opened as indicated by the PN_REMOTE_ACTIVE flag.

          Parameters
          --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org