Realm C++ SDK Version v2.2.0
Public Member Functions | Public Attributes | List of all members

realm::networking::DefaultSocket Struct Reference

Inheritance diagram for realm::networking::DefaultSocket:

Public Member Functions

 DefaultSocket (realm::sync::network::Service &service)
 
template<class H >
void async_write (const char *data, std::size_t size, H handler)
 
template<class H >
void async_read_until (char *buffer, std::size_t size, char delim, H handler)
 
template<class H >
void async_read (char *buffer, std::size_t size, H handler)
 
template<class H >
void async_handshake (H handler)
 

Public Attributes

util::Optional< realm::sync::network::ssl::Stream > ssl_stream
 

The documentation for this struct was generated from the following file: