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 | Class and Description |
---|---|
class |
GlobalRequestFuture
A
DefaultSshFuture that can be used to wait for the reply of an SSH_MSG_GLOBAL_REQUEST sent with
want-reply = true . |
Modifier and Type | Interface and Description |
---|---|
interface |
IoServiceEventListener |
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, as well as proprietary and/or extension messages and behavior. |
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
Session 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 |
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 |
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–2024 The Apache Software Foundation. All rights reserved.