Unsettled API - An API for low-level IO integration. More...
#include <proton/import_export.h>
#include <proton/event.h>
#include <proton/types.h>
#include <stdarg.h>
Go to the source code of this file.
Classes | |
struct | pn_connection_driver_t |
The elements needed to drive AMQP IO and events. More... | |
Macros | |
#define | PN_TRANSPORT_WRITE_CLOSED |
The write side of the transport is closed, it will no longer produce bytes to write to external IO. More... | |
#define | PN_TRANSPORT_READ_CLOSED |
The read side of the transport is closed, it will no longer read bytes from external IO. More... | |
Unsettled API - An API for low-level IO integration.