BaseServerAnnouncementManager class abstract

Announcement manager

Constructors

BaseServerAnnouncementManager(String packageName, int announcementPort, ToolingServer server)
Constructor

Properties

announcementPort int
The port on which to announce. This is a constant per tooling type, eg niddler uses 6394
final
hashCode int
The hash code for this object.
no setterinherited
packageName String
The package name of the application under test/development
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server ToolingServer
The server that is being announcement
final

Methods

addExtension(AnnouncementExtension extension) → void
Adds the given extension to the server. Will not take effect until the server is (re)started
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeExtension(AnnouncementExtension extension) → void
Removes the given extension from the server. Will not take effect until the server is (re)started
start() Future<void>
Starts the announcement server
stop() Future<void>
Stops the announcement server
toString() String
A string representation of this object.
inherited

Operators

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