|
Move Method protected configureConnectionManager(connectionManager InstrumentedHttpClientConnectionManager) : InstrumentedHttpClientConnectionManager from class io.dropwizard.client.ApacheClientBuilderBase to protected configureConnectionManager(connectionManager InstrumentedHttpClientConnectionManager) : InstrumentedHttpClientConnectionManager from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(credentialsProvider CredentialsProvider) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(credentialsProvider CredentialsProvider) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(httpRequestRetryHandler HttpRequestRetryHandler) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(httpRequestRetryHandler HttpRequestRetryHandler) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(resolver DnsResolver) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(resolver DnsResolver) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(configuration C) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(configuration HttpClientConfiguration) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method protected createConnectionManager(registry Registry<ConnectionSocketFactory>, name String) : InstrumentedHttpClientConnectionManager from class io.dropwizard.client.ApacheClientBuilderBase to protected createConnectionManager(registry Registry<ConnectionSocketFactory>, name String) : InstrumentedHttpClientConnectionManager from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(metricNameStrategy HttpClientMetricNameStrategy) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(metricNameStrategy HttpClientMetricNameStrategy) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(routePlanner HttpRoutePlanner) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(routePlanner HttpRoutePlanner) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Method public using(registry Registry<ConnectionSocketFactory>) : T from class io.dropwizard.client.ApacheClientBuilderBase to public using(registry Registry<ConnectionSocketFactory>) : HttpClientBuilder from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(credentialsProvider CredentialsProvider) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(registry Registry<ConnectionSocketFactory>) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(configuration HttpClientConfiguration) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(resolver DnsResolver) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(httpRequestRetryHandler HttpRequestRetryHandler) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(routePlanner HttpRoutePlanner) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Change Return Type T to HttpClientBuilder in method public using(metricNameStrategy HttpClientMetricNameStrategy) : HttpClientBuilder in class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected metricNameStrategy : HttpClientMetricNameStrategy from class io.dropwizard.client.ApacheClientBuilderBase to private metricNameStrategy : HttpClientMetricNameStrategy from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected resolver : DnsResolver from class io.dropwizard.client.ApacheClientBuilderBase to private resolver : DnsResolver from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected registry : Registry<ConnectionSocketFactory> from class io.dropwizard.client.ApacheClientBuilderBase to private registry : Registry<ConnectionSocketFactory> from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected environment : Environment from class io.dropwizard.client.ApacheClientBuilderBase to private environment : Environment from class io.dropwizard.client.JerseyClientBuilder |
From |
To |
|
Move Attribute protected httpRequestRetryHandler : HttpRequestRetryHandler from class io.dropwizard.client.ApacheClientBuilderBase to private httpRequestRetryHandler : HttpRequestRetryHandler from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected credentialsProvider : CredentialsProvider from class io.dropwizard.client.ApacheClientBuilderBase to private credentialsProvider : CredentialsProvider from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected routePlanner : HttpRoutePlanner from class io.dropwizard.client.ApacheClientBuilderBase to private routePlanner : HttpRoutePlanner from class io.dropwizard.client.HttpClientBuilder |
From |
To |
|
Move Attribute protected metricRegistry : MetricRegistry from class io.dropwizard.client.ApacheClientBuilderBase to private metricRegistry : MetricRegistry from class io.dropwizard.client.HttpClientBuilder |
From |
To |