Package com.enterprisedt.net.ftp
Class TransportProvider
java.lang.Object
com.enterprisedt.net.ftp.TransportProvider
Deprecated.
The types of transport providers used
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.Http proxystatic final intDeprecated.SOCKS 4 proxystatic final intDeprecated.SOCKS 5 proxystatic final intDeprecated.Standard sockets - the default -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USE_STANDARD_SOCKET
public static final int USE_STANDARD_SOCKETDeprecated.Standard sockets - the default- See Also:
-
USE_HTTP_PROXY
public static final int USE_HTTP_PROXYDeprecated.Http proxy- See Also:
-
USE_SOCKS4_PROXY
public static final int USE_SOCKS4_PROXYDeprecated.SOCKS 4 proxy- See Also:
-
USE_SOCKS5_PROXY
public static final int USE_SOCKS5_PROXYDeprecated.SOCKS 5 proxy- See Also:
-
-
Constructor Details
-
TransportProvider
public TransportProvider()Deprecated.
-
invalid reference