de.fhg.igd.net
Class RawURLStreamHandler

java.lang.Object
  extended by java.net.URLStreamHandler
      extended by 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

Constructor Summary
RawURLStreamHandler()
           
 
Method Summary
protected  URLConnection openConnection(URL u)
          This method just returns a new RawURLConnection.
 
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

RawURLStreamHandler

public RawURLStreamHandler()
Method Detail

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.