Home
last modified time | relevance | path

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

/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/
DServerCallsTest.java92 ServerCallHandler<Integer, Integer> callHandler = in runtimeStreamObserverIsServerCallStreamObserver() local
143 ServerCallHandler<Integer, Integer> callHandler = in noCancellationExceptionIfOnCancelHandlerSet() local
175 ServerCallHandler<Integer, Integer> callHandler = in expectCancellationExceptionIfOnCancelHandlerNotSet() local
205 ServerCallHandler<Integer, Integer> callHandler = ServerCalls.asyncBidiStreamingCall( in onCloseHandlerCalledIfSetInStreamingClientCall() local
228 ServerCallHandler<Integer, Integer> callHandler = ServerCalls.asyncServerStreamingCall( in onCloseHandlerCalledIfSetInUnaryClientCall() local
253 ServerCallHandler<Integer, Integer> callHandler = in cannotSetOnCancelHandlerAfterServiceInvocation() local
281 ServerCallHandler<Integer, Integer> callHandler = in cannotSetOnReadyHandlerAfterServiceInvocation() local
308 ServerCallHandler<Integer, Integer> callHandler = ServerCalls.asyncBidiStreamingCall( in cannotSetOnCloseHandlerAfterServiceInvocation() local
334 ServerCallHandler<Integer, Integer> callHandler = in cannotDisableAutoRequestAfterServiceInvocation() local
356 ServerCallHandler<Integer, Integer> callHandler = in disablingInboundAutoFlowControlSuppressesRequestsForMoreMessages() local
[all …]
/external/grpc-grpc-java/api/src/main/java/io/grpc/
DServerInterceptors.java243 ServerCallHandler<ReqT, RespT> callHandler = method.getServerCallHandler(); in wrapAndAddMethod() local
252 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in create()
257 private final ServerCallHandler<ReqT, RespT> callHandler; field in ServerInterceptors.InterceptCallHandler
260 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in InterceptCallHandler()
DInternalServerInterceptors.java32 ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler) { in interceptCallHandlerCreate()
/external/grpc-grpc-java/binder/src/test/java/io/grpc/binder/
DPeerUidsTest.java84 ServerCallHandler<String, String> callHandler = in makeServiceCall() local
/external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/
DBinderSecurityTest.java77 ServerCallHandler<Empty, Empty> callHandler = in setupServiceDefinitionsAndMethods() local
DBinderChannelSmokeTest.java110 ServerCallHandler<String, String> callHandler = in setUp() local
/external/grpc-grpc-java/binder/src/androidTest/java/io/grpc/binder/internal/
DBinderClientTransportTest.java102 ServerCallHandler<Empty, Empty> callHandler = in setUp() local
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DServerImpl.java687 ServerCallHandler<ReqT, RespT> callHandler; field in ServerImpl.ServerTransportListenerImpl.ServerCallParameters
690 ServerCallHandler<ReqT, RespT> callHandler) { in ServerCallParameters()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServerImplTest.java201 private ServerCallHandler<String, Integer> callHandler; field in ServerImplTest
835 ServerCallHandler<String, Integer> callHandler = new ServerCallHandler<String, Integer>() { in interceptors() local