Oracle Application Server HTTPClient API Reference
10g Release 2 (10.1.2)

B14020-02


HTTPClient.shttp
Class Handler

java.lang.Object
  extended byjava.net.URLStreamHandler
      extended byHTTPClient.shttp.Handler


public class Handler
extends java.net.URLStreamHandler

This class implements a URLStreamHandler for shttp 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

Handler

public Handler()
        throws ProtocolNotSuppException

Method Detail

openConnection

public java.net.URLConnection openConnection(java.net.URL url)
                                      throws java.io.IOException,
                                             ProtocolNotSuppException
Throws:
java.io.IOException
ProtocolNotSuppException

Oracle Application Server HTTPClient API Reference
10g Release 2 (10.1.2)

B14020-02


Copyright © 2004, 2005, Oracle. All rights reserved.