[
https://issues.apache.org/jira/browse/SSHD-682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on SSHD-682 started 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)