Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.6.0
-
None
Description
I would like to make it possible for applications embedding Mina SSHD to have greater control over the IoAcceptors used by port forwards. I will do the work and submit a patch if this effort seems valuable to the project.
I would like to add these methods to the ServerFactoryManager interface:
ForwardingAcceptorFactory getTcpipForwardNioSocketAcceptorFactory();
ForwardingAcceptorFactory getX11ForwardNioSocketAcceptorFactory();
Create an Interface ForwardingAcceptorFactory with:
public NioSocketAcceptor createNioSocketAcceptor(ServerSession ss);
Use the ForwardingAcceptorFactory in TcpipForwardSupport and X11ForwardSupport.
Implement a DefaultForwardingAcceptorFactory to be used by default.
Attachments
Attachments
Issue Links
- is related to
-
SSHD-62 Reuse IoConnector and IoAcceptor for TCP/IP port redirections
- Open