bec2daba02
This reduces the client functionality and renames some of the classes and methods in the API. Specifically: - rename Server to Client - rename ServerConnectionHandler to ConnectionHandler - rename Client.start to Client.startServer - rename Client.stop to Client.stopServer - rename Client.kill to Client.killServer - extract behavior from Client into Listeners - move some of the listeners into dartfix - make several Client fields private Change-Id: Ie71b0ac55b489099a848764251e8369c27f6ea2d Reviewed-on: https://dart-review.googlesource.com/c/84460 Commit-Queue: Dan Rubel <danrubel@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>