Uses of Interface
org.apache.sshd.common.future.KeyExchangeFuture
-
Packages that use KeyExchangeFuture Package Description org.apache.sshd.client.session org.apache.sshd.common.future org.apache.sshd.common.session org.apache.sshd.common.session.helpers -
-
Uses of KeyExchangeFuture in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return KeyExchangeFuture Modifier and Type Method Description KeyExchangeFutureAbstractClientSession. switchToNoneCipher()KeyExchangeFutureClientSession. switchToNoneCipher()Switch to a none cipher for performance. -
Uses of KeyExchangeFuture in org.apache.sshd.common.future
Classes in org.apache.sshd.common.future that implement KeyExchangeFuture Modifier and Type Class Description classDefaultKeyExchangeFutureMethods in org.apache.sshd.common.future that return KeyExchangeFuture Modifier and Type Method Description KeyExchangeFutureDefaultKeyExchangeFuture. verify(long timeoutMillis) -
Uses of KeyExchangeFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return KeyExchangeFuture Modifier and Type Method Description KeyExchangeFutureSession. reExchangeKeys()Initiate a new key exchange. -
Uses of KeyExchangeFuture in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return KeyExchangeFuture Modifier and Type Method Description protected KeyExchangeFutureAbstractSession. checkRekey()Checks if a re-keying is required and if so initiates itKeyExchangeFutureAbstractSession. reExchangeKeys()protected KeyExchangeFutureAbstractSession. requestNewKeysExchange()Initiates a new keys exchange if one not already in progress
-