org.pentaho.di.trans.steps.http
Class HTTPData
java.lang.Object
  
org.pentaho.di.trans.step.BaseStepData
      
org.pentaho.di.trans.steps.http.HTTPData
- All Implemented Interfaces: 
 - StepDataInterface
 
public class HTTPData
- extends BaseStepData
- implements StepDataInterface
  
- Since:
 
  - 24-jan-2005
 
- Author:
 
  - Matt
 
 
 
 
| 
Constructor Summary | 
HTTPData()
 
          Default constructor. | 
 
 
 
 
 
argnrs
public int[] argnrs
outputRowMeta
public org.pentaho.di.core.row.RowMetaInterface outputRowMeta
inputRowMeta
public org.pentaho.di.core.row.RowMetaInterface inputRowMeta
indexOfUrlField
public int indexOfUrlField
realUrl
public String realUrl
realProxyHost
public String realProxyHost
realProxyPort
public int realProxyPort
realHttpLogin
public String realHttpLogin
realHttpPassword
public String realHttpPassword
header_parameters_nrs
public int[] header_parameters_nrs
useHeaderParameters
public boolean useHeaderParameters
headerParameters
public org.apache.commons.httpclient.NameValuePair[] headerParameters
HTTPData
public HTTPData()
- Default constructor.