Implements

Constructors

Response(Responder responder, int rid, [ String type = null ])

Properties

responder Responder

final
rid → int

final
sentStreamStatus → String

read-only
type → String

read / write
hashCode → int

The 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

ackReceived(int receiveAckId, int startTime, int currentTime) → void

close([DSError err = null ]) → void

close the request from responder side and also notify the requester

getTraceData([String change = '+' ]) ResponseTrace

for the broker trace action

prepareSending() → void

startSendingData(int currentTime, int waitingAckId) → void

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