de.fhg.igd.net
Class RawURLStreamHandler
java.lang.Object
java.net.URLStreamHandler
de.fhg.igd.net.RawURLStreamHandler
public class RawURLStreamHandler
- extends URLStreamHandler
A simple handler for the RAW protocol. This
protocol resembles a plain stream socket connection.
- Version:
- "$Id: RawURLStreamHandler.java 1913 2007-08-08 02:41:53Z jpeters $"
- Author:
- Volker Roth
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 |
RawURLStreamHandler
public RawURLStreamHandler()
openConnection
protected URLConnection openConnection(URL u)
throws IOException
- This method just returns a new
RawURLConnection
.
- Specified by:
openConnection
in class URLStreamHandler
- Returns:
- A
RawURLConnection
.
- Throws:
IOException
Copyright © Fraunhofer Gesellschaft. All
Rights Reserved.