Uses of Interface
org.apache.sshd.common.future.KeyExchangeFuture
Packages that use KeyExchangeFuture
Package
Description
-
Uses of KeyExchangeFuture in org.apache.sshd.client.session
Methods in org.apache.sshd.client.session that return KeyExchangeFutureModifier and TypeMethodDescriptionAbstractClientSession.switchToNoneCipher()ClientSession.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 KeyExchangeFutureSubclasses with type arguments of type KeyExchangeFuture in org.apache.sshd.common.futureSubinterfaces with type arguments of type KeyExchangeFuture in org.apache.sshd.common.futureMethods in org.apache.sshd.common.future that return KeyExchangeFutureModifier and TypeMethodDescriptionDefaultKeyExchangeFuture.verify(long timeoutMillis, CancelOption... options) -
Uses of KeyExchangeFuture in org.apache.sshd.common.session
Methods in org.apache.sshd.common.session that return KeyExchangeFuture -
Uses of KeyExchangeFuture in org.apache.sshd.common.session.helpers
Methods in org.apache.sshd.common.session.helpers that return KeyExchangeFutureModifier and TypeMethodDescriptionprotected KeyExchangeFutureAbstractSession.checkRekey()Checks if a re-keying is required and if so initiates itAbstractSession.reExchangeKeys()protected KeyExchangeFutureAbstractSession.requestNewKeysExchange()Initiates a new keys exchange if one not already in progress