com.softwareag.tamino.db.protocols.wsl
Class WslURLConnection

java.lang.Object
  extended by java.net.URLConnection
      extended by com.softwareag.tamino.db.protocols.wsl.WslURLConnection

public class WslURLConnection
extends java.net.URLConnection

Version:
$Revision: 1.2 $
Author:
Gerald Ristow

Field Summary
 
Fields inherited from class java.net.URLConnection
allowUserInteraction, connected, doInput, doOutput, ifModifiedSince, url, useCaches
 
Constructor Summary
WslURLConnection(java.net.URL url)
          Starts a new connection (empty method).
 
Method Summary
 void connect()
          Opens the connection (empty method).
 
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, getOutputStream, 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
 

Constructor Detail

WslURLConnection

public WslURLConnection(java.net.URL url)
Starts a new connection (empty method).

Parameters:
url - is the URL used in the connection.
Method Detail

connect

public void connect()
             throws java.io.IOException
Opens the connection (empty method).

Specified by:
connect in class java.net.URLConnection
Throws:
java.io.IOException - any I/O exception that occurs during the connection.


Copyright (c) 2013 Software AG. All Rights Reserved.