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 | Class and Description |
---|---|
class |
SshClient
Entry point for the client side of the SSH protocol.
|
Modifier and Type | Method and Description |
---|---|
ClientFactoryManager |
ClientSession.getFactoryManager()
Return ClientFactoryManager for this session.
|
Modifier and Type | Field and Description |
---|---|
protected ClientFactoryManager |
SessionFactory.client |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactory.setClient(ClientFactoryManager client) |
Modifier and Type | Method and Description |
---|---|
ClientFactoryManager |
ClientSessionImpl.getFactoryManager() |
Constructor and Description |
---|
ClientSessionImpl(ClientFactoryManager client,
IoSession session) |
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.