Home
last modified time | relevance | path

Searched defs:InterceptCallHandler (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DServerInterceptors.java210 static final class InterceptCallHandler<ReqT, RespT> implements ServerCallHandler<ReqT, RespT> { class in ServerInterceptors
219 private InterceptCallHandler( in InterceptCallHandler() method in ServerInterceptors.InterceptCallHandler