| Package | Description |
|---|---|
| org.apache.sshd.client | |
| org.apache.sshd.client.session |
| Modifier and Type | Class and Description |
|---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
| Modifier and Type | Method and Description |
|---|---|
static FileKeyPairProvider |
SshClient.setupSessionIdentities(ClientFactoryManager client,
Collection<? extends Path> identities,
BufferedReader stdin,
PrintStream stdout,
PrintStream stderr) |
| Modifier and Type | Method and Description |
|---|---|
ClientFactoryManager |
SessionFactory.getClient() |
ClientFactoryManager |
ClientSession.getFactoryManager() |
ClientFactoryManager |
AbstractClientSession.getFactoryManager() |
| Constructor and Description |
|---|
AbstractClientSession(ClientFactoryManager factoryManager,
IoSession ioSession) |
ClientSessionImpl(ClientFactoryManager client,
IoSession ioSession) |
SessionFactory(ClientFactoryManager client) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.