PooledConnection class

Individual pooled connection with stream management

Constructors

PooledConnection.new({required String host, required DateTime createdAt, required int maxConcurrentStreams})

Properties

createdAt DateTime
final
hashCode int
The hash code for this object.
no setterinherited
host String
final
isAvailable bool
no setter
isClosed bool
no setter
isIdle bool
no setter
maxConcurrentStreams int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
getStatus() Map<String, dynamic>
markAvailable() → void
markInUse() → 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