|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.net.URLStreamHandler
|
+--sun.net.www.protocol.http.Handler
|
+--com.iplanet.trustbase.xurl.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 |
protected java.lang.String proxy
protected int proxyPort
| Constructor Detail |
public Handler()
public Handler(java.lang.String proxy,
int port)
| Method Detail |
protected java.net.URLConnection openConnection(java.net.URL u)
throws java.io.IOException
openConnection in class sun.net.www.protocol.http.Handler
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||