, including all inherited members.
| _description | co::Connection | [protected] |
| _fireStateChanged() (defined in co::Connection) | co::Connection | [protected] |
| _sendLock | co::Connection | [mutable, protected] |
| _state | co::Connection | [protected] |
| acceptNB() | co::Connection | [inline, virtual] |
| acceptSync() | co::Connection | [inline, virtual] |
| addListener(ConnectionListener *listener) | co::Connection | |
| BufferConnection() (defined in co::BufferConnection) | co::BufferConnection | |
| close() | co::Connection | [inline, virtual] |
| connect() | co::Connection | [inline, virtual] |
| Connection() (defined in co::Connection) | co::Connection | [protected] |
| create(ConnectionDescriptionPtr description) | co::Connection | [static] |
| deleteReferenced(const Referenced *object) const (defined in co::base::Referenced) | co::base::Referenced | [protected] |
| finish() (defined in co::Connection) | co::Connection | [inline, virtual] |
| getDescription() const | co::Connection | |
| getNotifier() const | co::BufferConnection | [inline, protected, virtual] |
| getRecvData(void **buffer, uint64_t *bytes) (defined in co::Connection) | co::Connection | [inline] |
| getRefCount() const | co::base::Referenced | [inline] |
| getSize() const (defined in co::BufferConnection) | co::BufferConnection | [inline] |
| getState() const | co::Connection | [inline] |
| isClosed() const | co::Connection | [inline] |
| isConnected() const | co::Connection | [inline] |
| isListening() const | co::Connection | [inline] |
| listen() | co::Connection | [inline, virtual] |
| lockSend() const | co::Connection | [inline] |
| NonCopyable() (defined in co::base::NonCopyable) | co::base::NonCopyable | [inline, protected] |
| Notifier typedef | co::Connection | |
| co::operator=(const Referenced &rhs) | co::base::Referenced | [inline, protected] |
| operator==(const Connection &rhs) const (defined in co::Connection) | co::Connection | |
| printHolders(std::ostream &os) const (defined in co::base::Referenced) | co::base::Referenced | [inline] |
| READ_ERROR enum value (defined in co::Connection) | co::Connection | [protected] |
| READ_TIMEOUT enum value (defined in co::Connection) | co::Connection | [protected] |
| readNB(void *, const uint64_t) | co::BufferConnection | [inline, protected, virtual] |
| ReadStatus enum name (defined in co::Connection) | co::Connection | [protected] |
| readSync(void *, const uint64_t, const bool) | co::BufferConnection | [inline, protected, virtual] |
| recvNB(void *buffer, const uint64_t bytes) | co::Connection | |
| recvSync(void **buffer, uint64_t *bytes, const bool block=true) | co::Connection | |
| ref(CO_REFERENCED_ARGS) const | co::base::Referenced | [inline] |
| Referenced() | co::base::Referenced | [inline, protected] |
| Referenced(const Referenced &) | co::base::Referenced | [inline, protected] |
| removeListener(ConnectionListener *listener) | co::Connection | |
| send(const void *buffer, const uint64_t bytes, const bool isLocked=false) | co::Connection | |
| send(const Packet &packet) | co::Connection | [inline] |
| send(Packet &packet, const std::string &string) | co::Connection | [inline] |
| send(Packet &packet, const std::vector< T > &data) | co::Connection | |
| send(Packet &packet, const void *data, const uint64_t size) | co::Connection | |
| send(const Connections &connections, const Packet &packet, const bool isLocked=false) | co::Connection | [static] |
| send(const Connections &connections, Packet &packet, const void *data, const uint64_t size, const bool isLocked=false) | co::Connection | [static] |
| send(const Connections &connections, Packet &packet, const void *const *items, const uint64_t *itemSizes, const size_t nItems) | co::Connection | [static] |
| send(Packet &packet, const std::vector< T > &data) (defined in co::Connection) | co::Connection | |
| sendBuffer(ConnectionPtr connection) (defined in co::BufferConnection) | co::BufferConnection | |
| setDescription(ConnectionDescriptionPtr description) | co::Connection | |
| State enum name | co::Connection | |
| STATE_CLOSED enum value | co::Connection | |
| STATE_CLOSING enum value | co::Connection | |
| STATE_CONNECTED enum value | co::Connection | |
| STATE_CONNECTING enum value | co::Connection | |
| STATE_LISTENING enum value | co::Connection | |
| unlockSend() const | co::Connection | [inline] |
| unref(CO_REFERENCED_ARGS) const | co::base::Referenced | [inline] |
| write(const void *buffer, const uint64_t bytes) | co::BufferConnection | [protected, virtual] |
| ~BufferConnection() (defined in co::BufferConnection) | co::BufferConnection | [virtual] |
| ~Connection() (defined in co::Connection) | co::Connection | [protected, virtual] |
| ~Referenced() | co::base::Referenced | [inline, protected, virtual] |