| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.common | |
| org.apache.sshd.server.session |
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientConnectionService.Factory |
static class |
ClientUserAuthService.Factory |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ServiceFactory> |
AbstractFactoryManager.serviceFactories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServiceFactory> |
FactoryManager.getServiceFactories()
Retrieve the list of SSH
Service factories. |
java.util.List<ServiceFactory> |
AbstractFactoryManager.getServiceFactories() |
| Modifier and Type | Method and Description |
|---|---|
static Service |
ServiceFactory.Utils.create(java.util.List<ServiceFactory> factories,
java.lang.String name,
Session session)
Create an instance of the specified name by looking up the needed factory
in the list.
|
void |
AbstractFactoryManager.setServiceFactories(java.util.List<ServiceFactory> serviceFactories) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerConnectionService.Factory |
static class |
ServerUserAuthService.Factory |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.