Public Member Functions | |
RpcConnectionHandler (ConnectionBridge *bridge, IoContext *context) | |
system::error_code | HandleRequest () final override |
![]() | |
ConnectionHandler (IoContext *context) noexcept | |
void | Init (::boost::asio::ip::tcp::socket &&sock) |
void | Close () |
IoContext & | context () |
Additional Inherited Members | |
![]() | |
using | ptr_t = ::boost::intrusive_ptr< ConnectionHandler > |
using | io_context = ::boost::asio::io_context |
using | member_hook_t = detail::member_hook< ConnectionHandler, detail::connection_hook, &ConnectionHandler::hook_ > |
using | flush_hook_t = detail::member_hook< ConnectionHandler, detail::connection_hook, &ConnectionHandler::flush_hook_ > |
![]() | |
absl::optional< FiberSyncSocket > | socket_ |
IoContext & | io_context_ |
bool | use_flusher_fiber_ = false |
Definition at line 22 of file rpc_conn_handler.h.