MongoMessage class

Constructors

MongoMessage()

Properties

hashCode → int
The hash code for this object.
no setterinherited
messageLength → int
no setter
opcode ↔ int
getter/setter pair
requestId → int
no setter
responseTo ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readMessageHeaderFrom(BsonBinary buffer) → void
serialize() → BsonBinary
toString() → String
A string representation of this object.
override
writeMessageHeaderTo(BsonBinary buffer) → void

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

delete → int
final
getMore → int
final
insert → int
final
killCursors → int
final
message → int
final
modernMessage → int
final
query → int
final
reply → int
final
update → int
final