Struct ssh2::Listener [] [src]

pub struct Listener<'sess> { /* fields omitted */ }

A listener represents a forwarding port from the remote server.

New channels can be accepted from a listener which represent connections on the remote server's port.

Methods

impl<'sess> Listener<'sess>
[src]

Accept a queued connection from this listener.

Trait Implementations

impl<'sess> Drop for Listener<'sess>
[src]

A method called when the value goes out of scope. Read more