asyncReceive() | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inlineprotected |
asyncWrite() | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inlineprotected |
close() | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inline |
connect(std::string_view host, std::string_view port) | ndn::detail::StreamTransportWithResolverImpl< BaseTransport, Protocol > | inline |
ndn::detail::StreamTransportImpl::connect(const typename Protocol::endpoint &endpoint) | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inline |
connectHandler(const boost::system::error_code &error) | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inlineprotected |
m_connectTimer | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
m_endpoint | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
m_rxBuffer | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
m_rxBufferSize | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
m_socket | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
m_transmissionQueue | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
m_transport | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |
pause() | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inline |
resolveHandler(const std::string &hostAndPort, const boost::system::error_code &error, const typename Protocol::resolver::results_type &endpoints) | ndn::detail::StreamTransportWithResolverImpl< BaseTransport, Protocol > | inlineprotected |
resume() | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inline |
send(const Block &block) | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inline |
StreamTransportImpl(BaseTransport &transport, boost::asio::io_context &ioCtx) | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | inline |
StreamTransportWithResolverImpl(BaseTransport &transport, boost::asio::io_context &ioCtx) | ndn::detail::StreamTransportWithResolverImpl< BaseTransport, Protocol > | inline |
TransmissionQueue typedef | ndn::detail::StreamTransportImpl< BaseTransport, Protocol > | protected |