Class SessionFactory

All Implemented Interfaces:
org.apache.sshd.common.io.IoHandler

public class SessionFactory extends AbstractSessionFactory<ServerFactoryManager, ServerSessionImpl>
A factory of server sessions. This class can be used as a way to customize the creation of server sessions.
Author:
Apache MINA SSHD Project
See Also: