grpc-java/auth/src
Kun Zhang 0d89d3d1bc Fix the issue where the intecepting call fails in start(), does not
call super.start(), and makes the subsequent use of other methods on the
call throw IllegalStateException.

Create ClientInterceptors.CheckedForwardingCall that handles exception
in start logic.

Create Forwarding[Server]Call[Listener] for generic decoration use
cases, with an abstract delegate() for flexibility.

Create SimpleForwarding[Server]Call[Listener] to replace now deprecated
forwarding classes.
2015-04-09 15:56:03 -07:00
..
main/java/io/grpc/auth Fix the issue where the intecepting call fails in start(), does not 2015-04-09 15:56:03 -07:00
test/java/io/grpc/auth Add missing copyright headers 2015-03-16 22:11:10 -07:00