| Package | Description |
|---|---|
| org.apache.sshd.common.future | |
| org.apache.sshd.common.session |
| Modifier and Type | Method and Description |
|---|---|
T |
SshFuture.addListener(SshFutureListener<T> listener)
Adds an event listener which is notified when
this future is completed.
|
T |
DefaultSshFuture.addListener(SshFutureListener<T> listener) |
T |
SshFuture.removeListener(SshFutureListener<T> listener)
Removes an existing event listener so it won't be notified when
the future is completed.
|
T |
DefaultSshFuture.removeListener(SshFutureListener<T> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
PendingWriteFuture
Future holding a packet pending key exchange termination.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.