|
Change Parameter Type httpResponse : HttpResponse to method : HttpMethod in method protected openStream(encoding String, method HttpMethod) : InputStreamReader in class org.pentaho.di.trans.steps.http.HTTPIT.HTTPHandler |
From |
To |
|
Change Parameter Type httpResponse : HttpResponse to post : PostMethod in method protected openStream(encoding String, post PostMethod) : InputStreamReader in class org.pentaho.di.trans.steps.httppost.HTTPPOST |
From |
To |
|
Change Parameter Type context : HttpClientContext to client : HttpClient in method public addProxy(client HttpClient) : void in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Parameter Type httpResponse : HttpResponse to method : HttpMethod in method protected openStream(encoding String, method HttpMethod) : InputStreamReader in class org.pentaho.di.trans.steps.http.HTTP |
From |
To |
|
Change Parameter Type method : HttpPost to method : PostMethod in method package getLocationFrom(method PostMethod) : String in class org.pentaho.di.trans.steps.webservices.WebService |
From |
To |
|
Change Parameter Type httpResponse : HttpResponse to post : PostMethod in method protected openStream(encoding String, post PostMethod) : InputStreamReader in class org.pentaho.di.trans.steps.httppost.HTTPPOSTIT.HTTPPOSTHandler |
From |
To |
|
Change Parameter Type response : CloseableHttpResponse to method : HttpMethod in method protected searchForHeaders(method HttpMethod) : Header[] in class org.pentaho.di.trans.steps.http.HTTPIT.HTTPHandler |
From |
To |
|
Change Parameter Type response : HttpResponse to post : PostMethod in method protected searchForHeaders(post PostMethod) : Header[] in class org.pentaho.di.trans.steps.httppost.HTTPPOSTIT.HTTPPOSTHandler |
From |
To |
|
Change Variable Type postMethod : HttpPost to postMethod : PostMethod in method package buildSendXMLMethod(content byte[], service String) : PostMethod in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type method : HttpGet to method : GetMethod in method package buildExecuteServiceMethod(service String, headerValues Map<String,String>) : GetMethod in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type localContext : HttpClientContext to client : HttpClient in method public testAddCredentials() : void in class org.pentaho.di.cluster.SlaveServerTest |
From |
To |
|
Change Variable Type entity : HttpEntity to entity : RequestEntity in method package buildSendXMLMethod(content byte[], service String) : PostMethod in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type vHttpMethod : HttpPost to vHttpMethod : PostMethod in method package getHttpMethod(vURLService String) : PostMethod in class org.pentaho.di.trans.steps.webservices.WebService |
From |
To |
|
Change Variable Type method : HttpGet to method : GetMethod in method public execService(service String, headerValues Map<String,String>) : String in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type method : HttpPost to method : PostMethod in method public sendXML(xml String, service String) : String in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type postMethod : HttpPost to postMethod : PostMethod in method public getLocationFrom() : void in class org.pentaho.di.trans.steps.webservices.WebServiceTest |
From |
To |
|
Change Variable Type method : HttpPost to method : PostMethod in method public sendExport(filename String, type String, load String) : String in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type getMethod : HttpGet to getMethod : GetMethod in method public get(urlAsString String, username String, password String) : String in class org.pentaho.di.core.HTTPProtocol |
From |
To |
|
Change Variable Type method : HttpPost to method : PostMethod in method package buildSendExportMethod(type String, load String, is InputStream) : PostMethod in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Change Variable Type clientBuilder : HttpClientManager.HttpClientBuilderFacade to hostConfiguration : HostConfiguration in method private callHttpService(rowMeta RowMetaInterface, rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.http.HTTP |
From |
To |
|
Change Variable Type clientBuilder : HttpClientManager.HttpClientBuilderFacade to hostConfiguration : HostConfiguration in method private callHTTPPOST(rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.httppost.HTTPPOST |
From |
To |
|
Change Variable Type uri : URI to url : String in method private callHttpService(rowMeta RowMetaInterface, rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.http.HTTP |
From |
To |
|
Change Variable Type vHttpMethod : HttpPost to vHttpMethod : PostMethod in method private requestSOAP(rowData Object[], rowMeta RowMetaInterface) : void in class org.pentaho.di.trans.steps.webservices.WebService |
From |
To |
|
Inline Variable result : int in method public sendXML(xml String, service String) : String from class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Inline Variable statusCode : int in method public execService(service String, headerValues Map<String,String>) : String from class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Inline Variable httpGetMock : HttpGet in method public testExecService() : void from class org.pentaho.di.cluster.SlaveServerTest |
From |
To |
|
Inline Variable httpPostMock : HttpPost in method public testSendXML() : void from class org.pentaho.di.cluster.SlaveServerTest |
From |
To |
|
Inline Variable httpPostMock : HttpPost in method public testSendExport() : void from class org.pentaho.di.cluster.SlaveServerTest |
From |
To |
|
Inline Variable bodyParameterName : String in method private callHTTPPOST(rowData Object[]) : Object[] from class org.pentaho.di.trans.steps.httppost.HTTPPOST |
From |
To |
|
Inline Variable statusCode : int in method public sendExport(filename String, type String, load String) : String from class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Inline Variable connectionManager : SlaveConnectionManager in method package getHttpClient() : HttpClient from class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Inline Variable queryParameterValue : String in method private callHTTPPOST(rowData Object[]) : Object[] from class org.pentaho.di.trans.steps.httppost.HTTPPOST |
From |
To |
|
Rename Parameter context : HttpClientContext to client : HttpClient in method public addProxy(client HttpClient) : void in class org.pentaho.di.cluster.SlaveServer |
From |
To |
|
Rename Parameter httpResponse : HttpResponse to method : HttpMethod in method protected openStream(encoding String, method HttpMethod) : InputStreamReader in class org.pentaho.di.trans.steps.http.HTTP |
From |
To |
|
Rename Parameter httpResponse : HttpResponse to post : PostMethod in method protected openStream(encoding String, post PostMethod) : InputStreamReader in class org.pentaho.di.trans.steps.httppost.HTTPPOSTIT.HTTPPOSTHandler |
From |
To |
|
Rename Parameter response : CloseableHttpResponse to method : HttpMethod in method protected searchForHeaders(method HttpMethod) : Header[] in class org.pentaho.di.trans.steps.http.HTTPIT.HTTPHandler |
From |
To |
|
Rename Parameter response : HttpResponse to post : PostMethod in method protected searchForHeaders(post PostMethod) : Header[] in class org.pentaho.di.trans.steps.httppost.HTTPPOSTIT.HTTPPOSTHandler |
From |
To |
|
Rename Parameter httpResponse : HttpResponse to method : HttpMethod in method protected openStream(encoding String, method HttpMethod) : InputStreamReader in class org.pentaho.di.trans.steps.http.HTTPIT.HTTPHandler |
From |
To |
|
Rename Parameter httpResponse : HttpResponse to post : PostMethod in method protected openStream(encoding String, post PostMethod) : InputStreamReader in class org.pentaho.di.trans.steps.httppost.HTTPPOST |
From |
To |