Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client | |
org.apache.sshd.client.session |
Modifier and Type | Field and Description |
---|---|
protected UserInteraction |
SshClient.userInteraction |
Modifier and Type | Method and Description |
---|---|
UserInteraction |
SshClient.getUserInteraction() |
UserInteraction |
ClientSession.getUserInteraction() |
Modifier and Type | Method and Description |
---|---|
void |
SshClient.setUserInteraction(UserInteraction userInteraction) |
void |
ClientSession.setUserInteraction(UserInteraction userInteraction) |
Modifier and Type | Method and Description |
---|---|
UserInteraction |
ClientFactoryManager.getUserInteraction()
Retrieve the UserInteraction object to communicate with the user.
|
Modifier and Type | Method and Description |
---|---|
UserInteraction |
ClientSessionImpl.getUserInteraction() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionImpl.setUserInteraction(UserInteraction userInteraction) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.