#include <forwarding.hpp>
◆ RemoteForwardListener() [1/3]
| sshpp::RemoteForwardListener::RemoteForwardListener |
( |
| ) |
|
|
default |
◆ ~RemoteForwardListener()
| SSHPP_INLINE sshpp::RemoteForwardListener::~RemoteForwardListener |
( |
| ) |
|
◆ RemoteForwardListener() [2/3]
◆ RemoteForwardListener() [3/3]
◆ operator=()
◆ create()
bind_address: "" = all interfaces (server policy permitting), "localhost", an IP. port 0 asks the server to allocate one; read it back with bound_port().
◆ operator bool()
| sshpp::RemoteForwardListener::operator bool |
( |
| ) |
const |
|
inlineexplicitnoexcept |
◆ bound_port()
| std::uint16_t sshpp::RemoteForwardListener::bound_port |
( |
| ) |
const |
|
inlinenoexcept |
◆ try_accept()
| SSHPP_INLINE Result< std::optional< IncomingForward > > sshpp::RemoteForwardListener::try_accept |
( |
std::chrono::milliseconds |
timeout | ) |
|
Blocks up to timeout; nullopt on timeout.
◆ try_cancel()
| SSHPP_INLINE Result< void > sshpp::RemoteForwardListener::try_cancel |
( |
| ) |
|
The documentation for this class was generated from the following files: