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
  • Field Details

    • 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.http.NameValuePair[] headerParameters
    • realSocketTimeout

      public int realSocketTimeout
    • realConnectionTimeout

      public int realConnectionTimeout
    • realcloseIdleConnectionsTime

      public int realcloseIdleConnectionsTime
  • Constructor Details

    • HTTPData

      public HTTPData()
      Default constructor.