Uses of Interface
org.apache.sshd.server.ServerFactoryManager
Packages that use ServerFactoryManager
Package
Description
-
Uses of ServerFactoryManager in org.apache.sshd.server
Classes in org.apache.sshd.server that implement ServerFactoryManagerModifier and TypeClassDescriptionclassThe SshServer class is the main entry point for the server side of the SSH protocol. -
Uses of ServerFactoryManager in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config with type parameters of type ServerFactoryManagerModifier and TypeMethodDescriptionstatic <S extends ServerFactoryManager>
SSshServerConfigFileReader.setupServerHeartbeat(S server, Map<String, ?> options) static <S extends ServerFactoryManager>
SSshServerConfigFileReader.setupServerHeartbeat(S server, PropertyResolver props) static <S extends ServerFactoryManager>
SSshServerConfigFileReader.setupSftpSubsystem(S server, PropertyResolver props) -
Uses of ServerFactoryManager in org.apache.sshd.server.session
Methods in org.apache.sshd.server.session that return ServerFactoryManagerModifier and TypeMethodDescriptionAbstractServerSession.getFactoryManager()ServerSession.getFactoryManager()ServerUserAuthService.getFactoryManager()final ServerFactoryManagerSessionFactory.getServer()Constructors in org.apache.sshd.server.session with parameters of type ServerFactoryManagerModifierConstructorDescriptionprotectedAbstractServerSession(ServerFactoryManager factoryManager, IoSession ioSession) ServerSessionImpl(ServerFactoryManager server, IoSession ioSession) SessionFactory(ServerFactoryManager server)