Uses of Class
org.citrusframework.ssh.server.SshServerBuilder
Packages that use SshServerBuilder
-
Uses of SshServerBuilder in org.citrusframework.ssh.server
Methods in org.citrusframework.ssh.server that return SshServerBuilderModifier and TypeMethodDescriptionSshServerBuilder.allowedKeyPath(String allowedKeyPath) Sets the allowedKeyPath property.SshServerBuilder.autoStart(boolean autoStart) Sets the autoStart property.SshServerBuilder.debugLogging(boolean enabled) Sets the debug logging enabled flag.SshServerBuilder.endpointAdapter(EndpointAdapter endpointAdapter) Sets the endpoint adapter.SshServerBuilder.hostKeyPath(String hostKeyPath) Sets the hostKeyPath property.SshServerBuilder.marshaller(SshMarshaller marshaller) Sets the marshaller.SshServerBuilder.messageConverter(SshMessageConverter messageConverter) Sets the message converter.Sets the client password.SshServerBuilder.pollingInterval(int pollingInterval) Sets the polling interval.SshServerBuilder.port(int port) Sets the port property.Sets the user property.SshServerBuilder.userHomePath(String userHomePath) Sets the userHomePath property.