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 2020/09/18 14:04:00 UTC

[jira] [Created] (SSHD-1083) The nio2 connector/acceptor implementation should not be tied to the FactoryManager

Guillaume Nodet created SSHD-1083:
-------------------------------------

             Summary: The nio2 connector/acceptor implementation should not be tied to the FactoryManager
                 Key: SSHD-1083
                 URL: https://issues.apache.org/jira/browse/SSHD-1083
             Project: MINA SSHD
          Issue Type: Improvement
            Reporter: Guillaume Nodet


It makes it difficult to use for very simple use cases such as in unit test, because this interface has a large amount of methods and is only implemented by SshClient and SshServer.

A {{PropertyResolver}} should be sufficient.  We may need to pass the {{IoServiceEventListener}} somehow, but it could be set at build time instead of using a getter/setter pair as it really never changes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org