com.iplanet.trustbase.xurl
Class Handler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--sun.net.www.protocol.http.Handler
              |
              +--com.iplanet.trustbase.xurl.Handler

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

open an http input stream given a URL


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

Field Detail

proxy

protected java.lang.String proxy

proxyPort

protected int proxyPort
Constructor Detail

Handler

public Handler()

Handler

public Handler(java.lang.String proxy,
               int port)
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL u)
                                         throws java.io.IOException
Overrides:
openConnection in class sun.net.www.protocol.http.Handler