| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.common | |
| org.apache.sshd.common.session | |
| org.apache.sshd.common.session.helpers | |
| org.apache.sshd.server.session |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientConnectionService
Client side
ssh-connection service. |
class |
ClientUserAuthService
Client side
ssh-auth service. |
| Modifier and Type | Method and Description |
|---|---|
Service |
ClientUserAuthServiceFactory.create(Session session) |
Service |
ClientConnectionServiceFactory.create(Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Service> |
ClientSessionImpl.getServices() |
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Service |
ServiceFactory.create(Session session) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionService
Interface implementing ssh-connection service.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Service> |
Session.getService(Class<T> clazz)
Get the service of the specified type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionService<S extends AbstractSession>
Base implementation of ConnectionService.
|
| Modifier and Type | Field and Description |
|---|---|
protected Service |
AbstractSession.currentService |
| Modifier and Type | Method and Description |
|---|---|
<T extends Service> |
AbstractSession.getService(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Service> |
AbstractSession.getServices() |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConnectionService
Server side
ssh-connection service. |
class |
ServerUserAuthService |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServerUserAuthServiceFactory.create(Session session) |
Service |
ServerConnectionServiceFactory.create(Session session) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.