BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.net.http
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--weblogic.net.http.Handler

public class Handler
extends java.net.URLStreamHandler

open an http input stream given a URL. See the way protocol handlers are found in java.net.URL for details.

Author:
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Handler()
           
 
Method Summary
static void init()
           
protected  java.net.URLConnection openConnection(java.net.URL u)
           
 
Methods inherited from class java.net.URLStreamHandler
parseURL, setURL, toExternalForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Handler

public Handler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL u)
                                         throws java.io.IOException

Overrides:
openConnection in class java.net.URLStreamHandler

init

public static void init()

Documentation is available at
http://www.weblogic.com/docs51