Uses of Interface
org.apache.sshd.common.channel.ChannelListener
-
Packages that use ChannelListener Package Description org.apache.sshd.common.channel org.apache.sshd.common.helpers org.apache.sshd.common.session.helpers -
-
Uses of ChannelListener in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as ChannelListener Modifier and Type Field Description protected ChannelListenerAbstractChannel. channelListenerProxystatic ChannelListenerChannelListener. EMPTYFields in org.apache.sshd.common.channel with type parameters of type ChannelListener Modifier and Type Field Description protected Collection<ChannelListener>AbstractChannel. channelListenersChannel events listenerMethods in org.apache.sshd.common.channel with type parameters of type ChannelListener Modifier and Type Method Description static <L extends ChannelListener>
LChannelListener. validateListener(L listener)Methods in org.apache.sshd.common.channel that return ChannelListener Modifier and Type Method Description ChannelListenerAbstractChannel. getChannelListenerProxy()ChannelListenerChannelListenerManager. getChannelListenerProxy()Methods in org.apache.sshd.common.channel with parameters of type ChannelListener Modifier and Type Method Description voidAbstractChannel. 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 ChannelListener Modifier and Type Method Description protected voidAbstractChannel. invokeChannelSignaller(Invoker<ChannelListener,Void> invoker) -
Uses of ChannelListener in org.apache.sshd.common.helpers
Fields in org.apache.sshd.common.helpers declared as ChannelListener Modifier and Type Field Description protected ChannelListenerAbstractFactoryManager. channelListenerProxyFields in org.apache.sshd.common.helpers with type parameters of type ChannelListener Modifier and Type Field Description protected Collection<ChannelListener>AbstractFactoryManager. channelListenersMethods in org.apache.sshd.common.helpers that return ChannelListener Modifier and Type Method Description ChannelListenerAbstractFactoryManager. getChannelListenerProxy()Methods in org.apache.sshd.common.helpers with parameters of type ChannelListener Modifier and Type Method Description voidAbstractFactoryManager. 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 ChannelListener Modifier and Type Field Description protected ChannelListenerAbstractSession. channelListenerProxyFields in org.apache.sshd.common.session.helpers with type parameters of type ChannelListener Modifier and Type Field Description protected Collection<ChannelListener>AbstractSession. channelListenersChannel events listener containerMethods in org.apache.sshd.common.session.helpers that return ChannelListener Modifier and Type Method Description ChannelListenerAbstractSession. getChannelListenerProxy()Methods in org.apache.sshd.common.session.helpers with parameters of type ChannelListener Modifier and Type Method Description voidAbstractSession. addChannelListener(ChannelListener listener)voidAbstractSession. removeChannelListener(ChannelListener listener)
-