de.fhg.igd.net
Class NullURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
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
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 |
NullURLStreamHandler
public NullURLStreamHandler()
- Class constructor
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.