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

Side by Side Diff: components/grpc_support/README.md

Issue 2273403003: Moving gRPC support interfaces out of cronet and into a new component. (Closed)
Patch Set: Address comments Created 4 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 unified diff | Download patch
« no previous file with comments | « components/grpc_support/OWNERS ('k') | components/grpc_support/bidirectional_stream.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 gRPC Support
2 ===
3
4 This directory contains the interface and implementation of the API to use
5 an external network stack from gRPC. The implementation is essentially a thin
6 wrapper around net::BidirectionalStream. The API specifies that the caller to
7 gRPC will pass in an opaque binary blob (stream_engine) that can be used to
8 created binary streams. In Chromium, this binary blob is a
9 net::URLRequestContextGetter, which is used by grpc_support::BidirectionalStream
10 to drive a net::BidirectionalStream.
11
12 Currently Cronet (//components/cronet/ios) is the only consumer of this API,
13 but eventually code inside of Chromium should be able to use gRPC by providing
14 a net::URLRequestContextGetter.
OLDNEW
« no previous file with comments | « components/grpc_support/OWNERS ('k') | components/grpc_support/bidirectional_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698