com.sun.faban.driver.transport.sunhttp
Class Handler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by sun.net.www.protocol.http.Handler
          extended by com.sun.faban.driver.transport.sunhttp.Handler

public class Handler
extends sun.net.www.protocol.http.Handler

Web protocol handler that creates Faban's HttpURLConnection instead.

Author:
Akara Sucharitakul

Field Summary
 
Fields inherited from class sun.net.www.protocol.http.Handler
proxy, proxyPort
 
Constructor Summary
Handler()
           
 
Method Summary
protected  URLConnection openConnection(URL u, Proxy p)
           
 
Methods inherited from class sun.net.www.protocol.http.Handler
getDefaultPort, openConnection
 
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

Handler

public Handler()
Method Detail

openConnection

protected URLConnection openConnection(URL u,
                                       Proxy p)
Overrides:
openConnection in class sun.net.www.protocol.http.Handler