| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.client.session |
| Modifier and Type | Method and Description |
|---|---|
ChannelExec |
ClientSession.createExecChannel(java.lang.String command)
Create a channel to execute a command.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelExec |
ClientSessionImpl.createExecChannel(java.lang.String command) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.