Constants

API_Reponse → String

"api/response"
apiReponse → String

"api/response"
Auth_Request → String

"auth/request"
authRequest → String

"auth/request"
Command_Reply → String

"command/reply"
commandReply → String

"command/reply"
Notices → List<String>

const [Text_Disconnect_Notice]
notices → List<String>

const [textDisconnectNotice]
Requests → List<String>

const [Auth_Request]
requests → List<String>

const [authRequest]
Responses → List<String>

const [API_Reponse]
responses → List<String>

const [apiReponse]
Text_Disconnect_Notice → String

'text/disconnect-notice'
Text_Event_JSON → String

"text/event-json"
Text_Event_Plain → String

"text/event-plain"
Text_Event_Xml → String

"text/event-xml"
textDisconnectNotice → String

'text/disconnect-notice'
textEventJson → String

"text/event-json"
textEventPlain → String

"text/event-plain"
textEventXml → String

"text/event-xml"

Static Properties

Event_Types → List<String>

read-only
eventTypes → List<String>

read-only

Constructors

ContentType()

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited