|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
This is the complete list of members for sshpp::server::ChannelHandler, including all inherited members.
| on_close(Channel &) | sshpp::server::ChannelHandler | 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) | sshpp::server::ChannelHandler | 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 |
| ~ChannelHandler()=default | sshpp::server::ChannelHandler | virtual |