Uses of Interface
org.apache.sshd.common.util.SshdEventListener
Packages that use SshdEventListener
Package
Description
-
Uses of SshdEventListener in org.apache.sshd.common.channel
Subinterfaces of SshdEventListener in org.apache.sshd.common.channelModifier and TypeInterfaceDescriptioninterfaceProvides a simple listener for client / server channels being established or torn down. -
Uses of SshdEventListener in org.apache.sshd.common.forward
Subinterfaces of SshdEventListener in org.apache.sshd.common.forward -
Uses of SshdEventListener in org.apache.sshd.common.future
Subinterfaces of SshdEventListener in org.apache.sshd.common.futureModifier and TypeInterfaceDescriptioninterfaceSshFutureListener<T extends SshFuture>Something interested in being notified when the completion of an asynchronous SSH operation :SshFuture.Classes in org.apache.sshd.common.future that implement SshdEventListenerModifier and TypeClassDescriptionclassADefaultSshFuturethat can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent withwant-reply = true. -
Uses of SshdEventListener in org.apache.sshd.common.io
Subinterfaces of SshdEventListener in org.apache.sshd.common.io -
Uses of SshdEventListener in org.apache.sshd.common.session
Subinterfaces of SshdEventListener in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterfaceProvides a way to listen and handle theSSH_MSG_IGNOREandSSH_MSG_DEBUGmessages that are received by a session, as well as proprietary and/or extension messages and behavior.interfaceRepresents an interface receiving session events. -
Uses of SshdEventListener in org.apache.sshd.common.session.helpers
Classes in org.apache.sshd.common.session.helpers that implement SshdEventListenerModifier and TypeClassDescriptionclassFuture holding a packet pending key exchange termination.classDelegates the main interface methods to specific ones after having decoded each message bufferclassTask that iterates over all currently openSessions and checks each of them for timeouts. -
Uses of SshdEventListener in org.apache.sshd.common.util
Methods in org.apache.sshd.common.util with type parameters of type SshdEventListenerModifier and TypeMethodDescriptionstatic <T extends SshdEventListener>
TEventListenerUtils.proxyWrapper(Class<T> listenerType, ClassLoader loader, Iterable<? extends T> listeners) Provides proxy wrapper around anIterablecontainer of listener interface implementation.static <T extends SshdEventListener>
TEventListenerUtils.proxyWrapper(Class<T> listenerType, Iterable<? extends T> listeners) Provides proxy wrapper around anIterablecontainer of listener interface implementation.static <L extends SshdEventListener>
Set<L> EventListenerUtils.synchronizedListenersSet()static <L extends SshdEventListener>
Set<L> EventListenerUtils.synchronizedListenersSet(Collection<? extends L> listeners) static <L extends SshdEventListener>
LSshdEventListener.validateListener(L listener, String prefix) Makes sure that the listener is neithernullnor a proxy -
Uses of SshdEventListener in org.apache.sshd.scp.common
Subinterfaces of SshdEventListener in org.apache.sshd.scp.commonModifier and TypeInterfaceDescriptioninterfaceCan be registered in order to receive events about SCP transfersClasses in org.apache.sshd.scp.common that implement SshdEventListenerModifier and TypeClassDescriptionclassA no-op implementation ofScpTransferEventListenerfor those who wish to implement only a small number of methods. -
Uses of SshdEventListener in org.apache.sshd.server
Subinterfaces of SshdEventListener in org.apache.sshd.serverModifier and TypeInterfaceDescriptioninterfaceDefine a listener to receive signals -
Uses of SshdEventListener in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement SshdEventListenerModifier and TypeClassDescriptionprotected static classTheSftpFileSystem.SftpClientPoolstoresSftpClients not directly but via handles in its channel pool. -
Uses of SshdEventListener in org.apache.sshd.sftp.server
Subinterfaces of SshdEventListener in org.apache.sshd.sftp.serverModifier and TypeInterfaceDescriptioninterfaceCan be used register for SFTP events.Classes in org.apache.sshd.sftp.server that implement SshdEventListenerModifier and TypeClassDescriptionclassA no-op implementation ofSftpEventListenerfor those who wish to implement only a small number of methods.