Interface KexExtensionHandlerManager
-
- All Known Subinterfaces:
ClientFactoryManager,ClientSession,FactoryManager,KexFactoryManager,ServerFactoryManager,ServerSession,Session
- All Known Implementing Classes:
AbstractClientSession,AbstractFactoryManager,AbstractKexFactoryManager,AbstractServerSession,AbstractSession,ClientSessionImpl,ServerSessionImpl,SessionHelper,SshClient,SshServer
public interface KexExtensionHandlerManagerTODO Add javadoc- Author:
- Apache MINA SSHD Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KexExtensionHandlergetKexExtensionHandler()voidsetKexExtensionHandler(KexExtensionHandler handler)
-
-
-
Method Detail
-
getKexExtensionHandler
KexExtensionHandler getKexExtensionHandler()
-
setKexExtensionHandler
void setKexExtensionHandler(KexExtensionHandler handler)
-
-