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 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.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(String type)ClientChannelAbstractClientSession. createChannel(String type, String subType)ClientChannelClientSession. createChannel(String type)Create a channel of the given type.ClientChannelClientSession. 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 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
-