[jira] [Commented] (SSHD-203) SSH server doesn't know when auth completed

2013-01-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13556142#comment-13556142 ] Guillaume Nodet commented on SSHD-203: -- URL:

[jira] [Resolved] (SSHD-204) [PATCH] Provide callback-driven I/O mechanism for Command

2013-01-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-204. -- Resolution: Fixed Fix Version/s: 0.9.0 URL:

[jira] [Resolved] (SSHD-205) move ssh-connection (RFC4254) code from sshd.client.* / sshd.server.* to sshd.connection.*

2013-01-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-205. -- Resolution: Fixed Fix Version/s: 0.9.0 URL:

[jira] [Commented] (SSHD-149) Is separation of sftp subsystem interfaces possible?

2013-01-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13556154#comment-13556154 ] Guillaume Nodet commented on SSHD-149: -- URL:

[jira] [Updated] (SSHD-149) Object model for sftp subsystem

2013-01-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-149: - Summary: Object model for sftp subsystem (was: Is separation of sftp subsystem interfaces

[jira] [Updated] (SSHD-149) Object model for sftp subsystem

2013-01-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated SSHD-149: - Fix Version/s: 0.9.0 Object model for sftp subsystem ---

Re: Multithreaded filters

2013-01-17 Thread Emmanuel Lécharny
Le 1/17/13 5:48 PM, Hugo Pereira a écrit : Greetings, Thanks, the filter chain.addLast(executor2, new ExecutorFilter(IoEventType.WRITE)); worked! However i am having another issue: i am trying to have a only one pool to manage I\O calls, and another pool for the business in the handler.