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.client.channel
Classes in org.apache.sshd.client.channel that implement ClientChannelModifier and TypeClassDescriptionclassTODO Add javadocclassTODO Add javadocclassClient channel to run a remote commandclassClient side channel sessionclassClient channel to open a remote shellclassClient channel to run a subsystemclassServes 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 voidAbstractScpClient.handleCommandExitStatus(String cmd, ClientChannel channel) Invoked by the variousupload/downloadmethods 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 voidScpIoUtils.handleCommandExitStatus(ClientSession session, String cmd, ClientChannel channel, CommandStatusHandler handler, org.slf4j.Logger log) Invoked by the variousupload/downloadmethods 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