aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <HostResolver.h>
Public Member Functions | |
virtual | ~HostResolver () |
virtual bool | ResolveHost (const String &host, const OnHostResolved &onResolved) noexcept=0 |
Simple interface for DNS name lookup implementations
|
virtual |
|
pure virtualnoexcept |
Implemented in Aws::Crt::Io::DefaultHostResolver.