| Package | Description |
|---|---|
| org.apache.sshd.common.future | |
| org.apache.sshd.common.io | |
| org.apache.sshd.common.util |
| 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 | 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 |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.