Qpid Proton C API
0.16.0
|
Experimental - A listener for incoming connections for the Proactor. More...
#include <proton/types.h>
Go to the source code of this file.
Typedefs | |
typedef struct pn_listener_t | pn_listener_t |
A listener accepts connections. | |
Functions | |
pn_listener_t * | pn_listener (void) |
Create a listener. More... | |
int | pn_listener_accept (pn_listener_t *, pn_connection_t *connection) |
Asynchronously accept a connection using the listener. More... | |
pn_condition_t * | pn_listener_condition (pn_listener_t *l) |
Get the error condition for a listener. | |
pn_record_t * | pn_listener_attachments (pn_listener_t *listener) |
Get the attachments that are associated with a listener object. | |
void | pn_listener_close (pn_listener_t *l) |
Close the listener (thread safe). | |
pn_proactor_t * | pn_listener_proactor (pn_listener_t *c) |
The proactor associated with a listener. | |
Experimental - A listener for incoming connections for the Proactor.