|
| 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 处理程序) |
|