@Deprecated public static enum AsrConstant.HttpFrame extends java.lang.Enum<AsrConstant.HttpFrame>
| 枚举常量和说明 |
|---|
HTTP_CLIENT
已过时。
|
OK_HTTP
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AsrConstant.HttpFrame |
valueOf(java.lang.String name)
已过时。
返回带有指定名称的该类型的枚举常量。
|
static AsrConstant.HttpFrame[] |
values()
已过时。
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final AsrConstant.HttpFrame OK_HTTP
public static final AsrConstant.HttpFrame HTTP_CLIENT
public static AsrConstant.HttpFrame[] values()
for (AsrConstant.HttpFrame c : AsrConstant.HttpFrame.values()) System.out.println(c);
public static AsrConstant.HttpFrame valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值Copyright © 2023. All rights reserved.