Seastar
High performance C++ framework for concurrent servers
Public Member Functions | List of all members
seastar::net::tcp< InetTraits >::connection Class Reference

Public Member Functions

 connection (lw_shared_ptr< tcb > tcbp)
 
 connection (const connection &)=delete
 
 connection (connection &&x) noexcept
 
void operator= (const connection &)=delete
 
connectionoperator= (connection &&x)
 
future connected ()
 
future send (packet p)
 
future wait_for_data ()
 
future wait_input_shutdown ()
 
packet read ()
 
ipaddr foreign_ip ()
 
uint16_t foreign_port ()
 
ipaddr local_ip ()
 
uint16_t local_port ()
 
void shutdown_connect ()
 
void close_read () noexcept
 
void close_write () noexcept
 

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