|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.net.URLStreamHandler
weblogic.net.http.Handler
public class Handler
Open an http input stream given a URL. See the way protocol handlers are found in java.net.URL for details.
Constructor Summary | |
---|---|
Handler()
|
Method Summary | |
---|---|
static void |
init()
|
protected URLConnection |
openConnection(URL u)
|
protected URLConnection |
openConnection(URL u,
Proxy p)
|
protected String |
toExternalForm(URL u)
Overriding this method from javaq.net.URLStreamHandler so that we dont print the username:password from the |
Methods inherited from class java.net.URLStreamHandler |
---|
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Handler()
Method Detail |
---|
protected URLConnection openConnection(URL u) throws IOException
openConnection
in class URLStreamHandler
IOException
protected URLConnection openConnection(URL u, Proxy p) throws IOException
openConnection
in class URLStreamHandler
IOException
public static void init()
protected String toExternalForm(URL u)
toExternalForm
in class URLStreamHandler
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |