com.gargoylesoftware.htmlunit.protocol.about
Class Handler
java.lang.Object
java.net.URLStreamHandler
com.gargoylesoftware.htmlunit.protocol.about.Handler
public class Handler
- extends URLStreamHandler
Stream handler for "about:" URLs.
- Version:
- $Revision: 5301 $
- Author:
- Chen Jun
Methods inherited from class java.net.URLStreamHandler |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalForm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Handler
public Handler()
openConnection
protected URLConnection openConnection(URL url)
- Returns a new URLConnection for this URL.
- Specified by:
openConnection
in class URLStreamHandler
- Parameters:
url
- the "about:" URL
- Returns:
- the connection
Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.