#include <connection_interface.h>
◆ Headers
◆ IOBuffer
◆ ~ConnectionInterface()
  
  | 
        
          | http::base::ConnectionInterface::~ConnectionInterface | ( |  | ) |  |  | virtualdefault | 
 
 
◆ get_peer_address()
  
  | 
        
          | virtual std::string http::base::ConnectionInterface::get_peer_address | ( |  | ) | const |  | pure virtual | 
 
 
◆ get_peer_port()
  
  | 
        
          | virtual uint16_t http::base::ConnectionInterface::get_peer_port | ( |  | ) | const |  | pure virtual | 
 
 
◆ send()
  
  | 
        
          | virtual bool http::base::ConnectionInterface::send | ( | const uint32_t * | stream_id_ptr, |  
          |  |  | const int | status_code, |  
          |  |  | const std::string & | method, |  
          |  |  | const std::string & | path, |  
          |  |  | const Headers & | headers, |  
          |  |  | const IOBuffer & | data |  
          |  | ) |  |  |  | pure virtual | 
 
 
◆ shutdown()
  
  | 
        
          | virtual void http::base::ConnectionInterface::shutdown | ( | bool | send | ) |  |  | pure virtual | 
 
 
◆ start()
  
  | 
        
          | virtual void http::base::ConnectionInterface::start | ( |  | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following files: