类的使用
com.alibaba.nacos.common.http.BaseHttpMethod
-
使用BaseHttpMethod的程序包 程序包 说明 com.alibaba.nacos.common.http -
-
com.alibaba.nacos.common.http中BaseHttpMethod的使用
返回BaseHttpMethod的com.alibaba.nacos.common.http中的方法 修饰符和类型 方法 说明 static BaseHttpMethodBaseHttpMethod. sourceOf(java.lang.String name)Value ofBaseHttpMethod.static BaseHttpMethodBaseHttpMethod. valueOf(java.lang.String name)返回带有指定名称的该类型的枚举常量。static BaseHttpMethod[]BaseHttpMethod. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
-