final class FtpsSettings extends FtpFileSettings
Ordering
- Alphabetic
- By Inheritance
Inherited
- FtpsSettings
- FtpFileSettings
- RemoteFileSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val autodetectUTF8: Boolean
- val binary: Boolean
- Definition Classes
- FtpsSettings → FtpFileSettings
- val configureConnection: (FTPSClient) => Unit
- val credentials: FtpCredentials
- Definition Classes
- FtpsSettings → RemoteFileSettings
- val host: InetAddress
- Definition Classes
- FtpsSettings → RemoteFileSettings
- val keyManager: Option[KeyManager]
- val passiveMode: Boolean
- Definition Classes
- FtpsSettings → FtpFileSettings
- val port: Int
- Definition Classes
- FtpsSettings → RemoteFileSettings
- val proxy: Option[Proxy]
- def toString(): String
- Definition Classes
- FtpsSettings → AnyRef → Any
- val trustManager: Option[TrustManager]
- val useFtpsImplicit: Boolean
- val useUpdatedFtpsClient: Boolean
- def withAutodetectUTF8(value: Boolean): FtpsSettings
- def withBinary(value: Boolean): FtpsSettings
- def withConfigureConnection(value: (FTPSClient) => Unit): FtpsSettings
Scala API: Sets the configure connection callback.
- def withConfigureConnectionConsumer(configureConnection: Consumer[FTPSClient]): FtpsSettings
Java API: Sets the configure connection callback.
- def withCredentials(value: FtpCredentials): FtpsSettings
- def withFtpsImplicit(value: Boolean): FtpsSettings
- def withHost(value: InetAddress): FtpsSettings
- def withKeyManager(value: KeyManager): FtpsSettings
- def withPassiveMode(value: Boolean): FtpsSettings
- def withPort(value: Int): FtpsSettings
- def withProxy(value: Proxy): FtpsSettings
- def withTrustManager(value: TrustManager): FtpsSettings
- def withUpdatedFtpsClient(value: Boolean): FtpsSettings