|
Move Method private matchNonProxyHost(targetHost String, nonProxyHost String) : boolean from class org.asynchttpclient.util.ProxyUtils to private matchNonProxyHost(targetHost String, nonProxyHost String) : boolean from class org.asynchttpclient.proxy.ProxyServer |
From |
To |
|
Move Method protected pickNextRemoteAddress() : boolean from class org.asynchttpclient.channel.ChannelConnector to private pickNextRemoteAddress() : boolean from class org.asynchttpclient.netty.request.NettyChannelConnector |
From |
To |
|
Move Method protected connectionHeader(allowConnectionPooling boolean, http11 boolean) : String from class org.asynchttpclient.netty.request.NettyRequestFactoryBase to private connectionHeader(allowConnectionPooling boolean, http11 boolean) : String from class org.asynchttpclient.netty.request.NettyRequestFactory |
From |
To |
|
Move Method protected requestUri(uri Uri, proxyServer ProxyServer, connect boolean) : String from class org.asynchttpclient.netty.request.NettyRequestFactoryBase to private requestUri(uri Uri, proxyServer ProxyServer, connect boolean) : String from class org.asynchttpclient.netty.request.NettyRequestFactory |
From |
To |
|
Move Attribute protected remoteAddresses : InetSocketAddress[] from class org.asynchttpclient.channel.ChannelConnector to private remoteAddresses : InetSocketAddress[] from class org.asynchttpclient.netty.request.NettyChannelConnector |
From |
To |
|
Move Attribute private config : AsyncHttpClientConfig from class org.asynchttpclient.netty.request.body.NettyInputStreamBody to private config : AsyncHttpClientConfig from class org.asynchttpclient.netty.request.NettyRequestFactory |
From |
To |
|
Move Attribute protected i : int from class org.asynchttpclient.channel.ChannelConnector to private i : int from class org.asynchttpclient.netty.request.NettyChannelConnector |
From |
To |
|
Move Attribute private config : AsyncHttpClientConfig from class org.asynchttpclient.netty.request.ProgressListener to private config : AsyncHttpClientConfig from class org.asynchttpclient.netty.request.NettyRequestFactory |
From |
To |
|
Move Attribute protected asyncHandlerExtensions : AsyncHandlerExtensions from class org.asynchttpclient.channel.ChannelConnector to private asyncHandlerExtensions : AsyncHandlerExtensions from class org.asynchttpclient.netty.request.NettyChannelConnector |
From |
To |
|
Move Attribute protected localAddress : InetSocketAddress from class org.asynchttpclient.channel.ChannelConnector to private localAddress : InetSocketAddress from class org.asynchttpclient.netty.request.NettyChannelConnector |
From |
To |
|
Move Attribute protected config : AsyncHttpClientConfig from class org.asynchttpclient.netty.request.NettyRequestFactoryBase to private config : AsyncHttpClientConfig from class org.asynchttpclient.netty.request.NettyRequestFactory |
From |
To |
|
Rename Method public getRequest() : Request renamed to public getTargetRequest() : Request in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Rename Method public perRequestAuthorizationHeader(request Request, realm Realm) : String renamed to public perRequestProxyAuthorizationHeader(proxyRealm Realm) : String in class org.asynchttpclient.util.AuthenticatorUtils |
From |
To |
|
Rename Method public redirectAndBasicAuthTest() : void renamed to public redirectAndDigestAuthTest() : void in class org.asynchttpclient.BasicAuthTest |
From |
To |
|
Rename Method public testNonProxyHosts() : void renamed to public testNonProxyHostsRequestOverridesConfig() : void in class org.asynchttpclient.proxy.ProxyTest |
From |
To |
|
Rename Method public testNonProxyHostIssue202() : void renamed to public testRequestNonProxyHost() : void in class org.asynchttpclient.proxy.ProxyTest |
From |
To |
|
Rename Method public setRequest(request Request) : void renamed to public setTargetRequest(targetRequest Request) : void in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Rename Method public getUsePreemptiveAuth() : boolean renamed to public isUsePreemptiveAuth() : boolean in class org.asynchttpclient.Realm |
From |
To |
|
Rename Method public perRequestProxyAuthorizationHeader(request Request, proxyServer ProxyServer, realm Realm, connect boolean) : String renamed to public perRequestAuthorizationHeader(realm Realm) : String in class org.asynchttpclient.util.AuthenticatorUtils |
From |
To |
|
Rename Variable authorizationHeader : String to proxyAuthorization : String in method public perRequestProxyAuthorizationHeader(proxyRealm Realm) : String in class org.asynchttpclient.util.AuthenticatorUtils |
From |
To |
|
Rename Variable newRealm : Realm to newDigestRealm : Realm in method private exitAfterHandling401(channel Channel, future NettyResponseFuture<?>, response HttpResponse, request Request, statusCode int, realm Realm, proxyServer ProxyServer) : boolean in class org.asynchttpclient.netty.handler.HttpProtocol |
From |
To |
|
Rename Variable resultOfAConnect : boolean to connectIsDone : boolean in method public sendRequest(request Request, asyncHandler AsyncHandler<T>, future NettyResponseFuture<T>, reclaimCache boolean) : ListenableFuture<T> in class org.asynchttpclient.netty.request.NettyRequestSender |
From |
To |
|
Rename Variable proxyAuthorization : String to authorizationHeader : String in method public perRequestAuthorizationHeader(realm Realm) : String in class org.asynchttpclient.util.AuthenticatorUtils |
From |
To |
|
Rename Variable newRealm : Realm to newDigestRealm : Realm in method private exitAfterHandling407(channel Channel, future NettyResponseFuture<?>, response HttpResponse, request Request, statusCode int, proxyServer ProxyServer) : boolean in class org.asynchttpclient.netty.handler.HttpProtocol |
From |
To |
|
Extract And Move Method public setRealm(realm Realm) : void extracted from private exitAfterHandling401(channel Channel, future NettyResponseFuture<?>, response HttpResponse, request Request, statusCode int, realm Realm, proxyServer ProxyServer) : boolean in class org.asynchttpclient.netty.handler.HttpProtocol & moved to class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Extract And Move Method public setProxyRealm(proxyRealm Realm) : void extracted from private exitAfterHandling407(channel Channel, future NettyResponseFuture<?>, response HttpResponse, request Request, statusCode int, proxyServer ProxyServer) : boolean in class org.asynchttpclient.netty.handler.HttpProtocol & moved to class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Rename Parameter useProxy : boolean to proxy : ProxyServer in method public getBootstrap(uri Uri, proxy ProxyServer) : Bootstrap in class org.asynchttpclient.netty.channel.ChannelManager |
From |
To |
|
Rename Parameter request : Request to originalRequest : Request in method public NettyResponseFuture(originalRequest Request, asyncHandler AsyncHandler<V>, nettyRequest NettyRequest, maxRetry int, connectionPoolPartitioning ConnectionPoolPartitioning, proxyServer ProxyServer) in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Rename Parameter realm : Realm to proxyRealm : Realm in method public perRequestProxyAuthorizationHeader(proxyRealm Realm) : String in class org.asynchttpclient.util.AuthenticatorUtils |
From |
To |
|
Rename Parameter request : Request to targetRequest : Request in method public setTargetRequest(targetRequest Request) : void in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |