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 ChannelListener
AbstractChannel. channelListenerProxy
static ChannelListener
ChannelListener. EMPTY
Fields in org.apache.sshd.common.channel with type parameters of type ChannelListener Modifier and Type Field Description protected java.util.Collection<ChannelListener>
AbstractChannel. channelListeners
Channel 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 ChannelListener
AbstractChannel. getChannelListenerProxy()
ChannelListener
ChannelListenerManager. getChannelListenerProxy()
Methods in org.apache.sshd.common.channel with parameters of type ChannelListener Modifier and Type Method Description void
AbstractChannel. addChannelListener(ChannelListener listener)
void
ChannelListenerManager. addChannelListener(ChannelListener listener)
Add a channel listenerprotected void
AbstractChannel. notifyStateChanged(ChannelListener listener, java.lang.String hint)
void
AbstractChannel. removeChannelListener(ChannelListener listener)
void
ChannelListenerManager. removeChannelListener(ChannelListener listener)
Remove a channel listenerprotected void
AbstractChannel. signalChannelClosed(ChannelListener listener, java.lang.Throwable reason)
protected void
AbstractChannel. signalChannelInitialized(ChannelListener listener)
protected void
AbstractChannel. signalChannelOpenFailure(ChannelListener listener, java.lang.Throwable reason)
protected void
AbstractChannel. signalChannelOpenSuccess(ChannelListener listener)
Method parameters in org.apache.sshd.common.channel with type arguments of type ChannelListener Modifier and Type Method Description protected void
AbstractChannel. invokeChannelSignaller(Invoker<ChannelListener,java.lang.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 ChannelListener
AbstractFactoryManager. channelListenerProxy
Fields in org.apache.sshd.common.helpers with type parameters of type ChannelListener Modifier and Type Field Description protected java.util.Collection<ChannelListener>
AbstractFactoryManager. channelListeners
Methods in org.apache.sshd.common.helpers that return ChannelListener Modifier and Type Method Description ChannelListener
AbstractFactoryManager. getChannelListenerProxy()
Methods in org.apache.sshd.common.helpers with parameters of type ChannelListener Modifier and Type Method Description void
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 ChannelListener Modifier and Type Field Description protected ChannelListener
AbstractSession. channelListenerProxy
Fields in org.apache.sshd.common.session.helpers with type parameters of type ChannelListener Modifier and Type Field Description protected java.util.Collection<ChannelListener>
AbstractSession. channelListeners
Channel events listener containerMethods in org.apache.sshd.common.session.helpers that return ChannelListener Modifier and Type Method Description ChannelListener
AbstractSession. getChannelListenerProxy()
Methods in org.apache.sshd.common.session.helpers with parameters of type ChannelListener Modifier and Type Method Description void
AbstractSession. addChannelListener(ChannelListener listener)
void
AbstractSession. removeChannelListener(ChannelListener listener)
-