aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
Go to the source code of this file.
Classes | |
class | Aws::Crt::Io::SocketOptions |
Namespaces | |
namespace | Aws |
namespace | Aws::Crt |
namespace | Aws::Crt::Io |
Enumerations | |
enum class | Aws::Crt::Io::SocketType { Aws::Crt::Io::Stream = AWS_SOCKET_STREAM , Aws::Crt::Io::Dgram = AWS_SOCKET_DGRAM } |
enum class | Aws::Crt::Io::SocketDomain { Aws::Crt::Io::IPv4 = AWS_SOCKET_IPV4 , Aws::Crt::Io::IPv6 = AWS_SOCKET_IPV6 , Aws::Crt::Io::Local = AWS_SOCKET_LOCAL } |