|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.net.URLStreamHandler
|
+--weblogic.net.http.Handler
Opens an http input stream given a URL. See the way protocol handlers are found in the java.net.URL class for details.
| Constructor Summary | |
Handler()
|
|
| Method Summary | |
static void |
init()
|
protected java.net.URLConnection |
openConnection(java.net.URL u)
|
protected java.lang.String |
toExternalForm(java.net.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 java.net.URLConnection openConnection(java.net.URL u)
throws java.io.IOException
public static void init()
protected java.lang.String toExternalForm(java.net.URL u)
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||