Uses of Interface
org.apache.sshd.common.ServiceFactory
-
-
Uses of ServiceFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ServiceFactory Modifier and Type Field Description static java.util.List<ServiceFactory>
SshClient. DEFAULT_SERVICE_FACTORIES
-
Uses of ServiceFactory in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement ServiceFactory Modifier and Type Class Description class
ClientConnectionServiceFactory
class
ClientUserAuthServiceFactory
Fields in org.apache.sshd.client.session declared as ServiceFactory Modifier and Type Field Description private ServiceFactory
ClientSessionImpl. currentServiceFactory
private ServiceFactory
ClientSessionImpl. nextServiceFactory
-
Uses of ServiceFactory in org.apache.sshd.common
Methods in org.apache.sshd.common that return types with arguments of type ServiceFactory Modifier and Type Method Description java.util.List<ServiceFactory>
FactoryManager. getServiceFactories()
Retrieve the list of SSHService
factories.Method parameters in org.apache.sshd.common with type arguments of type ServiceFactory Modifier and Type Method Description static Service
ServiceFactory. create(java.util.Collection<? extends ServiceFactory> factories, java.lang.String name, Session session)
Create an instance of the specified name by looking up the needed factory in the list (case insensitive. -
Uses of ServiceFactory in org.apache.sshd.common.auth
Classes in org.apache.sshd.common.auth that implement ServiceFactory Modifier and Type Class Description class
AbstractUserAuthServiceFactory
-
Uses of ServiceFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type ServiceFactory Modifier and Type Field Description protected java.util.List<ServiceFactory>
AbstractFactoryManager. serviceFactories
Methods in org.apache.sshd.common.helpers that return types with arguments of type ServiceFactory Modifier and Type Method Description java.util.List<ServiceFactory>
AbstractFactoryManager. getServiceFactories()
Method parameters in org.apache.sshd.common.helpers with type arguments of type ServiceFactory Modifier and Type Method Description void
AbstractFactoryManager. setServiceFactories(java.util.List<ServiceFactory> serviceFactories)
-
Uses of ServiceFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type ServiceFactory Modifier and Type Field Description static java.util.List<ServiceFactory>
SshServer. DEFAULT_SERVICE_FACTORIES
-
Uses of ServiceFactory in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement ServiceFactory Modifier and Type Class Description class
ServerConnectionServiceFactory
class
ServerUserAuthServiceFactory
-