Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.client.future | |
org.apache.sshd.client.session | |
org.apache.sshd.common | |
org.apache.sshd.common.channel | |
org.apache.sshd.common.future | |
org.apache.sshd.common.io | |
org.apache.sshd.common.session | |
org.apache.sshd.common.util |
Modifier and Type | Method and Description |
---|---|
SshFuture |
ClientSession.switchToNoneCipher()
Switch to a none cipher for performance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthFuture
An
SshFuture for asynchronous authentication requests. |
interface |
ConnectFuture
An
SshFuture for asynchronous connections requests. |
interface |
OpenFuture
An
SshFuture for asynchronous channel opening requests. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAuthFuture
A default implementation of
AuthFuture . |
class |
DefaultConnectFuture
A default implementation of
ConnectFuture . |
class |
DefaultOpenFuture
A default implementation of
OpenFuture . |
Modifier and Type | Method and Description |
---|---|
SshFuture |
ClientSessionImpl.switchToNoneCipher() |
Modifier and Type | Method and Description |
---|---|
SshFuture |
Session.reExchangeKeys()
Initiate a new key exchange.
|
Modifier and Type | Class and Description |
---|---|
static class |
ChannelAsyncInputStream.IoReadFutureImpl |
static class |
ChannelAsyncOutputStream.IoWriteFutureImpl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
SshFuture . |
interface |
SshFuture<T extends SshFuture>
Represents the completion of an asynchronous SSH operation on a given object
(it may be an SSH session or an SSH channel).
|
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 |
CloseFuture
An
SshFuture for asynchronous close requests. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCloseFuture
A default implementation of
CloseFuture . |
class |
DefaultSshFuture<T extends SshFuture>
A default implementation of
SshFuture . |
Modifier and Type | Interface and Description |
---|---|
interface |
IoConnectFuture |
interface |
IoReadFuture |
interface |
IoWriteFuture |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractSession.PendingWriteFuture
Future holding a packet pending key exchange termination.
|
Modifier and Type | Method and Description |
---|---|
SshFuture |
AbstractSession.reExchangeKeys()
Initiate a new key exchange.
|
Modifier and Type | Method and Description |
---|---|
<T extends SshFuture> |
CloseableUtils.Builder.when(Iterable<? extends SshFuture<T>> futures) |
<T extends SshFuture> |
CloseableUtils.Builder.when(SshFuture<T>... futures) |
<T extends SshFuture> |
CloseableUtils.Builder.when(SshFuture<T> future) |
Modifier and Type | Method and Description |
---|---|
<T extends SshFuture> |
CloseableUtils.Builder.when(SshFuture<T>... futures) |
<T extends SshFuture> |
CloseableUtils.Builder.when(SshFuture<T> future) |
Modifier and Type | Method and Description |
---|---|
<T extends SshFuture> |
CloseableUtils.Builder.when(Iterable<? extends SshFuture<T>> futures) |
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.