com.ibm.di.util
Class HTTPUtils

java.lang.Object
  extended by com.ibm.di.util.HTTPUtils

public class HTTPUtils
extends java.lang.Object


Constructor Summary
HTTPUtils()
           
 
Method Summary
static java.lang.String authenticationRequest()
           
static java.lang.String fileNotFound()
           
static java.lang.String getLastError()
           
static java.net.URLConnection openURL(java.lang.String url)
           
static java.lang.String requestOK()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPUtils

public HTTPUtils()
Method Detail

getLastError

public static java.lang.String getLastError()

requestOK

public static java.lang.String requestOK()

fileNotFound

public static java.lang.String fileNotFound()

authenticationRequest

public static java.lang.String authenticationRequest()

openURL

public static java.net.URLConnection openURL(java.lang.String url)