gnu.inet.ftp

Class Handler


public class Handler
extends URLStreamHandler

An FTP URL stream handler.
Author:
Chris Burdess

Method Summary

protected int
getDefaultPort()
URLConnection
openConnection(URL url)
Returns an FTPURLConnection for the given URL.

Method Details

getDefaultPort

protected int getDefaultPort()

openConnection

public URLConnection openConnection(URL url)
            throws IOException
Returns an FTPURLConnection for the given URL.

© Copyright 2003 The Free Software Foundation, all rights reserved