Modifier and Type | Class and Description |
---|---|
class |
ChannelDirectTCPIP
A Channel which allows forwarding a pair of local
streams to/from a TCP-connection to a server on the
remote side.
|
class |
ChannelExec
A channel connected to a remotely executing program.
|
class |
ChannelForwardedTCPIP
A Channel created when a forwarded port at the remote side
is connected.
|
class |
ChannelSftp
A Channel connected to an sftp server (as a subsystem of the ssh server).
|
class |
ChannelShell
A channel connected to a remote shell.
|
class |
ChannelSubsystem
A channel connected to a subsystem of the server process.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Session.getStreamForwarder(String host,
int port)
Instantiates an instance of stream-forwarder to
host :port . |
Channel |
Session.openChannel(String type)
Opens a new channel of some type over this connection.
|
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.