Enterprise Information Portal APIs

com.ibm.gcs.netutil
Class GCSFtpConnection

java.lang.Object
  |
  +--java.net.URLConnection
        |
        +--sun.net.www.URLConnection
              |
              +--sun.net.www.protocol.ftp.FtpURLConnection
                    |
                    +--com.ibm.gcs.netutil.GCSFtpConnection

public class GCSFtpConnection
extends sun.net.www.protocol.ftp.FtpURLConnection


Constructor Summary
GCSFtpConnection(java.net.URL u)
           
 
Method Summary
 void dump()
           
 java.lang.String getContentType()
           
 java.io.InputStream getInputStream()
           
 
Methods inherited from class sun.net.www.protocol.ftp.FtpURLConnection
connect, getPermission
 
Methods inherited from class sun.net.www.URLConnection
canCache, close, getContentLength, getHeaderField, getHeaderField, getHeaderFieldKey, getProperties, setContentType, setProperties, setRequestProperty
 
Methods inherited from class java.net.URLConnection
getAllowUserInteraction, getContent, getContent, getContentEncoding, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderFieldDate, getHeaderFieldInt, getIfModifiedSince, getLastModified, getOutputStream, getRequestProperty, getURL, getUseCaches, guessContentTypeFromStream, setAllowUserInteraction, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setUseCaches, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GCSFtpConnection

public GCSFtpConnection(java.net.URL u)
Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Overrides:
getInputStream in class sun.net.www.protocol.ftp.FtpURLConnection

getContentType

public java.lang.String getContentType()
Overrides:
getContentType in class sun.net.www.URLConnection

dump

public void dump()

EIP Web Crawler APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.