Modifier and Type | Class and Description |
---|---|
class |
ClientChannelPendingMessagesQueue
This is a specialized
SshFutureListener that is used to enqueue data
that is sent while the channel is being set-up, so that when it is established
it will send them in the same order as they have been received. |
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelListener
Provides a simple listener for client / server channels being established
or torn down.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PortForwardingEventListener |
Modifier and Type | Interface and Description |
---|---|
interface |
SshFutureListener<T extends SshFuture>
Something interested in being notified when the completion
of an asynchronous SSH operation :
SshFuture . |
Modifier and Type | Interface and Description |
---|---|
interface |
IoServiceEventListener |
Modifier and Type | Interface and Description |
---|---|
interface |
ScpTransferEventListener
Can be registered in order to receive events about SCP transfers
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScpTransferEventListenerAdapter
A no-op implementation of
ScpTransferEventListener for those who wish to
implement only a small number of methods. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReservedSessionMessagesHandler
Provides a way to listen and handle the
SSH_MSG_IGNORE and
SSH_MSG_DEBUG messages that are received by a session. |
interface |
SessionListener
Represents an interface receiving session events.
|
Modifier and Type | Class and Description |
---|---|
class |
PendingWriteFuture
Future holding a packet pending key exchange termination.
|
class |
ReservedSessionMessagesHandlerAdapter
Delegates the main interface methods to specific ones after having
decoded each message buffer
|
class |
SessionTimeoutListener
Task that iterates over all currently open
AbstractSession s and checks each of them for timeouts. |
Modifier and Type | Method and Description |
---|---|
static <T extends SshdEventListener> |
EventListenerUtils.proxyWrapper(Class<T> listenerType,
ClassLoader loader,
Iterable<? extends T> listeners)
Provides proxy wrapper around an
Iterable container of listener
interface implementation. |
static <T extends SshdEventListener> |
EventListenerUtils.proxyWrapper(Class<T> listenerType,
Iterable<? extends T> listeners)
Provides proxy wrapper around an
Iterable container of listener
interface implementation. |
static <L extends SshdEventListener> |
EventListenerUtils.synchronizedListenersSet() |
static <L extends SshdEventListener> |
EventListenerUtils.synchronizedListenersSet(Collection<? extends L> listeners) |
static <L extends SshdEventListener> |
SshdEventListener.validateListener(L listener,
String prefix)
Makes sure that the listener is neither
null nor a proxy |
Modifier and Type | Interface and Description |
---|---|
interface |
SignalListener
Define a listener to receive signals
|
Modifier and Type | Interface and Description |
---|---|
interface |
SftpEventListener
Can be used register for SFTP events.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSftpEventListenerAdapter
A no-op implementation of
SftpEventListener for those who wish to
implement only a small number of methods. |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.