SshServerBuilder |
SshServerBuilder.allowedKeyPath(String allowedKeyPath) |
Sets the allowedKeyPath property.
|
SshServerBuilder |
SshServerBuilder.autoStart(boolean autoStart) |
Sets the autoStart property.
|
SshServerBuilder |
SshServerBuilder.debugLogging(boolean enabled) |
Sets the debug logging enabled flag.
|
SshServerBuilder |
SshServerBuilder.endpointAdapter(EndpointAdapter endpointAdapter) |
Sets the endpoint adapter.
|
SshServerBuilder |
SshServerBuilder.hostKeyPath(String hostKeyPath) |
Sets the hostKeyPath property.
|
SshServerBuilder |
SshServerBuilder.marshaller(SshMarshaller marshaller) |
Sets the marshaller.
|
SshServerBuilder |
SshServerBuilder.messageConverter(SshMessageConverter messageConverter) |
Sets the message converter.
|
SshServerBuilder |
SshServerBuilder.password(String password) |
Sets the client password.
|
SshServerBuilder |
SshServerBuilder.pollingInterval(int pollingInterval) |
Sets the polling interval.
|
SshServerBuilder |
SshServerBuilder.port(int port) |
Sets the port property.
|
SshServerBuilder |
SshServerBuilder.user(String user) |
Sets the user property.
|
SshServerBuilder |
SshServerBuilder.userHomePath(String userHomePath) |
Sets the userHomePath property.
|