|
aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
This is the complete list of members for Aws::Crt::Http::HttpStream, including all inherited members.
| GetConnection() const noexcept | Aws::Crt::Http::HttpStream | |
| GetResponseStatusCode() const noexcept=0 | Aws::Crt::Http::HttpStream | pure virtual |
| HttpClientConnection | Aws::Crt::Http::HttpStream | friend |
| HttpStream(const HttpStream &)=delete | Aws::Crt::Http::HttpStream | |
| HttpStream(HttpStream &&)=delete | Aws::Crt::Http::HttpStream | |
| HttpStream(const std::shared_ptr< HttpClientConnection > &connection) noexcept | Aws::Crt::Http::HttpStream | protected |
| m_connection | Aws::Crt::Http::HttpStream | protected |
| m_stream | Aws::Crt::Http::HttpStream | protected |
| operator=(const HttpStream &)=delete | Aws::Crt::Http::HttpStream | |
| operator=(HttpStream &&)=delete | Aws::Crt::Http::HttpStream | |
| UpdateWindow(std::size_t incrementSize) noexcept | Aws::Crt::Http::HttpStream | |
| ~HttpStream() | Aws::Crt::Http::HttpStream | virtual |