final EventLoop eventLoop=ctx.channel().eventLoop(); | final EventLoop eventLoop=ch.eventLoop(); | ctx.channel() | ctx | armeria | c8da9794ef1186a22bc533c264a60aa483d1d5ae | com.linecorp.armeria.client.HttpRequestSubscriber | | | | | | Uses | True |
handleResult(data,parts,result,true,ctx.channel()); | handleResult(data,parts,result,true,channel); | ctx.channel() | ctx | redisson | 4becc21c2270c2509a4af66fb3891a9c83708f6c | org.redisson.client.handler.CommandDecoder | | | | | | Uses | True |
SocketAddress address=ctx == null ? null : ChannelRecord.of(ctx.channel()).getUnresolvedAddress(); | SocketAddress address=channel == null ? null : ChannelRecord.of(channel).getUnresolvedAddress(); | ctx.channel() | ctx | infinispan | 22950ba2026914b4ed6e98b93edd73ad680d6334 | org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation | | | | | | Uses | True |
SocketAddress address=ChannelRecord.of(ctx.channel()).getUnresolvedAddress(); | SocketAddress address=ChannelRecord.of(channel).getUnresolvedAddress(); | ctx.channel() | ctx | infinispan | ef6afd691e5342a1b22d1455e9cb71e8566e0341 | org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation | | | | | | Uses | True |
SocketAddress address=ctx.channel().remoteAddress(); | SocketAddress address=channel.remoteAddress(); | ctx.channel() | ctx | infinispan | ef6afd691e5342a1b22d1455e9cb71e8566e0341 | org.infinispan.client.hotrod.impl.operations.HotRodOperation | | | | | | Uses | True |