类 EslHeaders.Value
java.lang.Object
link.thingscloud.freeswitch.esl.transport.message.EslHeaders.Value
- 封闭类:
- EslHeaders
Some common ESL header values. These are provided as a convenience for commonly used values.
This values are not coded as an enum to allow for the very large range of possible values, since they are just Strings.
- 作者:
- : zhouhailin
-
字段概要
字段修饰符和类型字段说明static final String"api/response"static final String"auth/request"static final String"command/reply"static final String"-ERR invalid"static final String"+OK"static final String"text/disconnect-notice"static final String"text/event-plain"static final String"text/event-xml"static final String"text/rude-rejection" -
方法概要
-
字段详细资料
-
OK
"+OK"- 另请参阅:
-
AUTH_REQUEST
"auth/request"- 另请参阅:
-
API_RESPONSE
"api/response"- 另请参阅:
-
COMMAND_REPLY
"command/reply"- 另请参阅:
-
TEXT_EVENT_PLAIN
"text/event-plain"- 另请参阅:
-
TEXT_EVENT_XML
"text/event-xml"- 另请参阅:
-
TEXT_DISCONNECT_NOTICE
"text/disconnect-notice"- 另请参阅:
-
TEXT_RUDE_REJECTION
"text/rude-rejection"- 另请参阅:
-
ERR_INVALID
"-ERR invalid"- 另请参阅:
-