org.apache.xindice.core.request
Class XindiceStreamHandler
java.lang.Object
java.net.URLStreamHandler
org.apache.xindice.core.request.XindiceStreamHandler
public class XindiceStreamHandler
- extends URLStreamHandler
XindiceStreamHandler handler that knows how to handle Xindice URL instances
- Version:
- $Revision: 511426 $, $Date: 2007-02-25 04:25:02 +0100 (Sun, 25 Feb 2007) $
Method Summary |
protected URLConnection |
openConnection(URL u)
Returns a URLConnection object that represents a connection to the
remote object referred to by the URL. |
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 |
XindiceStreamHandler
public XindiceStreamHandler()
openConnection
protected URLConnection openConnection(URL u)
- Returns a URLConnection object that represents a connection to the
remote object referred to by the URL.
- Specified by:
openConnection
in class URLStreamHandler
Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.