com.ibm.di.function
Class HTTPFunctions.httpRequest

java.lang.Object
  extended by com.ibm.di.function.HTTPFunctions.httpRequest
Enclosing class:
HTTPFunctions

public static class HTTPFunctions.httpRequest
extends Object


Field Summary
 BufferedReader dataStream
           
 Hashtable headers
           
 String method
           
 Hashtable parameters
           
 String path
           
 
Constructor Summary
HTTPFunctions.httpRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

public String method

path

public String path

parameters

public Hashtable parameters

headers

public Hashtable headers

dataStream

public BufferedReader dataStream
Constructor Detail

HTTPFunctions.httpRequest

public HTTPFunctions.httpRequest()