Uses of Interface
org.apache.sshd.client.channel.ClientChannel
-
-
Uses of ClientChannel in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ClientChannel Modifier and Type Class Description class
AgentForwardedChannel
-
Uses of ClientChannel in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement ClientChannel Modifier and Type Class Description class
AbstractClientChannel
TODO Add javadocclass
ChannelDirectTcpip
TODO Add javadocclass
ChannelExec
Client channel to run a remote commandclass
ChannelSession
Client side channel sessionclass
ChannelShell
Client channel to open a remote shellclass
ChannelSubsystem
Client channel to run a subsystemclass
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell.Fields in org.apache.sshd.client.channel declared as ClientChannel Modifier and Type Field Description private ClientChannel
ClientChannelPendingMessagesQueue. clientChannel
Methods in org.apache.sshd.client.channel that return ClientChannel Modifier and Type Method Description ClientChannel
ClientChannelHolder. getClientChannel()
ClientChannel
ClientChannelPendingMessagesQueue. getClientChannel()
Constructors in org.apache.sshd.client.channel with parameters of type ClientChannel Constructor Description ClientChannelPendingMessagesQueue(ClientChannel channel)
-
Uses of ClientChannel in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ClientChannel Modifier and Type Method Description ClientChannel
AbstractClientSession. createChannel(java.lang.String type)
ClientChannel
AbstractClientSession. createChannel(java.lang.String type, java.lang.String subType)
ClientChannel
ClientSession. createChannel(java.lang.String type)
Create a channel of the given type.ClientChannel
ClientSession. createChannel(java.lang.String type, java.lang.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 Modifier and Type Class Description class
TcpipClientChannel
TODO Add javadoc -
Uses of ClientChannel in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client with parameters of type ClientChannel Modifier and Type Method Description protected void
AbstractScpClient. handleCommandExitStatus(java.lang.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 ClientChannel Modifier and Type Method Description static void
ScpIoUtils. handleCommandExitStatus(ClientSession session, java.lang.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 Modifier and Type Class Description class
ChannelForwardedX11
-
Uses of ClientChannel in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return ClientChannel Modifier and Type Method Description ClientChannel
SftpFileSystem.Wrapper. getClientChannel()
-
Uses of ClientChannel in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement ClientChannel Modifier and Type Class Description protected class
DefaultSftpClient.SftpChannelSubsystem
Methods in org.apache.sshd.sftp.client.impl that return ClientChannel Modifier and Type Method Description ClientChannel
DefaultSftpClient. getClientChannel()
-