Uses of Class
com.github.robtimus.filesystems.ftp.FTPEnvironment.QueryParams
-
-
Uses of FTPEnvironment.QueryParams in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp with annotations of type FTPEnvironment.QueryParams Modifier and Type Method Description FTPEnvironment
FTPEnvironment. withActivePortRange(int minPort, int maxPort)
Stores the client side port range in active mode.FTPEnvironment
FTPEnvironment. withLocalAddress(InetAddress localAddr, int localPort)
Stores the local address to use.FTPEnvironment
FTPEnvironment. withPoolConfig(FTPPoolConfig poolConfig)
Stores the pool config to use.FTPEnvironment
FTPEnvironment. withSoLinger(boolean on, int linger)
Stores whether or notSO_LINGER
should be enabled, and if so, the linger time.
-