public static enum MethodDescriptor.RpcType extends Enum<MethodDescriptor.RpcType>
| 枚举常量和说明 |
|---|
BI_STREAM |
CLIENT_STREAM |
SERVER_STREAM |
UNARY |
public static final MethodDescriptor.RpcType UNARY
public static final MethodDescriptor.RpcType CLIENT_STREAM
public static final MethodDescriptor.RpcType SERVER_STREAM
public static final MethodDescriptor.RpcType BI_STREAM
public static MethodDescriptor.RpcType[] values()
for (MethodDescriptor.RpcType c : MethodDescriptor.RpcType.values()) System.out.println(c);
public static MethodDescriptor.RpcType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.