Uses of Interface
org.apache.sshd.common.channel.ChannelListener
Packages that use ChannelListener
Package
Description
-
Uses of ChannelListener in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as ChannelListenerModifier and TypeFieldDescriptionprotected final ChannelListener
AbstractChannel.channelListenerProxy
static final ChannelListener
ChannelListener.EMPTY
Fields in org.apache.sshd.common.channel with type parameters of type ChannelListenerModifier and TypeFieldDescriptionprotected final Collection
<ChannelListener> AbstractChannel.channelListeners
Channel events listenerMethods in org.apache.sshd.common.channel with type parameters of type ChannelListenerModifier and TypeMethodDescriptionstatic <L extends ChannelListener>
LChannelListener.validateListener
(L listener) Methods in org.apache.sshd.common.channel that return ChannelListenerModifier and TypeMethodDescriptionAbstractChannel.getChannelListenerProxy()
ChannelListenerManager.getChannelListenerProxy()
Methods in org.apache.sshd.common.channel with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoid
AbstractChannel.addChannelListener
(ChannelListener listener) void
ChannelListenerManager.addChannelListener
(ChannelListener listener) Add a channel listenerprotected void
AbstractChannel.notifyStateChanged
(ChannelListener listener, String hint) void
AbstractChannel.removeChannelListener
(ChannelListener listener) void
ChannelListenerManager.removeChannelListener
(ChannelListener listener) Remove a channel listenerprotected void
AbstractChannel.signalChannelClosed
(ChannelListener listener, Throwable reason) protected void
AbstractChannel.signalChannelInitialized
(ChannelListener listener) protected void
AbstractChannel.signalChannelOpenFailure
(ChannelListener listener, Throwable reason) protected void
AbstractChannel.signalChannelOpenSuccess
(ChannelListener listener) Method parameters in org.apache.sshd.common.channel with type arguments of type ChannelListenerModifier and TypeMethodDescriptionprotected void
AbstractChannel.invokeChannelSignaller
(Invoker<ChannelListener, Void> invoker) -
Uses of ChannelListener in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as ChannelListenerModifier and TypeFieldDescriptionprotected final ChannelListener
AbstractFactoryManager.channelListenerProxy
Fields in org.apache.sshd.common.helpers with type parameters of type ChannelListenerModifier and TypeFieldDescriptionprotected final Collection
<ChannelListener> AbstractFactoryManager.channelListeners
Methods in org.apache.sshd.common.helpers that return ChannelListenerMethods in org.apache.sshd.common.helpers with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoid
AbstractFactoryManager.addChannelListener
(ChannelListener listener) void
AbstractFactoryManager.removeChannelListener
(ChannelListener listener) -
Uses of ChannelListener in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as ChannelListenerModifier and TypeFieldDescriptionprotected final ChannelListener
AbstractSession.channelListenerProxy
Fields in org.apache.sshd.common.session.helpers with type parameters of type ChannelListenerModifier and TypeFieldDescriptionprotected final Collection
<ChannelListener> AbstractSession.channelListeners
Channel events listener containerMethods in org.apache.sshd.common.session.helpers that return ChannelListenerMethods in org.apache.sshd.common.session.helpers with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoid
AbstractSession.addChannelListener
(ChannelListener listener) void
AbstractSession.removeChannelListener
(ChannelListener listener) -
Uses of ChannelListener in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement ChannelListenerModifier and TypeClassDescriptionprotected static class
TheSftpFileSystem.SftpClientPool
storesSftpClient
s not directly but via handles in its channel pool.