|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.net.URLStreamHandler
HTTPClient.https.Handler
This class implements a URLStreamHandler for https URLs. With this you can use the HTTPClient package as a replacement for the JDKs client. To do so define the property java.protocol.handler.pkgs=HTTPClient .
| Constructor Summary | |
Handler() |
|
| Method Summary | |
java.net.URLConnection |
openConnection(java.net.URL url) |
| Methods inherited from class java.net.URLStreamHandler |
equals, getDefaultPort, 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()
throws ProtocolNotSuppException
| Method Detail |
public java.net.URLConnection openConnection(java.net.URL url)
throws java.io.IOException,
ProtocolNotSuppException
java.io.IOExceptionProtocolNotSuppException
|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||