Uses of Interface
org.apache.sshd.client.channel.ClientChannel
Packages that use ClientChannel
Package
Description
-
Uses of ClientChannel in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ClientChannel -
Uses of ClientChannel in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement ClientChannel -
Uses of ClientChannel in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement ClientChannelModifier and TypeClassDescriptionclass
TODO Add javadocclass
TODO Add javadocclass
Client channel to run a remote commandclass
Client side channel sessionclass
Client channel to open a remote shellclass
Client channel to run a subsystemclass
Serves as the base channel session for executing remote commands - including a full shell.Methods in org.apache.sshd.client.channel that return ClientChannel -
Uses of ClientChannel in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ClientChannelModifier and TypeMethodDescriptionAbstractClientSession.createChannel
(String type) AbstractClientSession.createChannel
(String type, String subType) ClientSession.createChannel
(String type) Create a channel of the given type.ClientSession.createChannel
(String type, String subType) Create a channel of the given type and sub-type. -
Uses of ClientChannel in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement ClientChannel -
Uses of ClientChannel in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client with parameters of type ClientChannelModifier and TypeMethodDescriptionprotected void
AbstractScpClient.handleCommandExitStatus
(String cmd, ClientChannel channel) Invoked by the variousupload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server. -
Uses of ClientChannel in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers with parameters of type ClientChannelModifier and TypeMethodDescriptionstatic void
ScpIoUtils.handleCommandExitStatus
(ClientSession session, String cmd, ClientChannel channel, CommandStatusHandler handler, org.slf4j.Logger log) Invoked by the variousupload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server. -
Uses of ClientChannel in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ClientChannel -
Uses of ClientChannel in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return ClientChannel -
Uses of ClientChannel in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ClientChannelMethods in org.apache.sshd.sftp.client.impl that return ClientChannel