| 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 List<ServiceFactory> |
AbstractFactoryManager.serviceFactories |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceFactory> |
FactoryManager.getServiceFactories()
Retrieve the list of SSH
Service factories. |
List<ServiceFactory> |
AbstractFactoryManager.getServiceFactories() |
| Modifier and Type | Method and Description |
|---|---|
static Service |
ServiceFactory.Utils.create(List<ServiceFactory> factories,
String name,
Session session)
Create an instance of the specified name by looking up the needed factory
in the list.
|
void |
AbstractFactoryManager.setServiceFactories(List<ServiceFactory> serviceFactories) |
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerConnectionService.Factory |
static class |
ServerUserAuthService.Factory |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.