A request is a specialization of a Packet that is pushed from FreeSWITCH whenever it needs the connecting party to act upon a request. The first request a connection meets, is the 'auth' request.

Inheritance

Constructors

Request.fromPacket(Packet packet)

Properties

content → String

read / write, inherited
contentAsMap → Map<String, dynamic>

read-only, inherited
contentLength → int

read-only, inherited
contentMap → Map<String, dynamic>

read / write, inherited
contentType → String

read-only, inherited
eventType → bool

read-only, inherited
hashCode → int

Get a hash code for this object.

read-only, inherited
headers → Map<String, String>

read / write, inherited
isEvent → bool

read-only, inherited
isNotice → bool

read-only, inherited
isReply → bool

read-only, inherited
isRequest → bool

read-only, inherited
isResponse → bool

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
type → String

read-only

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

addHeader(String key, String value) → void

inherited
field(String key) → String

inherited
hasHeader(String key) → bool

inherited
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