Uses of Class
org.apache.sshd.server.SshServer
Packages that use SshServer
Package
Description
-
Uses of SshServer in org.apache.sshd.server
Subclasses with type arguments of type SshServer in org.apache.sshd.serverFields in org.apache.sshd.server with type parameters of type SshServerMethods in org.apache.sshd.server that return SshServerModifier and TypeMethodDescriptionServerBuilder.build(boolean isFillWithDefaultValues) static SshServerSshServer.setUpDefaultServer()Setup a default server -
Uses of SshServer in org.apache.sshd.server.config
Methods in org.apache.sshd.server.config with type parameters of type SshServerModifier and TypeMethodDescriptionstatic <S extends SshServer>
SSshServerConfigFileReader.configure(S server, PropertyResolver props, boolean lenient, boolean ignoreUnsupported) -
Uses of SshServer in org.apache.sshd.server.config.keys
Methods in org.apache.sshd.server.config.keys with type parameters of type SshServerModifier and TypeMethodDescriptionstatic <S extends SshServer>
SServerIdentity.setKeyPairProvider(S server, Properties props, boolean supportedOnly) Sets the server'sKeyPairProviderwith the loaded identities - if any