edtFTPj/Free - Open-source FTP library for Java | Download


Uses of Interface
com.enterprisedt.util.proxy.StreamSocket

Packages that use StreamSocket
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
com.enterprisedt.util.proxy   
 

Uses of StreamSocket in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as StreamSocket
protected  StreamSocket FTPControlSocket.controlSock
          The underlying socket.
 

Constructors in com.enterprisedt.net.ftp with parameters of type StreamSocket
FTPControlSocket(java.net.InetAddress remoteAddr, StreamSocket controlSock, int timeout, java.lang.String encoding, FTPMessageListener messageListener)
          Constructs a new FTPControlSocket using the given Socket object.
 

Uses of StreamSocket in com.enterprisedt.util.proxy
 

Classes in com.enterprisedt.util.proxy that implement StreamSocket
 class PlainSocket
           
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.