|
Change Attribute Type channelState : AtomicReference<ChannelState> to channelState : ChannelState in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Change Attribute Type currentRetry : AtomicInteger to currentRetry : int in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Change Attribute Type redirectCount : AtomicInteger to redirectCount : int in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Change Attribute Type touch : AtomicLong to touch : long in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Change Attribute Type exEx : AtomicReference<ExecutionException> to exEx : ExecutionException in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |
|
Change Attribute Type content : AtomicReference<V> to content : V in class org.asynchttpclient.netty.NettyResponseFuture |
From |
To |