- withActiveExternalIPAddress(String) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the external IP address in active mode.
- withActiveExternalIPAddress(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withActivePortRange(int, int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the client side port range in active mode.
- withActivePortRange(int, int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withAuthCommand(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the AUTH command to use.
- withAutodetectEncoding(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not automatic server encoding detection should be enabled.
- withAutodetectEncoding(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the buffer size to use.
- withBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withCharset(Charset) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the charset to use.
- withCharset(Charset) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withClientConfig(FTPClientConfig) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the FTP client config to use.
- withClientConfig(FTPClientConfig) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withConnectionMode(ConnectionMode) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the connection mode to use.
- withConnectionMode(ConnectionMode) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withConnectTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the connection timeout to use.
- withConnectTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withControlEncoding(String) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the character encoding to be used by the FTP control connection.
- withControlEncoding(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withControlKeepAliveReplyTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- withControlKeepAliveReplyTimeout(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores how long to wait for control keep-alive message replies.
- withControlKeepAliveReplyTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withControlKeepAliveReplyTimeout(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores how long to wait for control keep-alive message replies.
- withControlKeepAliveTimeout(long) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- withControlKeepAliveTimeout(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the time to wait between sending control connection keep-alive messages when processing file upload or download.
- withControlKeepAliveTimeout(long) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withControlKeepAliveTimeout(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the time to wait between sending control connection keep-alive messages when processing file upload or download.
- withCredentials(String, char[]) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the credentials to use.
- withCredentials(String, char[], String) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the credentials to use.
- withCredentials(String, char[]) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withCredentials(String, char[], String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withDataChannelProtectionLevel(DataChannelProtectionLevel) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the data channel protection level to use.
- withDataTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- withDataTimeout(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the timeout to use when reading from data connections.
- withDataTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withDataTimeout(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the timeout to use when reading from data connections.
- withDefaultDirectory(String) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the default directory to use.
- withDefaultDirectory(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withEnabledCipherSuites(String...) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the names of the cipher suites which could be enabled for use on connections.
- withEnabledProtocols(String...) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores which particular protocol versions are enabled for use on connections.
- withEnabledSessionCreation(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not new SSL sessions may be established by sockets.
- withEndpointCheckingEnabled(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not endpoint identification using the HTTPS algorithm should be enabled.
- withFileSystemExceptionFactory(FileSystemExceptionFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the file system exception factory to use.
- withFileSystemExceptionFactory(FileSystemExceptionFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withFTPFileStrategyFactory(FTPFileStrategyFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the FTP file strategy factory to use.
- withFTPFileStrategyFactory(FTPFileStrategyFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withHostnameVerifier(HostnameVerifier) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the hostname verifier to use.
- withInitialSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPPoolConfig.Builder
-
Sets the initial pool size.
- withIpAddressFromPasvResponse(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Sets whether or not the IP address from the server's response should be used.
- withIpAddressFromPasvResponse(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Sets whether or not the IP address from the server's response should be used.
- withKeepAlive(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not SO_KEEPALIVE
should be enabled.
- withKeepAlive(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withKeyManager(KeyManager) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the key manager to use.
- withListHiddenFiles(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not to list hidden files.
- withListHiddenFiles(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not to list hidden files.
- withLocalAddress(InetAddress, int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the local address to use.
- withLocalAddress(InetAddress, int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withMaxIdleTime(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPPoolConfig.Builder
-
Sets the maximum time that client connections can be idle.
- withMaxSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPPoolConfig.Builder
-
Sets the maximum pool size.
- withMaxWaitTime(Duration) - Method in class com.github.robtimus.filesystems.ftp.FTPPoolConfig.Builder
-
Sets the maximum time to wait when acquiring client connections.
- withNeedClientAuth(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not sockets will require client authentication.
- withParserFactory(FTPFileEntryParserFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the factory used for parser creation.
- withParserFactory(FTPFileEntryParserFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withPassiveLocalIPAddress(String) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the local IP address to use in passive mode.
- withPassiveLocalIPAddress(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withPassiveNatWorkaroundStrategy(FTPClient.HostnameResolver) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the workaround strategy to replace the PASV mode reply addresses.
- withPassiveNatWorkaroundStrategy(FTPClient.HostnameResolver) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the workaround strategy to replace the PASV mode reply addresses.
- withPoolConfig(FTPPoolConfig) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the pool config to use.
- withPoolConfig(FTPPoolConfig) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the pool config to use.
- withProtocol(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the protocol to use.
- withProxy(Proxy) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the proxy to use.
- withProxy(Proxy) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withReceiveBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the socket receive buffer size to use.
- withReceiveBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withReceiveDataSocketBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the value to use for the data socket SO_RCVBUF
option.
- withReceiveDataSocketBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withRemoteVerificationEnabled(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not verification that the remote host taking part of a data connection is the same as the host to which the control
connection is attached should be enabled.
- withRemoteVerificationEnabled(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withReportActiveExternalIPAddress(String) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the external IP address to report in EPRT/PORT commands in active mode.
- withReportActiveExternalIPAddress(String) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withSecurityMode(SecurityMode) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the security mode to use.
- withSendBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the socket send buffer size to use.
- withSendBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withSendDataSocketBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the value to use for the data socket SO_SNDBUF
option.
- withSendDataSocketBufferSize(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withServerSocketFactory(ServerSocketFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the server socket factory to use.
- withServerSocketFactory(ServerSocketFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withSocketFactory(SocketFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the socket factory to use.
- withSocketFactory(SocketFactory) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withSoLinger(boolean, int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not SO_LINGER
should be enabled, and if so, the linger time.
- withSoLinger(boolean, int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withSoTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores the socket timeout.
- withSoTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withSSLContext(SSLContext) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the SSL context to use.
- withStrictMultilineParsing(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not strict multiline parsing should be enabled, as per RFC 959, section 4.2.
- withStrictMultilineParsing(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not strict multiline parsing should be enabled, as per RFC 959, section 4.2.
- withTcpNoDelay(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not the Nagle's algorithm (TCP_NODELAY
) should be enabled.
- withTcpNoDelay(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withTrustManager(TrustManager) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores the trust manager to use.
- withUseClientMode(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not sockets are set to use client mode in their first handshake.
- withUseEPSVwithIPv4(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Stores whether or not to use EPSV with IPv4.
- withUseEPSVwithIPv4(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- withWantClientAuth(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Stores whether or not sockets will request client authentication.