Uses of Interface
org.apache.sshd.common.session.filters.SshIdentHandler
Packages that use SshIdentHandler
-
Uses of SshIdentHandler in org.apache.sshd.common.session.filters
Methods in org.apache.sshd.common.session.filters with parameters of type SshIdentHandlerConstructors in org.apache.sshd.common.session.filters with parameters of type SshIdentHandlerModifierConstructorDescriptionSshTransportFilter(AbstractSession session, org.apache.sshd.common.random.Random random, SshIdentHandler identities, SessionListener events, KexFilter.Proposer proposer, KexFilter.HostKeyChecker checker) Creates a new SSH transport filter.