Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.net.http
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by weblogic.net.http.BaseHandler
          extended by weblogic.net.http.Handler


public class Handler
extends BaseHandler

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


Method Summary
protected  int getDefaultPort()
          This method returns the default port for the http or https protocol.
protected  URLConnection openConnection(URL u, Proxy p)
           

 

Methods inherited from class weblogic.net.http.BaseHandler
init

 

Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

openConnection

protected URLConnection openConnection(URL u,
                                       Proxy p)
                                throws IOException
Overrides:
openConnection in class URLStreamHandler
Throws:
IOException

getDefaultPort

protected int getDefaultPort()
This method returns the default port for the http or https protocol.
Overrides:
getDefaultPort in class URLStreamHandler
Returns:
default port for http or https

Skip navigation links

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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09