You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2016/07/30 14:15:20 UTC

[jira] [Work stopped] (SSHD-682) Provide PortForwardingEventListener support

     [ https://issues.apache.org/jira/browse/SSHD-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SSHD-682 stopped by Goldstein Lyor.
-------------------------------------------
> Provide PortForwardingEventListener support
> -------------------------------------------
>
>                 Key: SSHD-682
>                 URL: https://issues.apache.org/jira/browse/SSHD-682
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 1.3.0
>            Reporter: Goldstein Lyor
>            Assignee: Goldstein Lyor
>             Fix For: 1.3.0
>
>
> Implement {{PortForwardingEventListener}} on the server and client (?) side to enable related events monitoring:
> {code:java}
> public interface PortForwardingEventListener {
>     void establishing(Session session, boolean localForward, SshdSocketAddress local, SshdSocketAddress remote) throws IOException;
>     void established(Session session, boolean localForward, SshdSocketAddress local, SshdSocketAddress remote, Throwable thrown) throws IOException;
>     void tearingDown(Session session, boolean localForward, SshdSocketAddress local, SshdSocketAddress remote) throws IOException;
>     void tornDown(Session session, boolean localForward, SshdSocketAddress local, SshdSocketAddress remote, Throwable thrown) throws IOException;
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)