Package com.ibm.di.util
Class HTTPUtils
- java.lang.Object
-
- com.ibm.di.util.HTTPUtils
-
public class HTTPUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HTTPUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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()
-
-
-
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)
-
-