CCF
|
This is the complete list of members for asynchost::RPCConnectionsImpl< ConnType >, including all inherited members.
close(ConnID id) | asynchost::RPCConnectionsImpl< ConnType > | inline |
connect(ConnID id, const std::string &host, const std::string &port) | asynchost::RPCConnectionsImpl< ConnType > | inline |
listen(ConnID id, std::string &host, std::string &port, const std::string &name) | asynchost::RPCConnectionsImpl< ConnType > | inline |
mark_active(ConnID id) | asynchost::RPCConnectionsImpl< ConnType > | inline |
on_timer() | asynchost::RPCConnectionsImpl< ConnType > | inline |
register_message_handlers(messaging::Dispatcher< ringbuffer::Message > &disp) | asynchost::RPCConnectionsImpl< ConnType > | inline |
register_udp_message_handlers(messaging::Dispatcher< ringbuffer::Message > &disp) | asynchost::RPCConnectionsImpl< ConnType > | inline |
RPCConnectionsImpl(ringbuffer::AbstractWriterFactory &writer_factory, ConnIDGenerator &idGen, std::optional< std::chrono::milliseconds > client_connection_timeout_=std::nullopt, std::optional< std::chrono::seconds > idle_connection_timeout_=std::nullopt) | asynchost::RPCConnectionsImpl< ConnType > | inline |
stop(ConnID id) | asynchost::RPCConnectionsImpl< ConnType > | inline |
write(ConnID id, size_t len, const uint8_t *data, sockaddr addr={}) | asynchost::RPCConnectionsImpl< ConnType > | inline |