e260b754f9cd0c7491b2551c83f556ecbfe6be4b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| io.netty:netty-transport-native-epoll:4.0.37.Final |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getEpollSocketChannelClass() : Class<? extends Channel> renamed to private getEpollSocketChannelFactory() : ChannelFactory<? extends Channel> in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type socketChannelClass : Class<? extends Channel> to channelFactory : ChannelFactory<? extends Channel> in method private newBootstrap(channelFactory ChannelFactory<? extends Channel>, eventLoopGroup EventLoopGroup, config AsyncHttpClientConfig) : Bootstrap in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
| Rename Variable | 1 | ||
| Rename Variable socketChannelClass : Class<? extends Channel> to channelFactory : ChannelFactory<? extends Channel> in method public ChannelManager(config AsyncHttpClientConfig, nettyTimer Timer) in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Class<? extends Channel> to ChannelFactory<? extends Channel> in method private getEpollSocketChannelFactory() : ChannelFactory<? extends Channel> in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type socketChannelClass : Class<? extends Channel> to channelFactory : ChannelFactory<? extends Channel> in method public ChannelManager(config AsyncHttpClientConfig, nettyTimer Timer) in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter socketChannelClass : Class<? extends Channel> to channelFactory : ChannelFactory<? extends Channel> in method private newBootstrap(channelFactory ChannelFactory<? extends Channel>, eventLoopGroup EventLoopGroup, config AsyncHttpClientConfig) : Bootstrap in class org.asynchttpclient.netty.channel.ChannelManager | From | To |