Outgoing class

Help create Request, send it and handle Response.

Constructors

Outgoing(ObjectPrx prx, String operation, OperationMode mode, Context? context, WriteParams writeParams, {MessageType messageType = MessageType.request, bool sync = true})

Properties

body InputStream
getter/setter pair
completer Completer<ReplyStatus>
final
context Context?
final
hashCode int
The hash code for this object.
no setterinherited
messageType MessageType
final
mode OperationMode
final
operation String
final
prx ObjectPrx
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ReplyStatus
getter/setter pair
sync bool
final
writeParams WriteParams
final

Methods

complete(ReplyStatus status, InputStream inputStream) → void
handleReply([ReplyHandle? handle]) → dynamic
invoke() → void
invokeAsync() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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