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.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.scp
Methods in org.apache.sshd.client.scp with parameters of type ClientChannel Modifier and Type Method Description protected 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.client.session
Methods in org.apache.sshd.client.session that return ClientChannel Modifier and Type Method Description ClientChannel
AbstractClientSession. createChannel(String type)
ClientChannel
AbstractClientSession. createChannel(String type, String subType)
ClientChannel
ClientSession. createChannel(String type)
Create a channel of the given type.ClientChannel
ClientSession. createChannel(String type, String subType)
Create a channel of the given type and sub-type. -
Uses of ClientChannel in org.apache.sshd.client.subsystem.sftp.impl
Methods in org.apache.sshd.client.subsystem.sftp.impl that return ClientChannel Modifier and Type Method Description ClientChannel
DefaultSftpClient. getClientChannel()
-
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.server.x11
Classes in org.apache.sshd.server.x11 that implement ClientChannel Modifier and Type Class Description class
ChannelForwardedX11
-