This is the complete list of members for cpp_restapi::CurlBackend::Connection, including all inherited members.
| address() const | cpp_restapi::BaseConnection | protected |
| BaseConnection(const std::string &address, const std::map< std::string, std::string > &headerEntries) | cpp_restapi::ThreadedConnection | explicit |
| BodyCallback typedef | cpp_restapi::IConnection | |
| Connection(const std::string &address, const std::map< std::string, std::string > &headerEntries) | cpp_restapi::CurlBackend::Connection | |
| Connection(const Connection &)=delete | cpp_restapi::CurlBackend::Connection | |
| ErrorCallback typedef | cpp_restapi::IConnection | |
| EventCallback typedef | cpp_restapi::IConnection | |
| fetch(const std::string &request) final | cpp_restapi::ThreadedConnection | virtual |
| fetch(const std::string &request, IPaginationStrategy &strategy) final | cpp_restapi::ThreadedConnection | virtual |
| fetch(const std::string &request, FetchCallback onSuccess, ErrorCallback onError={}) final | cpp_restapi::ThreadedConnection | virtual |
| fetch(const std::string &request, IPaginationStrategy &strategy, BodyCallback onSuccess, ErrorCallback onError={}) final | cpp_restapi::ThreadedConnection | virtual |
| fetchAsync(const std::string &fullUrl, CancellationToken cancel, FetchCallback onSuccess, ErrorCallback onError) override | cpp_restapi::ThreadedConnection | protectedvirtual |
| FetchCallback typedef | cpp_restapi::IConnection | |
| fetchPage(const std::string &request) override | cpp_restapi::CurlBackend::Connection | virtual |
| fetchResponse(const std::string &url) final | cpp_restapi::BaseConnection | virtual |
| get(const std::string &) final | cpp_restapi::BaseConnection | virtual |
| getHeaderEntries() const | cpp_restapi::BaseConnection | protected |
| operator=(const Connection &)=delete | cpp_restapi::CurlBackend::Connection | |
| subscribe(const std::string &request, EventCallback callback) override | cpp_restapi::CurlBackend::Connection | virtual |
| url() const final | cpp_restapi::BaseConnection | virtual |
| waitForPending() | cpp_restapi::ThreadedConnection | protected |
| ~Connection() | cpp_restapi::CurlBackend::Connection | |
| ~IConnection()=default | cpp_restapi::IConnection | virtual |
| ~ThreadedConnection() override | cpp_restapi::ThreadedConnection |