枚举的使用
cn.aradin.easy.http.support.RequestMethod
使用RequestMethod的程序包
-
cn.aradin.easy.http中RequestMethod的使用
参数类型为RequestMethod的cn.aradin.easy.http中的方法 -
cn.aradin.easy.http.support中RequestMethod的使用
修饰符和类型方法说明static RequestMethod返回带有指定名称的该类型的枚举常量。static RequestMethod[]RequestMethod.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。