|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
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()
|
|
Handler(boolean protocolFlag)
|
Method Summary | |
---|---|
protected int |
getDefaultPort()
This method returns the default port for the http or https protocol. |
static void |
init()
|
protected URLConnection |
openConnection(URL u)
|
protected URLConnection |
openConnection(URL u,
Proxy p)
|
Methods inherited from class java.net.URLStreamHandler |
---|
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Handler()
public Handler(boolean protocolFlag)
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
protected int getDefaultPort()
getDefaultPort
in class URLStreamHandler
public static void init()
|
Copyright 1996, 2015, 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 API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |