类 GrpcServerConstants
- java.lang.Object
-
- com.alibaba.nacos.core.remote.grpc.GrpcServerConstants
-
final class GrpcServerConstants extends java.lang.ObjectGrpc server side constants.- 作者:
- Weizhan▪Yun
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 (专用程序包) static classGrpcServerConstants.GrpcConfig
-
字段概要
字段 修饰符和类型 字段 说明 (专用程序包) static io.grpc.Attributes.Key<java.lang.String>ATTR_TRANS_KEY_CONN_ID(专用程序包) static io.grpc.Attributes.Key<java.lang.Integer>ATTR_TRANS_KEY_LOCAL_PORT(专用程序包) static io.grpc.Attributes.Key<java.lang.String>ATTR_TRANS_KEY_REMOTE_IP(专用程序包) static io.grpc.Attributes.Key<java.lang.Integer>ATTR_TRANS_KEY_REMOTE_PORT(专用程序包) static io.grpc.Context.Key<io.grpc.netty.shaded.io.netty.channel.Channel>CONTEXT_KEY_CHANNEL(专用程序包) static io.grpc.Context.Key<java.lang.String>CONTEXT_KEY_CONN_ID(专用程序包) static io.grpc.Context.Key<java.lang.Integer>CONTEXT_KEY_CONN_LOCAL_PORT(专用程序包) static io.grpc.Context.Key<java.lang.String>CONTEXT_KEY_CONN_REMOTE_IP(专用程序包) static io.grpc.Context.Key<java.lang.Integer>CONTEXT_KEY_CONN_REMOTE_PORT(专用程序包) static java.lang.StringREQUEST_BI_STREAM_METHOD_NAME(专用程序包) static java.lang.StringREQUEST_BI_STREAM_SERVICE_NAME(专用程序包) static java.lang.StringREQUEST_METHOD_NAME(专用程序包) static java.lang.StringREQUEST_SERVICE_NAME
-
构造器概要
构造器 构造器 说明 GrpcServerConstants()
-
-
-
字段详细资料
-
ATTR_TRANS_KEY_CONN_ID
static final io.grpc.Attributes.Key<java.lang.String> ATTR_TRANS_KEY_CONN_ID
-
ATTR_TRANS_KEY_REMOTE_IP
static final io.grpc.Attributes.Key<java.lang.String> ATTR_TRANS_KEY_REMOTE_IP
-
ATTR_TRANS_KEY_REMOTE_PORT
static final io.grpc.Attributes.Key<java.lang.Integer> ATTR_TRANS_KEY_REMOTE_PORT
-
ATTR_TRANS_KEY_LOCAL_PORT
static final io.grpc.Attributes.Key<java.lang.Integer> ATTR_TRANS_KEY_LOCAL_PORT
-
CONTEXT_KEY_CONN_ID
static final io.grpc.Context.Key<java.lang.String> CONTEXT_KEY_CONN_ID
-
CONTEXT_KEY_CONN_REMOTE_IP
static final io.grpc.Context.Key<java.lang.String> CONTEXT_KEY_CONN_REMOTE_IP
-
CONTEXT_KEY_CONN_REMOTE_PORT
static final io.grpc.Context.Key<java.lang.Integer> CONTEXT_KEY_CONN_REMOTE_PORT
-
CONTEXT_KEY_CONN_LOCAL_PORT
static final io.grpc.Context.Key<java.lang.Integer> CONTEXT_KEY_CONN_LOCAL_PORT
-
CONTEXT_KEY_CHANNEL
static final io.grpc.Context.Key<io.grpc.netty.shaded.io.netty.channel.Channel> CONTEXT_KEY_CHANNEL
-
REQUEST_BI_STREAM_SERVICE_NAME
static final java.lang.String REQUEST_BI_STREAM_SERVICE_NAME
- 另请参阅:
- 常量字段值
-
REQUEST_BI_STREAM_METHOD_NAME
static final java.lang.String REQUEST_BI_STREAM_METHOD_NAME
- 另请参阅:
- 常量字段值
-
REQUEST_SERVICE_NAME
static final java.lang.String REQUEST_SERVICE_NAME
- 另请参阅:
- 常量字段值
-
REQUEST_METHOD_NAME
static final java.lang.String REQUEST_METHOD_NAME
- 另请参阅:
- 常量字段值
-
-