grpc-java/core/src
Kun Zhang 859d211b6e core: ServerBuilder.intercept(). (#3118)
This adds server-wide interceptors that applies to all call handlers.
Because ServerCallHandler is acquired per request, and can be dynamicly
provided by the fallback registry, the interceptors have to be installed
on a per-request basis. This adds a few object allocations per request,
which is acceptable.
2017-06-21 08:55:16 -07:00
..
main core: ServerBuilder.intercept(). (#3118) 2017-06-21 08:55:16 -07:00
test core: ServerBuilder.intercept(). (#3118) 2017-06-21 08:55:16 -07:00