Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: runtime/bin/vmservice/message_router.dart

Issue 112223002: WebSocket client for VM service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/vmservice/message.dart ('k') | runtime/bin/vmservice/running_isolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/vmservice/message_router.dart
diff --git a/runtime/bin/vmservice/service_request_router.dart b/runtime/bin/vmservice/message_router.dart
similarity index 75%
rename from runtime/bin/vmservice/service_request_router.dart
rename to runtime/bin/vmservice/message_router.dart
index c889c85750f535f2e847257333970f1d6f2d3614..6f8a1ea69d06f72c420afb60287d537eaf97a400 100644
--- a/runtime/bin/vmservice/service_request_router.dart
+++ b/runtime/bin/vmservice/message_router.dart
@@ -4,6 +4,6 @@
part of vmservice;
-abstract class ServiceRequestRouter {
- Future route(ServiceRequest request);
+abstract class MessageRouter {
+ Future<String> route(Message message);
}
« no previous file with comments | « runtime/bin/vmservice/message.dart ('k') | runtime/bin/vmservice/running_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698