Modifier and Type | Method and Description |
---|---|
protected SshFutureListener<IoConnectFuture> |
SshClient.createConnectCompletionListener(ConnectFuture connectFuture,
String username,
SocketAddress address,
KeyIdentityProvider identities,
HostConfigEntry hostConfig) |
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 | 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 | Method and Description |
---|---|
protected SshFutureListener<T> |
AbstractSshFuture.asListener(Object o) |
Modifier and Type | Method and Description |
---|---|
T |
DefaultSshFuture.addListener(SshFutureListener<T> listener) |
T |
SshFuture.addListener(SshFutureListener<T> listener)
Adds an event listener which is notified when this future is completed.
|
protected void |
AbstractSshFuture.notifyListener(SshFutureListener<T> l) |
T |
DefaultSshFuture.removeListener(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.
|
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–2024 The Apache Software Foundation. All rights reserved.