Crow  1.1
A C++ microframework for the web
 
Loading...
Searching...
No Matches
crow::UnixSocketAdaptor Struct Reference

Public Types

using context = void
 

Public Member Functions

 UnixSocketAdaptor (asio::io_context &io_context, context *)
 
asio::io_context & get_io_context ()
 
stream_protocol::socket & raw_socket ()
 
stream_protocol::socket & socket ()
 
stream_protocol::endpoint remote_endpoint ()
 
std::string address () const
 
bool is_open ()
 
void close ()
 
void shutdown_readwrite ()
 
void shutdown_write ()
 
void shutdown_read ()
 
template<typename F >
void start (F f)
 

Public Attributes

stream_protocol::socket socket_
 

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