grpc-java/examples/src/main
Kun Zhang d3c5b00827 Add CallOptions.
- Pass CallOptions to Channel.newCall() and
  ClientInterceptor.interceptCall().
- Remove timeout from AbstractStub.StubConfigBuilder and add deadline,
  which is stored in a CallOptions inside the stub.
- Deadline is in nanoseconds in the clock defined by System.nanoTime().
  It is converted to timeout before transmitting on the wire. Fail the
  call with DEADLINE_EXCEEDED if it's already expired.
2015-07-07 14:28:38 -07:00
..
java/io/grpc/examples Add CallOptions. 2015-07-07 14:28:38 -07:00
proto Change the package option of example protos to be same as grpc-common 2015-04-02 17:12:37 +08:00
resources/io/grpc/examples/routeguide Updating examples to be consistent with proto3 styleguide. 2015-02-27 09:18:19 -08:00