Uses of Interface
org.apache.sshd.common.ServiceFactory
Packages that use ServiceFactory
Package
Description
-
Uses of ServiceFactory in org.apache.sshd.client
Fields in org.apache.sshd.client with type parameters of type ServiceFactoryModifier and TypeFieldDescriptionstatic final List
<ServiceFactory> SshClient.DEFAULT_SERVICE_FACTORIES
-
Uses of ServiceFactory in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement ServiceFactoryModifier and TypeClassDescriptionclass
class
Method parameters in org.apache.sshd.client.session with type arguments of type ServiceFactoryModifier and TypeMethodDescription(package private) void
ClientSessionImpl.Services.initialize
(List<? extends ServiceFactory> factories) -
Uses of ServiceFactory in org.apache.sshd.common
Methods in org.apache.sshd.common that return types with arguments of type ServiceFactoryModifier and TypeMethodDescriptionList
<? extends ServiceFactory> FactoryManager.getServiceFactories()
Retrieve the list of SSHService
factories.Method parameters in org.apache.sshd.common with type arguments of type ServiceFactoryModifier and TypeMethodDescriptionstatic Service
ServiceFactory.create
(Collection<? extends ServiceFactory> factories, 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 -
Uses of ServiceFactory in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers with type parameters of type ServiceFactoryModifier and TypeFieldDescriptionprotected List
<? extends ServiceFactory> AbstractFactoryManager.serviceFactories
Methods in org.apache.sshd.common.helpers that return types with arguments of type ServiceFactoryModifier and TypeMethodDescriptionList
<? extends ServiceFactory> AbstractFactoryManager.getServiceFactories()
Method parameters in org.apache.sshd.common.helpers with type arguments of type ServiceFactoryModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.setServiceFactories
(List<? extends ServiceFactory> serviceFactories) -
Uses of ServiceFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type ServiceFactoryModifier and TypeFieldDescriptionstatic final List
<ServiceFactory> SshServer.DEFAULT_SERVICE_FACTORIES
-
Uses of ServiceFactory in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement ServiceFactoryModifier and TypeClassDescriptionclass
class