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 | |
Aws | |
Aws::Crt | |
Aws::Crt::Io | |
Enumerations | |
enum | Aws::Crt::Io::SocketType { Aws::Crt::Io::SocketType::Stream = AWS_SOCKET_STREAM, Aws::Crt::Io::SocketType::Dgram = AWS_SOCKET_DGRAM } |
enum | Aws::Crt::Io::SocketDomain { Aws::Crt::Io::SocketDomain::IPv4 = AWS_SOCKET_IPV4, Aws::Crt::Io::SocketDomain::IPv6 = AWS_SOCKET_IPV6, Aws::Crt::Io::SocketDomain::Local = AWS_SOCKET_LOCAL } |