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. -
Class Summary Class Description AbstractChannel Provides common client/server channel functionalityAbstractChannelRequestHandler AbstractRequestHandler<T> BufferedIoOutputStream AnIoOutputStream
capable of queuing write requestsChannelAsyncInputStream ChannelAsyncInputStream.IoReadFutureImpl ChannelAsyncOutputStream ChannelOutputStream ChannelPipedInputStream TODO Add javadocChannelPipedOutputStream TODO Add javadocIoWriteFutureImpl PtyChannelConfiguration 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 -
Exception Summary Exception Description WindowClosedException Indicates aWindow
has been closed.