| Modifier and Type | Method and Description |
|---|---|
static FluentServerBuilder |
FluentServerBuilder.newServer()
The
<server> element contains
information required to a server settings. |
FluentServerBuilder |
FluentServerBuilder.withConfiguration(java.lang.Object configuration)
Set extra configuration for the transport layer.
|
FluentServerBuilder |
FluentServerBuilder.withDirectoryPermissions(java.lang.String directoryPermissions)
Set the permissions for directories when they are created.
|
FluentServerBuilder |
FluentServerBuilder.withFilePermissions(java.lang.String filePermissions)
Set the permissions for files when they are created.
|
FluentServerBuilder |
FluentServerBuilder.withId(java.lang.String id)
Set the id field.
|
FluentServerBuilder |
FluentServerBuilder.withPassphrase(java.lang.String passphrase)
Set the passphrase used in conjunction with the privateKey
to authenticate.
|
FluentServerBuilder |
FluentServerBuilder.withPassword(java.lang.String password)
Set the password used in conjunction with the username to
authenticate.
|
FluentServerBuilder |
FluentServerBuilder.withPrivateKey(java.lang.String privateKey)
Set the private key location used to authenticate.
|
FluentServerBuilder |
FluentServerBuilder.withUsername(java.lang.String username)
Set the username used to authenticate.
|
| Modifier and Type | Method and Description |
|---|---|
FluentSettingsBuilder |
FluentSettingsBuilder.withServer(FluentServerBuilder server) |
Copyright © 2014 Yandex. All Rights Reserved.