de.fhg.igd.net
Class RawURLConnection

java.lang.Object
  extended by java.net.URLConnection
      extended by de.fhg.igd.net.RawURLConnection

public class RawURLConnection
extends URLConnection

The URLConnection class for the RAW protocol used by the RawOutGate and RawInGate.

Version:
"$Id: RawURLConnection.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth

Field Summary
(package private)  Socket connection
           
static int defaultPort
           
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
RawURLConnection(URL u)
           
 
Method Summary
 void connect()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.net.URLConnection
addRequestProperty, getAllowUserInteraction, getConnectTimeout, getContent, getContent, getContentEncoding, getContentLength, getContentType, getDate, getDefaultAllowUserInteraction, getDefaultRequestProperty, getDefaultUseCaches, getDoInput, getDoOutput, getExpiration, getFileNameMap, getHeaderField, getHeaderField, getHeaderFieldDate, getHeaderFieldInt, getHeaderFieldKey, getHeaderFields, getIfModifiedSince, getInputStream, getLastModified, getPermission, getReadTimeout, getRequestProperties, getRequestProperty, getURL, getUseCaches, guessContentTypeFromName, guessContentTypeFromStream, setAllowUserInteraction, setConnectTimeout, setContentHandlerFactory, setDefaultAllowUserInteraction, setDefaultRequestProperty, setDefaultUseCaches, setDoInput, setDoOutput, setFileNameMap, setIfModifiedSince, setReadTimeout, setRequestProperty, setUseCaches, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connection

Socket connection

defaultPort

public static final int defaultPort
See Also:
Constant Field Values
Constructor Detail

RawURLConnection

public RawURLConnection(URL u)
Method Detail

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Overrides:
getOutputStream in class URLConnection
Throws:
IOException

connect

public void connect()
             throws IOException
Specified by:
connect in class URLConnection
Throws:
IOException


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.