Uses of Interface
org.apache.sshd.common.util.SshdEventListener
-
-
Uses of SshdEventListener in org.apache.sshd.cli.client
Classes in org.apache.sshd.cli.client that implement SshdEventListener Modifier and Type Class Description classSshKeyScanMainA naive implementation of ssh-keyscan(1) -
Uses of SshdEventListener in org.apache.sshd.cli.server.helper
Classes in org.apache.sshd.cli.server.helper that implement SshdEventListener Modifier and Type Class Description classScpCommandTransferEventListenerclassServerPortForwardingEventListenerclassSftpServerSubSystemEventListener -
Uses of SshdEventListener in org.apache.sshd.common.channel
Subinterfaces of SshdEventListener in org.apache.sshd.common.channel Modifier and Type Interface Description interfaceChannelListenerProvides 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 Modifier and Type Interface Description interfacePortForwardingEventListener -
Uses of SshdEventListener in org.apache.sshd.common.future
Subinterfaces of SshdEventListener in org.apache.sshd.common.future Modifier and Type Interface Description interfaceSshFutureListener<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 SshdEventListener Modifier and Type Class Description classGlobalRequestFutureADefaultSshFuturethat 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 Modifier and Type Interface Description interfaceIoServiceEventListener -
Uses of SshdEventListener in org.apache.sshd.common.session
Subinterfaces of SshdEventListener in org.apache.sshd.common.session Modifier and Type Interface Description interfaceReservedSessionMessagesHandlerProvides 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.interfaceSessionListenerRepresents 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 SshdEventListener Modifier and Type Class Description classPendingWriteFutureFuture holding a packet pending key exchange termination.classReservedSessionMessagesHandlerAdapterDelegates the main interface methods to specific ones after having decoded each message bufferclassSessionTimeoutListenerTask 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 SshdEventListener Modifier and Type Method Description static <T extends SshdEventListener>
TEventListenerUtils. proxyWrapper(java.lang.Class<T> listenerType, java.lang.ClassLoader loader, java.lang.Iterable<? extends T> listeners)Provides proxy wrapper around anIterablecontainer of listener interface implementation.static <T extends SshdEventListener>
TEventListenerUtils. proxyWrapper(java.lang.Class<T> listenerType, java.lang.Iterable<? extends T> listeners)Provides proxy wrapper around anIterablecontainer of listener interface implementation.static <L extends SshdEventListener>
java.util.Set<L>EventListenerUtils. synchronizedListenersSet()static <L extends SshdEventListener>
java.util.Set<L>EventListenerUtils. synchronizedListenersSet(java.util.Collection<? extends L> listeners)static <L extends SshdEventListener>
LSshdEventListener. validateListener(L listener, java.lang.String prefix)Makes sure that the listener is neithernullnor a proxy -
Uses of SshdEventListener in org.apache.sshd.contrib.common.channel.throttle
Classes in org.apache.sshd.contrib.common.channel.throttle that implement SshdEventListener Modifier and Type Class Description classThrottlingChannelStreamWriterAChannelStreamWriterdelegate implementation that "throttles" the output by having a limit on the outstanding packets that have not been sent yet. -
Uses of SshdEventListener in org.apache.sshd.contrib.common.session.helpers
Classes in org.apache.sshd.contrib.common.session.helpers that implement SshdEventListener Modifier and Type Class Description classChannelIdTrackingUnknownChannelReferenceHandlerMakes sure that the referenced "unknown" channel identifier is one that was assigned in the past. -
Uses of SshdEventListener in org.apache.sshd.contrib.server.scp
Classes in org.apache.sshd.contrib.server.scp that implement SshdEventListener Modifier and Type Class Description classSimpleAccessControlScpEventListenerProvides a simple access control by making a distinction between methods that upload data and ones that download it -
Uses of SshdEventListener in org.apache.sshd.contrib.server.subsystem.sftp
Classes in org.apache.sshd.contrib.server.subsystem.sftp that implement SshdEventListener Modifier and Type Class Description classSimpleAccessControlSftpEventListenerProvides a simple access control by making a distinction between methods that provide information - including reading data - and those that modify it -
Uses of SshdEventListener in org.apache.sshd.scp.common
Subinterfaces of SshdEventListener in org.apache.sshd.scp.common Modifier and Type Interface Description interfaceScpTransferEventListenerCan be registered in order to receive events about SCP transfersClasses in org.apache.sshd.scp.common that implement SshdEventListener Modifier and Type Class Description classAbstractScpTransferEventListenerAdapterA 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.server Modifier and Type Interface Description interfaceSignalListenerDefine a listener to receive signals -
Uses of SshdEventListener in org.apache.sshd.sftp.server
Subinterfaces of SshdEventListener in org.apache.sshd.sftp.server Modifier and Type Interface Description interfaceSftpEventListenerCan be used register for SFTP events.Classes in org.apache.sshd.sftp.server that implement SshdEventListener Modifier and Type Class Description classAbstractSftpEventListenerAdapterA no-op implementation ofSftpEventListenerfor those who wish to implement only a small number of methods.
-