Enterprise Information Portal APIs

com.ibm.gcs.netutil
Class GCSFileStreamHandler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--com.ibm.gcs.netutil.GCSFileStreamHandler

public class GCSFileStreamHandler
extends java.net.URLStreamHandler

The GCSFileStreamHandler is a customization of the abstract URLStreamHandler class. An instance of this class is returned by the GCSURLStreamHandlerFactory when it sees a "file" protocol. The main method in this class is the openConnection method, which returns a GCSFileConnection object

See Also:
URLStreamHandler, GCSURLStreamHandlerFactory, URLConnection, GCSFileConnection

Constructor Summary
GCSFileStreamHandler()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCSFileStreamHandler

public GCSFileStreamHandler()

EIP Web Crawler APIs

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