| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| net.sf.sshapi.agent | |
| net.sf.sshapi.impl.maverick16 |
Maverick is the definitive solution for total SSH compatibility on the Java™ platform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClient.addChannelHandler(SshChannelHandler channelFactory) |
void |
SshClient.addChannelHandler(SshChannelHandler channelHandler)
Adds a channel handler to those invoked when custom channel creation
requests are received.
|
void |
AbstractClient.removeChannelHandler(SshChannelHandler channelFactory) |
void |
SshClient.removeChannelHandler(SshChannelHandler channelHandler)
Remove a channel handler from the list of those invoked when custom channel creation
requests are received.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SshAgent
Client implementations are responsible for maintaining the connection with
the server, authentication, and access to the sub-systems
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaverickAgent |
Copyright © 2018. All rights reserved.