类 NettyChannelHelper
- java.lang.Object
-
- io.grpc.netty.shaded.io.grpc.netty.NettyChannelHelper
-
public class NettyChannelHelper extends java.lang.ObjectGet netty channel.- 作者:
- Weizhan▪Yun
-
-
字段概要
字段 修饰符和类型 字段 说明 private static com.alipay.sofa.jraft.util.internal.ReferenceFieldUpdater<io.grpc.netty.shaded.io.grpc.netty.WriteQueue,io.grpc.netty.shaded.io.netty.channel.Channel>CHANNEL_GETTERprivate static com.alipay.sofa.jraft.util.internal.ReferenceFieldUpdater<io.grpc.netty.shaded.io.grpc.netty.NettyServerStream,io.grpc.netty.shaded.io.grpc.netty.WriteQueue>WRITE_QUEUE_GETTER
-
构造器概要
构造器 构造器 说明 NettyChannelHelper()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.grpc.netty.shaded.io.netty.channel.ChannelgetChannel(io.grpc.internal.ServerStream stream)
-
-
-
字段详细资料
-
WRITE_QUEUE_GETTER
private static final com.alipay.sofa.jraft.util.internal.ReferenceFieldUpdater<io.grpc.netty.shaded.io.grpc.netty.NettyServerStream,io.grpc.netty.shaded.io.grpc.netty.WriteQueue> WRITE_QUEUE_GETTER
-
CHANNEL_GETTER
private static final com.alipay.sofa.jraft.util.internal.ReferenceFieldUpdater<io.grpc.netty.shaded.io.grpc.netty.WriteQueue,io.grpc.netty.shaded.io.netty.channel.Channel> CHANNEL_GETTER
-
-