3737fb2ddeeb2bb0b058ae248604ad7a5a2f9305
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to Future<Channel> in method public updatePipelineForHttpTunneling(pipeline ChannelPipeline, requestUri Uri) : Future<Channel> in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
Extract Variable | 2 | ||
Extract Variable sslHandler : SslHandler in method public updatePipelineForHttpTunneling(pipeline ChannelPipeline, requestUri Uri) : Future<Channel> from class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
Extract Variable targetRequest : Request in method public exitAfterHandlingConnect(channel Channel, future NettyResponseFuture<?>, request Request, proxyServer ProxyServer) : boolean from class org.asynchttpclient.netty.handler.intercept.ConnectSuccessInterceptor | From | To |