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 classAgentForwardedChannel -
Uses of ClientChannel in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement ClientChannel Modifier and Type Class Description classAbstractClientChannelTODO Add javadocclassChannelDirectTcpipTODO Add javadocclassChannelExecClient channel to run a remote commandclassChannelSessionClient side channel sessionclassChannelShellClient channel to open a remote shellclassChannelSubsystemClient channel to run a subsystemclassPtyCapableChannelSessionServes 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 ClientChannelClientChannelPendingMessagesQueue. clientChannelMethods in org.apache.sshd.client.channel that return ClientChannel Modifier and Type Method Description ClientChannelClientChannelHolder. getClientChannel()ClientChannelClientChannelPendingMessagesQueue. 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 voidAbstractScpClient. handleCommandExitStatus(java.lang.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.client.session
Methods in org.apache.sshd.client.session that return ClientChannel Modifier and Type Method Description ClientChannelAbstractClientSession. createChannel(java.lang.String type)ClientChannelAbstractClientSession. createChannel(java.lang.String type, java.lang.String subType)ClientChannelClientSession. createChannel(java.lang.String type)Create a channel of the given type.ClientChannelClientSession. 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.client.subsystem.sftp.fs
Methods in org.apache.sshd.client.subsystem.sftp.fs that return ClientChannel Modifier and Type Method Description ClientChannelSftpFileSystem.Wrapper. getClientChannel() -
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 ClientChannelDefaultSftpClient. 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 classTcpipClientChannelTODO 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 classChannelForwardedX11
-