public class SshServerBuilder extends AbstractEndpointBuilder<SshServer>
| Constructor and Description |
|---|
SshServerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SshServerBuilder |
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.
|
protected SshServer |
getEndpoint() |
SshServerBuilder |
hostKeyPath(String hostKeyPath)
Sets the hostKeyPath property.
|
SshServerBuilder |
messageConverter(SshMessageConverter messageConverter)
Sets the message converter.
|
SshServerBuilder |
password(String password)
Sets the client password.
|
SshServerBuilder |
pollingInterval(int pollingInterval)
Sets the polling interval.
|
SshServerBuilder |
port(int port)
Sets the port property.
|
SshServerBuilder |
timeout(long timeout)
Sets the default timeout.
|
SshServerBuilder |
user(String user)
Sets the user property.
|
SshServerBuilder |
userHomePath(String userHomePath)
Sets the userHomePath property.
|
actor, applicationContext, build, build, initialize, nameprotected SshServer getEndpoint()
getEndpoint in class AbstractEndpointBuilder<SshServer>public SshServerBuilder port(int port)
port - public SshServerBuilder user(String user)
user - public SshServerBuilder password(String password)
password - public SshServerBuilder hostKeyPath(String hostKeyPath)
hostKeyPath - public SshServerBuilder userHomePath(String userHomePath)
userHomePath - public SshServerBuilder allowedKeyPath(String allowedKeyPath)
allowedKeyPath - public SshServerBuilder messageConverter(SshMessageConverter messageConverter)
messageConverter - public SshServerBuilder pollingInterval(int pollingInterval)
pollingInterval - public SshServerBuilder endpointAdapter(EndpointAdapter endpointAdapter)
endpointAdapter - public SshServerBuilder debugLogging(boolean enabled)
enabled - public SshServerBuilder timeout(long timeout)
timeout - public SshServerBuilder autoStart(boolean autoStart)
autoStart - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.