ClientChannel class abstract
A channel to a virtual RPC endpoint.
- Implementers
Constructors
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
-
onConnectionStateChanged
â Stream<
ConnectionState> -
Stream of connection state changes
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createCall<
Q, R> (ClientMethod< Q, R> method, Stream<Q> requests, CallOptions options) â ClientCall<Q, R> - Initiates a new RPC on this connection.
-
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown(
) â Future< void> - Shuts down this channel.
-
terminate(
) â Future< void> - Terminates this channel.
-
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited