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 KeyExchangeFutureMethods in org.apache.sshd.common.future that return KeyExchangeFuture -
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 KeyExchangeFuture
AbstractSession.checkRekey()
Checks if a re-keying is required and if so initiates itAbstractSession.reExchangeKeys()
protected KeyExchangeFuture
AbstractSession.requestNewKeysExchange()
Initiates a new keys exchange if one not already in progress