IsolateInspectorServer class

Inheritance

Constructors

IsolateInspectorServer(int port, String address, String bundleURL)

Properties

address String
final
bundleURL String
final
connected bool
InspectServer has connected frontend.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
moduleRegistrar Map<String, IsolateInspectorModule>
finalinherited
onFrontendMessage MessageCallback?
getter/setter pairinherited
onStarted ↔ (void Function()?)
getter/setter pair
port int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ws WebSocket?
no setterinherited

Methods

dispose() → void
override
messageRouter(int? id, String module, String method, Map<String, dynamic>? params) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onHTTPRequest(HttpRequest request) Future<void>
onRequestActivate(HttpRequest request) → void
onRequestClose(HttpRequest request) → void
onRequestFallback(HttpRequest request) → void
onRequestList(HttpRequest request) → void
onRequestNew(HttpRequest request) → void
onRequestProtocol(HttpRequest request) → void
onRequestVersion(HttpRequest request) → void
onWebSocketRequest(dynamic message) → void
inherited
registerModule(IsolateInspectorModule module) → void
inherited
sendEventToFrontend(InspectorEvent event) → void
inherited
sendRawJSONToFrontend(String message) → void
inherited
sendToFrontend(int? id, Map? result) → void
inherited
start() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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