|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
ssh -R equivalent: accept loop that connects each inbound channel to a local endpoint.
More...
#include <forwarding.hpp>
Classes | |
| struct | Options |
Public Member Functions | |
| RemoteForward (Session &, Options) | |
| ~RemoteForward () | |
| RemoteForward (const RemoteForward &)=delete | |
| RemoteForward & | operator= (const RemoteForward &)=delete |
| Result< void > | try_start () |
| Result< void > | try_run_until_stopped () |
| void | stop () noexcept |
| std::uint16_t | remote_port () const noexcept |
| ForwardStats | stats () const noexcept |
ssh -R equivalent: accept loop that connects each inbound channel to a local endpoint.
| SSHPP_INLINE sshpp::RemoteForward::~RemoteForward | ( | ) |
|
delete |
|
delete |
| SSHPP_INLINE Result< void > sshpp::RemoteForward::try_start | ( | ) |
| SSHPP_INLINE Result< void > sshpp::RemoteForward::try_run_until_stopped | ( | ) |
|
noexcept |
|
inlinenoexcept |
|
noexcept |