Home
last modified time | relevance | path

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

/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DServerCallsTest.java91 ServerCallHandler<Integer, Integer> callHandler = in runtimeStreamObserverIsServerCallStreamObserver() local
141 ServerCallHandler<Integer, Integer> callHandler = in cannotSetOnCancelHandlerAfterServiceInvocation() local
169 ServerCallHandler<Integer, Integer> callHandler = in cannotSetOnReadyHandlerAfterServiceInvocation() local
197 ServerCallHandler<Integer, Integer> callHandler = in cannotDisableAutoFlowControlAfterServiceInvocation() local
219 ServerCallHandler<Integer, Integer> callHandler = in disablingInboundAutoFlowControlSuppressesRequestsForMoreMessages() local
242 ServerCallHandler<Integer, Integer> callHandler = in disablingInboundAutoFlowControlForUnaryHasNoEffect() local
261 ServerCallHandler<Integer, Integer> callHandler = in onReadyHandlerCalledForUnaryRequest() local
297 ServerCallHandler<Integer, Integer> callHandler = in clientSendsOne_errorMissingRequest_unary() local
315 ServerCallHandler<Integer, Integer> callHandler = in clientSendsOne_errorMissingRequest_serverStreaming() local
334 ServerCallHandler<Integer, Integer> callHandler = in clientSendsOne_errorTooManyRequests_unary() local
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DInternalServerInterceptors.java25 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in interceptCallHandler()
37 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in interceptCallHandlerCreate()
DServerInterceptors.java203 ServerCallHandler<ReqT, RespT> callHandler = method.getServerCallHandler(); in wrapAndAddMethod() local
212 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in create()
217 private final ServerCallHandler<ReqT, RespT> callHandler; field in ServerInterceptors.InterceptCallHandler
220 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in InterceptCallHandler()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java193 private ServerCallHandler<String, Integer> callHandler; field in ServerImplTest
678 ServerCallHandler<String, Integer> callHandler = new ServerCallHandler<String, Integer>() { in interceptors() local