Unsettled API - Events used by the proactor. More...
Unsettled API - Events used by the proactor.
pn_proactor_wait() returns a subset of the event types defined by pn_event_type_t.
The PN_REACTOR_*, PN_SELECTABLE_*, and PN_*_FINAL events are not returned.
| Enumeration | Brief description, see pn_event_type_t for more |
|---|---|
| PN_CONNECTION_INIT | |
| PN_CONNECTION_BOUND | |
| PN_TIMER_TASK | |
| PN_CONNECTION_INIT | |
| PN_CONNECTION_BOUND | |
| PN_CONNECTION_UNBOUND | |
| PN_CONNECTION_LOCAL_OPEN | |
| PN_CONNECTION_REMOTE_OPEN | |
| PN_CONNECTION_LOCAL_CLOSE | |
| PN_CONNECTION_REMOTE_CLOSE | |
| PN_SESSION_INIT | |
| PN_SESSION_LOCAL_OPEN | |
| PN_SESSION_REMOTE_OPEN | |
| PN_SESSION_LOCAL_CLOSE | |
| PN_SESSION_REMOTE_CLOSE | |
| PN_LINK_INIT | |
| PN_LINK_LOCAL_OPEN | |
| PN_LINK_REMOTE_OPEN | |
| PN_LINK_LOCAL_CLOSE | |
| PN_LINK_REMOTE_CLOSE | |
| PN_LINK_LOCAL_DETACH | |
| PN_LINK_REMOTE_DETACH | |
| PN_LINK_FLOW | |
| PN_DELIVERY | |
| PN_TRANSPORT | |
| PN_TRANSPORT_AUTHENTICATED | |
| PN_TRANSPORT_ERROR | |
| PN_TRANSPORT_HEAD_CLOSED | |
| PN_TRANSPORT_TAIL_CLOSED | |
| PN_TRANSPORT_CLOSED | The final event for a proactor connection, the transport is closed. |
| PN_LISTENER_OPEN | |
| PN_LISTENER_ACCEPT | |
| PN_LISTENER_CLOSE | |
| PN_PROACTOR_INTERRUPT | |
| PN_PROACTOR_TIMEOUT | |
| PN_PROACTOR_INACTIVE | |
| PN_CONNECTION_WAKE | |
| PN_RAW_CONNECTION_CONNECTED | |
| PN_RAW_CONNECTION_CLOSED_READ | |
| PN_RAW_CONNECTION_CLOSED_WRITE | |
| PN_RAW_CONNECTION_DISCONNECTED | |
| PN_RAW_CONNECTION_NEED_READ_BUFFERS | |
| PN_RAW_CONNECTION_NEED_WRITE_BUFFERS | |
| PN_RAW_CONNECTION_READ | |
| PN_RAW_CONNECTION_WRITTEN | |
| PN_RAW_CONNECTION_WAKE |