WatchedSocketArtisanalAppHost class final

Socket host wrapper that owns the reload controller and optional watcher.

Properties

controller ReloadController
Shared reload controller used by all connected sessions.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server SocketTerminalHostServer
Underlying socket host server.
final
watcher ReloadFileWatcher?
Optional file watcher driving reloads.
final

Methods

close({bool force = false}) Future<void>
Closes the host server and releases any owned reload resources.
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