Enterprise Information Portal APIs

com.ibm.gcs.netutil
Class GCSHttpStreamHandler

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

public class GCSHttpStreamHandler
extends java.net.URLStreamHandler

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

See Also:
URLStreamHandler, GCSURLStreamHandlerFactory, URLConnection, GCSHttpConnection

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

Constructor Detail

GCSHttpStreamHandler

public GCSHttpStreamHandler()

EIP Web Crawler APIs

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