Inheritance
Implements

Constructors

SubscribeRequest(Requester requester, int rid)

Properties

lastSid → int

read / write
subscriptionIds → Map<int, ReqSubscribeController>

final
subscriptions → Map<String, ReqSubscribeController>

final
toRemove → Map<int, ReqSubscribeController>

read / write
data → Map

final, inherited
hashCode → int

The hash code for this object.

read-only, inherited
isClosed → bool

read-only, inherited
requester Requester

final, inherited
rid → int

final, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
streamStatus → String

read / write, inherited
updater RequestUpdater

raw request callback

final, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

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

addSubscription(ReqSubscribeController controller, int level) → void

getNextSid() → int

prepareSending() → void

removeSubscription(ReqSubscribeController controller) → void

resend() → void

resend the data if previous sending failed

startSendingData(int currentTime, int waitingAckId) → void

addReqParams(Map m) → void

inherited
close() → void

close the request from the client side

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