com.enterprisedt.net.ftp
Class TransportProvider

java.lang.Object
  extended by com.enterprisedt.net.ftp.TransportProvider

Deprecated. see ProxyType

public class TransportProvider
extends java.lang.Object

The types of transport providers used

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Field Summary
static int USE_HTTP_PROXY
          Deprecated. Http proxy
static int USE_SOCKS4_PROXY
          Deprecated. SOCKS 4 proxy
static int USE_SOCKS5_PROXY
          Deprecated. SOCKS 5 proxy
static int USE_STANDARD_SOCKET
          Deprecated. Standard sockets - the default
 
Constructor Summary
TransportProvider()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USE_STANDARD_SOCKET

public static final int USE_STANDARD_SOCKET
Deprecated. 
Standard sockets - the default

See Also:
Constant Field Values

USE_HTTP_PROXY

public static final int USE_HTTP_PROXY
Deprecated. 
Http proxy

See Also:
Constant Field Values

USE_SOCKS4_PROXY

public static final int USE_SOCKS4_PROXY
Deprecated. 
SOCKS 4 proxy

See Also:
Constant Field Values

USE_SOCKS5_PROXY

public static final int USE_SOCKS5_PROXY
Deprecated. 
SOCKS 5 proxy

See Also:
Constant Field Values
Constructor Detail

TransportProvider

public TransportProvider()
Deprecated. 


Copyright © 2001-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.