Uses of Interface
org.apache.sshd.client.channel.ClientChannel
Packages that use ClientChannel
Package
Description
-
Uses of ClientChannel in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement ClientChannel -
Uses of ClientChannel in org.apache.sshd.agent.unix
Classes in org.apache.sshd.agent.unix that implement ClientChannel -
Uses of ClientChannel in org.apache.sshd.client.channel
Classes in org.apache.sshd.client.channel that implement ClientChannelModifier and TypeClassDescriptionclassTODO Add javadocclassChannel that sets up asynchronous streams, and that pumps an input stream if set viaAbstractClientChannel.setIn(InputStream).classTODO Add javadocclassClient channel to run a remote commandclassClient side channel sessionclassClient channel to open a remote shellclassClient channel to run a subsystemclassServes as the base channel session for executing remote commands - including a full shell.Methods in org.apache.sshd.client.channel that return ClientChannel -
Uses of ClientChannel in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return ClientChannelModifier and TypeMethodDescriptionAbstractClientSession.createChannel(String type) AbstractClientSession.createChannel(String type, String subType) ClientSession.createChannel(String type) Create a channel of the given type.ClientSession.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 -
Uses of ClientChannel in org.apache.sshd.server.x11
Classes in org.apache.sshd.server.x11 that implement ClientChannel