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.agent.unix
Classes in org.apache.sshd.agent.unix 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 javadocclassAsyncCapableClientChannelChannel that sets up asynchronous streams, and that pumps an input stream if set viaAbstractClientChannel.setIn(InputStream).classChannelDirectTcpipTODO 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.Methods in org.apache.sshd.client.channel that return ClientChannel Modifier and Type Method Description ClientChannelClientChannelHolder. getClientChannel() -
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.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.scp.client
Methods in org.apache.sshd.scp.client 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.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers with parameters of type ClientChannel Modifier and Type Method Description static voidScpIoUtils. handleCommandExitStatus(ClientSession session, java.lang.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 Modifier and Type Class Description classChannelForwardedX11 -
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 ClientChannelSftpFileSystem.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 classDefaultSftpClient.SftpChannelSubsystemMethods in org.apache.sshd.sftp.client.impl that return ClientChannel Modifier and Type Method Description ClientChannelDefaultSftpClient. getClientChannel()
-