See: Description
| Interface | Description |
|---|---|
| ClientChannel |
A client channel used to communicate with
the SSH server.
|
| ClientSession |
An authenticated session to a given SSH server
A client session is established using the
SshClient. |
| Class | Description |
|---|---|
| SshBuilder |
A builder object for creating SshServer instances.
|
| SshBuilder.BaseBuilder<T extends AbstractFactoryManager,S extends SshBuilder.BaseBuilder<T,S>> | |
| SshBuilder.ClientBuilder |
SshClient builder
|
| SshBuilder.ServerBuilder |
SshServer builder
|
| SshClient |
Entry point for the client side of the SSH protocol.
|
| SshServer |
The SshServer class is the main entry point for the server side of the SSH protocol.
|
| Enum | Description |
|---|---|
| ClientChannel.Streaming |
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.