| on_close(Channel &) override | sshpp::server::SftpSubsystemHandler | virtual |
| on_data(Channel &, ByteView, Stream) | sshpp::server::ChannelHandler | virtual |
| on_env_request(Channel &, std::string_view name, std::string_view value) | sshpp::server::ChannelHandler | virtual |
| on_eof(Channel &) | sshpp::server::ChannelHandler | virtual |
| on_exec_request(Channel &, std::string_view command) | sshpp::server::ChannelHandler | virtual |
| on_pty_request(Channel &, std::string_view term, PtySize) | sshpp::server::ChannelHandler | virtual |
| on_pty_resize(Channel &, PtySize) | sshpp::server::ChannelHandler | virtual |
| on_shell_request(Channel &) | sshpp::server::ChannelHandler | virtual |
| on_signal(Channel &, std::string_view signal_name) | sshpp::server::ChannelHandler | virtual |
| on_subsystem_request(Channel &, std::string_view name) override | sshpp::server::SftpSubsystemHandler | virtual |
| on_writable(Channel &) | sshpp::server::ChannelHandler | virtual |
| on_x11_request(Channel &, bool single_connection, std::string_view auth_protocol, std::string_view auth_cookie, std::uint32_t screen_number) | sshpp::server::ChannelHandler | virtual |
| SftpSubsystemHandler(Options options) | sshpp::server::SftpSubsystemHandler | inlineexplicit |
| try_serve(Channel &channel) const | sshpp::server::SftpSubsystemHandler | |
| ~ChannelHandler()=default | sshpp::server::ChannelHandler | virtual |
| ~SftpSubsystemHandler() override | sshpp::server::SftpSubsystemHandler | |