de.fhg.igd.net
Class NullURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by de.fhg.igd.net.NullURLStreamHandler

public class NullURLStreamHandler
extends URLStreamHandler

This class handles the null-stream protocol

Version:
"$Id: NullURLStreamHandler.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Patric Kabus

Constructor Summary
NullURLStreamHandler()
          Class constructor
 
Method Summary
protected  URLConnection openConnection(URL u)
          Opens a connection to the null-stream
 
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
 

Constructor Detail

NullURLStreamHandler

public NullURLStreamHandler()
Class constructor

Method Detail

openConnection

protected URLConnection openConnection(URL u)
                                throws IOException
Opens a connection to the null-stream

Specified by:
openConnection in class URLStreamHandler
Parameters:
u - the specified URL isn't actually used
Throws:
IOException


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.