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

Unified Diff: pkg/json_rpc_2/lib/src/client.dart

Issue 707063002: Add a Peer class to json_rpc_2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 6 years, 1 month 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 | « pkg/json_rpc_2/lib/json_rpc_2.dart ('k') | pkg/json_rpc_2/lib/src/peer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/json_rpc_2/lib/src/client.dart
diff --git a/pkg/json_rpc_2/lib/src/client.dart b/pkg/json_rpc_2/lib/src/client.dart
index 2e1d2739b38718999d367cc0b0083d822b915c65..f3c63ca97d34e71e8c9f6f1bd3796b8c298795a4 100644
--- a/pkg/json_rpc_2/lib/src/client.dart
+++ b/pkg/json_rpc_2/lib/src/client.dart
@@ -59,9 +59,6 @@ class Client {
: _streams = new TwoWayStream.withoutJson(
"Client", responses, "responses", requests, "requests");
- /// Users of the library should not use this constructor.
- Client.internal(this._streams);
-
/// Starts listening to the underlying stream.
///
/// Returns a [Future] that will complete when the stream is closed or when it
« no previous file with comments | « pkg/json_rpc_2/lib/json_rpc_2.dart ('k') | pkg/json_rpc_2/lib/src/peer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698