类 NettyChannelHelper


  • public class NettyChannelHelper
    extends java.lang.Object
    Get 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_GETTER  
      private 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  
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static io.grpc.netty.shaded.io.netty.channel.Channel getChannel​(io.grpc.internal.ServerStream stream)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • 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
    • 构造器详细资料

      • NettyChannelHelper

        public NettyChannelHelper()
    • 方法详细资料

      • getChannel

        public static io.grpc.netty.shaded.io.netty.channel.Channel getChannel​(io.grpc.internal.ServerStream stream)