Package | Description |
---|---|
com.sshtools.client | |
com.sshtools.client.tasks | |
com.sshtools.common.ssh |
Modifier and Type | Method and Description |
---|---|
protected Channel<SshClientContext> |
DefaultClientChannelFactory.createSessionChannel(Connection<SshClientContext> con,
ChannelRequestFuture future) |
Constructor and Description |
---|
SessionChannel(int maximumPacketSize,
int initialWindowSize,
ChannelRequestFuture closeFuture) |
Modifier and Type | Method and Description |
---|---|
ChannelRequestFuture |
AsyncSessionTask.getChannelFuture() |
ChannelRequestFuture |
AbstractSessionTask.getChannelFuture() |
Constructor and Description |
---|
AbstractCommandTask(Connection<SshClientContext> con,
String command,
ChannelRequestFuture future) |
AbstractCommandTask(Connection<SshClientContext> con,
String command,
String charset,
ChannelRequestFuture future) |
AbstractSessionTask(Connection<SshClientContext> con,
ChannelRequestFuture future) |
AsyncSessionTask(Connection<SshClientContext> con,
ChannelRequestFuture future) |
Constructor and Description |
---|
Channel(String channelType,
int maximumPacketSize,
int initialWindowSize,
ChannelRequestFuture closeFuture)
Construct a channel with the specified settings.
|
Copyright © 2017. All rights reserved.