de.fhg.igd.net
Class RawURLConnection
java.lang.Object
java.net.URLConnection
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
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 |
connection
Socket connection
defaultPort
public static final int defaultPort
- See Also:
- Constant Field Values
RawURLConnection
public RawURLConnection(URL u)
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.