LineBasedFrameConn class

Implemented types

Constructors

LineBasedFrameConn({required Socket socket, required dynamic onReadFrame, required dynamic onError, required dynamic onDone})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket Socket
getter/setter pair

Methods

Close() Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ReadFrame(List<int> list) List<int>
override
toString() String
A string representation of this object.
inherited
WriteFrame(List<int> byte) Future
override

Operators

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

Static Properties

readBuffer List<int>
getter/setter pair

Constants

flag → const String