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]

[src]

Accept a queued connection from this listener.

Trait Implementations

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

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'sess> !Send for Listener<'sess>

impl<'sess> !Sync for Listener<'sess>