CCSocketLogging class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logEnabled ↔ bool
-
getter/setter pair
- onClosed ↔ dynamic Function(String)?
-
getter/setter pair
- onConnection ↔ dynamic Function(String)?
-
getter/setter pair
- onError ↔ dynamic Function(String)?
-
getter/setter pair
- onReconnection ↔ dynamic Function(String)?
-
getter/setter pair
- onRequest ↔ dynamic Function(String)?
-
getter/setter pair
- onResponse ↔ dynamic Function(String)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
broadcastClosed(
String value) → void -
broadcastConnection(
String value) → void -
broadcastError(
String value) → void -
broadcastReconnection(
String value) → void -
broadcastRequest(
String value) → void -
broadcastResponse(
String value) → 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