| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.common.session.helpers |
| Modifier and Type | Class and Description |
|---|---|
private static class |
ClientSessionImpl.Services
Encapsulates and protects against concurrent access the service switching.
|
| Modifier and Type | Method and Description |
|---|---|
protected CurrentService |
ClientSessionImpl.initializeCurrentService() |
| Modifier and Type | Field and Description |
|---|---|
protected CurrentService |
AbstractSession.currentService |
| Modifier and Type | Method and Description |
|---|---|
protected CurrentService |
AbstractSession.initializeCurrentService()
Creates a new
CurrentService instance managing this session's current SSH service. |