Class EslHeaders.Value
java.lang.Object
com.bytedesk.call.esl.client.transport.message.EslHeaders.Value
- Enclosing class:
- 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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OK
"+OK"- See Also:
-
AUTH_REQUEST
"auth/request"- See Also:
-
API_RESPONSE
"api/response"- See Also:
-
COMMAND_REPLY
"command/reply"- See Also:
-
TEXT_EVENT_PLAIN
"text/event-plain"- See Also:
-
TEXT_EVENT_XML
"text/event-xml"- See Also:
-
TEXT_DISCONNECT_NOTICE
"text/disconnect-notice"- See Also:
-
ERR_INVALID
"-ERR invalid"- See Also:
-
-
Constructor Details
-
Value
public Value()
-