[roll] Roll fuchsia [realm_proxy] Simplify APIs for serving RealmProxy

So far the default RealmInstanceProxy works for most use cases, so make
it private and add a simplified serve() function that wraps a
RealmInstance in a RealmInstanceProxy internally. Also rename
handle_request_stream to the shorter serve_with_proxy() which does the
same thing as serve() but accepts a user-defined RealmProxy
implementation.

Also update the doc comment examples.

Original-Bug: 121395
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/828136
Original-Revision: 6b570232ee1f801c97ac8c316f0081da89aa379b
GitOrigin-RevId: 8a2f57546513cea0554e0f075ccfeb7812ae0859
Change-Id: Ifd6f00a522062879e16c648b20a214808a4cee42
1 file changed
tree: 3845fe99633cf83afc9a0f2f2ba776981b3ac7cd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.