SocketHandler class abstract

A handler that accepts (transport-agnostic) bidirectional socket connections.

Implementers

Constructors

SocketHandler()

Properties

connections → StreamQueue<SocketConnection>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handler(Request request) FutureOr<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shutdown() → void
toString() String
A string representation of this object.
inherited

Operators

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