Skip navigation links
A B C D E F G H I K L M N P R S T U V W 

W

withAbsoluteFilePathSupport(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
Deprecated.
withAbsoluteFilePathSupport(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
Deprecated.
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
 
withActualTotalSpaceCalculation(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
Deprecated.
FileStore.getTotalSpace() does not need to traverse the file system, because that would calculate the total used space, not the total space.
withActualTotalSpaceCalculation(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
Deprecated.
FileStore.getTotalSpace() does not need to traverse the file system, because that would calculate the total used space, not the total space.
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
 
withClientConnectionCount(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
Stores the number of client connections to use.
withClientConnectionCount(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
 
withClientConnectionWaitTimeout(long) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
Stores the wait timeout to use for retrieving client connection from the connection pool.
withClientConnectionWaitTimeout(long, TimeUnit) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
Stores the wait timeout to use for retrieving client connections from the connection pool.
withClientConnectionWaitTimeout(long) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
 
withClientConnectionWaitTimeout(long, TimeUnit) - 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
Stores how long to wait for control keep-alive message replies.
withControlKeepAliveReplyTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
 
withControlKeepAliveTimeout(long) - 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
 
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
 
withDataTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
Stores the timeout in milliseconds to use when reading from data connections.
withDataTimeout(int) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
 
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.
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.
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
 
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
 
withPassiveNatWorkaround(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
withPassiveNatWorkaround(boolean) - 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.
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.
withStrictlyMultilineParsing(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.
withStrictlyMultilineParsing(boolean) - Method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
 
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.
A B C D E F G H I K L M N P R S T U V W 
Skip navigation links

Copyright © 2016–2019. All rights reserved.