Package org.apache.sshd.client.channel
-
Interface Summary Interface Description ClientChannel A client channel used to communicate with the SSH server.ClientChannelHolder TODO Add javadoc -
Class Summary Class Description AbstractClientChannel TODO Add javadocChannelDirectTcpip TODO Add javadocChannelExec Client channel to run a remote commandChannelSession Client side channel sessionChannelShell Client channel to open a remote shellChannelSubsystem Client channel to run a subsystemPtyCapableChannelSession Serves as the base channel session for executing remote commands - including a full shell. -
Enum Summary Enum Description AbstractClientChannel.NullIoInputStream ClientChannelEvent Various events used byClientChannel.waitFor(java.util.Collection, long)