Xindice API
version 1.1b4

org.apache.xindice.core.request
Class XindiceStreamHandler

java.lang.Object
  |
  +--java.net.URLStreamHandler
        |
        +--org.apache.xindice.core.request.XindiceStreamHandler

public class XindiceStreamHandler
extends java.net.URLStreamHandler

XindiceStreamHandler handler that knows how to handle Xindice URL instances

Version:
CVS $Revision: 1.6 $, $Date: 2004/02/08 02:50:54 $

Constructor Summary
XindiceStreamHandler()
           
 
Method Summary
protected  java.net.URLConnection openConnection(java.net.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, 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

XindiceStreamHandler

public XindiceStreamHandler()
Method Detail

openConnection

protected java.net.URLConnection openConnection(java.net.URL u)
Returns a URLConnection object that represents a connection to the remote object referred to by the URL.
Overrides:
openConnection in class java.net.URLStreamHandler

Xindice API
version 1.1b4

Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.