Uses of Interface
org.apache.sshd.client.config.NewHostKeysHandler
Packages that use NewHostKeysHandler
-
Uses of NewHostKeysHandler in org.apache.sshd.client
Fields in org.apache.sshd.client declared as NewHostKeysHandlerMethods in org.apache.sshd.client that return NewHostKeysHandlerModifier and TypeMethodDescriptionClientFactoryManager.getNewHostKeysHandler()SshClient.getNewHostKeysHandler()Methods in org.apache.sshd.client with parameters of type NewHostKeysHandlerModifier and TypeMethodDescriptionClientBuilder.newHostKeysHandler(NewHostKeysHandler handler) voidClientFactoryManager.setNewHostKeysHandler(NewHostKeysHandler handler) voidSshClient.setNewHostKeysHandler(NewHostKeysHandler handler) -
Uses of NewHostKeysHandler in org.apache.sshd.client.config
Classes in org.apache.sshd.client.config that implement NewHostKeysHandlerModifier and TypeClassDescriptionclassA defaultNewHostKeysHandlerthat registers the new host keys on the session.