Description[Cronet] Expose HttpURLConnection API from CronetEngine, not classes
There's no reason to expose these APIs via full-fledged classes and it
complicates the Cronet API, so simpy expose three functions on
CronetEngine that use the java.net APIs.
Also fix a couple tiny javadoc problems:
1) add some missing packages from package-list
2) @hide doesn't work (need doclava) so use @deprecated for now
BUG=531538
Committed: https://crrev.com/f09f7804c482794be913d2e7147b8f3c53ba1079
Cr-Commit-Position: refs/heads/master@{#353056}
Patch Set 1 #
Total comments: 4
Patch Set 2 : rebase #Patch Set 3 : hide openConnection with proxy #Patch Set 4 : rebase and address merge conflicts #Patch Set 5 : update readme #
Total comments: 6
Patch Set 6 : address nits #Depends on Patchset: Messages
Total messages: 12 (3 generated)
|