Package org.apache.sshd.common.channel
-
Interface Summary Interface Description Channel Represents a channel opened over an SSH session - holds information that is common both to server and client channels.ChannelFactory ChannelHolder ChannelListener Provides a simple listener for client / server channels being established or torn down.ChannelListenerManager ChannelPipedSink ChannelRequestHandler PtyChannelConfigurationHolder PtyChannelConfigurationMutator RequestHandler<T> A global request handler.StreamingChannel A channel that can be either configured to use synchronous or asynchrounous streams. -
Class Summary Class Description AbstractChannel Provides common client/server channel functionalityAbstractChannelRequestHandler AbstractRequestHandler<T> BufferedIoOutputStream AnIoOutputStream
capable of queuing write requests.ChannelAsyncInputStream ChannelAsyncInputStream.IoReadFutureImpl ChannelAsyncOutputStream ChannelOutputStream ChannelPipedInputStream TODO Add javadocChannelPipedOutputStream TODO Add javadocIoWriteFutureImpl PtyChannelConfiguration SimpleIoOutputStream An implementation ofIoOutputStream
using a synchronousChannelOutputStream
.SimpleIoOutputStream.DefaultIoWriteFuture SttySupport Support for stty command on unixWindow A Window for a given channel. -
Enum Summary Enum Description AbstractChannel.GracefulState PtyMode A enum describing the tty modes according to RFC 4254 - section 8.RequestHandler.Result StreamingChannel.Streaming -
Exception Summary Exception Description WindowClosedException Indicates aWindow
has been closed.