public class SftpServerBuilder extends AbstractEndpointBuilder<SftpServer>
| Constructor and Description |
|---|
SftpServerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SftpServerBuilder |
allowedKeyPath(String allowedKeyPath)
Sets the allowedKeyPath property.
|
SftpServerBuilder |
autoConnect(boolean autoConnect)
Sets the autoConnect property.
|
SftpServerBuilder |
autoLogin(boolean autoLogin)
Sets the autoLogin property.
|
SftpServerBuilder |
autoStart(boolean autoStart)
Sets the autoStart property.
|
SftpServerBuilder |
debugLogging(boolean enabled)
Sets the debug logging enabled flag.
|
SftpServerBuilder |
endpointAdapter(EndpointAdapter endpointAdapter)
Sets the endpoint adapter.
|
protected SftpServer |
getEndpoint() |
SftpServerBuilder |
hostKeyPath(String hostKeyPath)
Sets the hostKeyPath property.
|
SftpServerBuilder |
password(String password)
Sets the client password.
|
SftpServerBuilder |
pollingInterval(int pollingInterval)
Sets the polling interval.
|
SftpServerBuilder |
port(int port)
Sets the port property.
|
SftpServerBuilder |
timeout(long timeout)
Sets the default timeout.
|
SftpServerBuilder |
user(String user)
Sets the user property.
|
SftpServerBuilder |
userHomePath(String userHomePath)
Sets the userHomePath property.
|
actor, applicationContext, build, build, initialize, nameprotected SftpServer getEndpoint()
getEndpoint in class AbstractEndpointBuilder<SftpServer>public SftpServerBuilder port(int port)
port - public SftpServerBuilder autoConnect(boolean autoConnect)
autoConnect - public SftpServerBuilder autoLogin(boolean autoLogin)
autoLogin - public SftpServerBuilder user(String user)
user - public SftpServerBuilder password(String password)
password - public SftpServerBuilder hostKeyPath(String hostKeyPath)
hostKeyPath - public SftpServerBuilder userHomePath(String userHomePath)
userHomePath - public SftpServerBuilder allowedKeyPath(String allowedKeyPath)
allowedKeyPath - public SftpServerBuilder pollingInterval(int pollingInterval)
pollingInterval - public SftpServerBuilder endpointAdapter(EndpointAdapter endpointAdapter)
endpointAdapter - public SftpServerBuilder debugLogging(boolean enabled)
enabled - public SftpServerBuilder timeout(long timeout)
timeout - public SftpServerBuilder autoStart(boolean autoStart)
autoStart - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.