IonBaseConnector class

Constructors

IonBaseConnector(String _uri, {String? token})

Properties

hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, String>
getter/setter pair
onclose ↔ (void Function(IonService service, GrpcError? err)?)
getter/setter pair
onopen ↔ (void Function(IonService service)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Map<String, IonService>
getter/setter pair
trailers Map<String, String>
getter/setter pair

Methods

callOptions() → CallOptions
close() → void
grpcClientChannel() → ClientChannel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClosed(IonService service) → void
onError(IonService service, GrpcError err) → void
onHeaders(IonService service, Map<String, String> headers) → void
onTrailers(IonService service, Map<String, String> trailers) → void
registerService(IonService service) → void
toString() String
A string representation of this object.
inherited

Operators

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