com.enterprisedt.net.ftp
Class TransportProvider

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

public class TransportProvider
extends java.lang.Object

The types of transport providers used

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

Field Summary
static int USE_HTTP_PROXY
          Http proxy
static int USE_SOCKS4_PROXY
          SOCKS 4 proxy
static int USE_SOCKS5_PROXY
          SOCKS 5 proxy
static int USE_STANDARD_SOCKET
          Standard sockets - the default
 
Constructor Summary
TransportProvider()
           
 
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
Standard sockets - the default

See Also:
Constant Field Values

USE_HTTP_PROXY

public static final int USE_HTTP_PROXY
Http proxy

See Also:
Constant Field Values

USE_SOCKS4_PROXY

public static final int USE_SOCKS4_PROXY
SOCKS 4 proxy

See Also:
Constant Field Values

USE_SOCKS5_PROXY

public static final int USE_SOCKS5_PROXY
SOCKS 5 proxy

See Also:
Constant Field Values
Constructor Detail

TransportProvider

public TransportProvider()


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