Modifier and Type | Method and 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 not
SO_LINGER should be enabled, and if so, the linger time. |
Copyright © 2016–2024. All rights reserved.