commit | 3293b656c23e729f18d3c406e651e053f8c37a76 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Tue May 10 21:54:50 2016 |
committer | Natalie Weizenbaum <nweiz@google.com> | Tue May 10 21:54:50 2016 |
tree | 5ee32f69d9f350c277b66f33fd018ca7da274ce5 | |
parent | ca42b72647cf9c762452bbefdfa8ce71d7c64226 [diff] |
Fix all strong-mode errors and warnings. R=sigmund@google.com Review URL: https://codereview.chromium.org//1966893002 .
This package exposes the StreamChannel
interface, which represents a two-way communication channel. Each StreamChannel
exposes a Stream
for receiving data and a StreamSink
for sending it.
StreamChannel
helps abstract communication logic away from the underlying protocol. For example, the test
package re-uses its test suite communication protocol for both WebSocket connections to browser suites and Isolate connections to VM tests.
This package also contains utilities for dealing with StreamChannel
s and with two-way communications in general. For documentation of these utilities, see the API docs.