Modifier and Type | Method and Description |
---|---|
protected SshFutureListener<IoConnectFuture> |
SshClient.createConnectCompletionListener(ConnectFuture connectFuture,
String username,
SocketAddress address,
KeyIdentityProvider identities,
boolean useDefaultIdentities) |
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 | Method and Description |
---|---|
void |
Closeable.addCloseFutureListener(SshFutureListener<CloseFuture> listener)
Pre-register a listener to be informed when resource is closed.
|
void |
Closeable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener)
Remove a pre-registered close event listener
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChannel.GracefulChannelCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
AbstractChannel.GracefulChannelCloseable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) |
Modifier and Type | Method and Description |
---|---|
protected SshFutureListener<T> |
AbstractSshFuture.asListener(Object o) |
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) |
protected void |
AbstractSshFuture.notifyListener(SshFutureListener<T> l) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
AbstractCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
SimpleCloseable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
AbstractCloseable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) |
Modifier and Type | Method and Description |
---|---|
void |
SshThreadPoolExecutor.addCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
NoCloseExecutor.addCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
SshThreadPoolExecutor.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
NoCloseExecutor.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) |
Modifier and Type | Method and Description |
---|---|
void |
ChannelSession.CommandCloseable.addCloseFutureListener(SshFutureListener<CloseFuture> listener) |
void |
ChannelSession.CommandCloseable.removeCloseFutureListener(SshFutureListener<CloseFuture> listener) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.