com.ibm.di.util
Class HTTPUtils

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

public class HTTPUtils
extends Object


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

Field Detail

lastError

public static String lastError
Constructor Detail

HTTPUtils

public HTTPUtils()
Method Detail

getLastError

public static String getLastError()

requestOK

public static String requestOK()

fileNotFound

public static String fileNotFound()

authenticationRequest

public static String authenticationRequest()

openURL

public static URLConnection openURL(String url)