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 subsystemClientChannelPendingMessagesQueue This is a specializedSshFutureListener
that is used to enqueue data that is sent while the channel is being set-up, so that when it is established it will send them in the same order as they have been received.PtyCapableChannelSession Serves as the base channel session for executing remote commands - including a full shell. -
Enum Summary Enum Description ClientChannel.Streaming ClientChannelEvent Various events used byClientChannel.waitFor(java.util.Collection, long)