Package | Description |
---|---|
org.apache.sshd.client | |
org.apache.sshd.client.session |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientAuthenticationManager
Holds information required for the client to perform authentication with the server
|
interface |
ClientFactoryManager
The
ClientFactoryManager enable the retrieval of additional
configuration needed specifically for the client side. |
Modifier and Type | Class and Description |
---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientSession
An authenticated session to a given SSH server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientSession
Provides default implementations of
ClientSession related methods |
class |
ClientSessionImpl
The default implementation of a
ClientSession |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.