Searched defs:FtpClient (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java43 * {@code FtpClient} provides all the functionalities of a typical FTP
49 * FtpClient cl = FtpClient.create();
75 public abstract class FtpClient implements java.io.Closeable { class in inherits:java.io.Closeable
94 * Creates an instance of FtpClient. The client is not connected to any
98 protected FtpClient() { method in class:FtpClient
102 * Creates an instance of {@code FtpClient}. The client is not connected to any
105 * @return the created {@code FtpClient}
107 public static FtpClient create() {
113 * Creates an instance of FtpClient an
[all...]
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java52 public class FtpClient extends sun.net.ftp.FtpClient { class in inherits:sun.net.ftp.FtpClient
57 PlatformLogger.getLogger("sun.net.ftp.FtpClient");
807 * Creates an instance of FtpClient. The client is not connected to any
811 protected FtpClient() { method in class:FtpClient
815 * Creates an instance of FtpClient. The client is not connected to any
819 public static sun.net.ftp.FtpClient create() {
820 return new FtpClient();
829 * @return This FtpClient
832 public sun.net.ftp.FtpClient enablePassiveMod
[all...]

Completed in 51 milliseconds