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 ChannelListenerAbstractChannel.channelListenerProxystatic final ChannelListenerChannelListener.EMPTYFields in org.apache.sshd.common.channel with type parameters of type ChannelListenerModifier and TypeFieldDescriptionprotected final Collection<ChannelListener> AbstractChannel.channelListenersChannel 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 TypeMethodDescriptionvoidAbstractChannel.addChannelListener(ChannelListener listener) voidChannelListenerManager.addChannelListener(ChannelListener listener) Add a channel listenerprotected voidAbstractChannel.notifyStateChanged(ChannelListener listener, String hint) voidAbstractChannel.removeChannelListener(ChannelListener listener) voidChannelListenerManager.removeChannelListener(ChannelListener listener) Remove a channel listenerprotected voidAbstractChannel.signalChannelClosed(ChannelListener listener, Throwable reason) protected voidAbstractChannel.signalChannelInitialized(ChannelListener listener) protected voidAbstractChannel.signalChannelOpenFailure(ChannelListener listener, Throwable reason) protected voidAbstractChannel.signalChannelOpenSuccess(ChannelListener listener) Method parameters in org.apache.sshd.common.channel with type arguments of type ChannelListenerModifier and TypeMethodDescriptionprotected voidAbstractChannel.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 ChannelListenerAbstractFactoryManager.channelListenerProxyFields in org.apache.sshd.common.helpers with type parameters of type ChannelListenerModifier and TypeFieldDescriptionprotected final Collection<ChannelListener> AbstractFactoryManager.channelListenersMethods in org.apache.sshd.common.helpers that return ChannelListenerMethods in org.apache.sshd.common.helpers with parameters of type ChannelListenerModifier and TypeMethodDescriptionvoidAbstractFactoryManager.addChannelListener(ChannelListener listener) voidAbstractFactoryManager.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 ChannelListenerAbstractSession.channelListenerProxyFields in org.apache.sshd.common.session.helpers with type parameters of type ChannelListenerModifier and TypeFieldDescriptionprotected final Collection<ChannelListener> AbstractSession.channelListenersChannel 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 TypeMethodDescriptionvoidAbstractSession.addChannelListener(ChannelListener listener) voidAbstractSession.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 classTheSftpFileSystem.SftpClientPoolstoresSftpClients not directly but via handles in its channel pool.