You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2014/06/05 18:14:01 UTC

[jira] [Resolved] (SSHD-312) Provide fully asynchronous interfaces for ClientChannel and Command

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

Guillaume Nodet resolved SSHD-312.
----------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=58c7a835d653b45befb801175a2cb33a99889368

Added AsyncCommand and access to async channels on the ClientChannel.
See the following examples

 https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commitdiff;h=58c7a835d653b45befb801175a2cb33a99889368#patch32

  https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commitdiff;h=58c7a835d653b45befb801175a2cb33a99889368#patch33

> Provide fully asynchronous interfaces for ClientChannel and Command
> -------------------------------------------------------------------
>
>                 Key: SSHD-312
>                 URL: https://issues.apache.org/jira/browse/SSHD-312
>             Project: MINA SSHD
>          Issue Type: New Feature
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 0.12.0
>
>
> The OutputStream returned by ClientChannel#getInvertedIn() can block while flushing, because of a wait for free space in the remote window.
> The same is true for Command.



--
This message was sent by Atlassian JIRA
(v6.2#6252)