Home
last modified time | relevance | path

Searched refs:InterceptorChannel (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/php/lib/Grpc/
DInterceptor.php75 …* @param Channel|InterceptorChannel $channel An already created Channel or InterceptorChannel obje…
78 * @return InterceptorChannel
84 $channel = new Internal\InterceptorChannel($channel, $interceptors[$i]);
87 $channel = new Internal\InterceptorChannel($channel, $interceptors);
DBaseStub.php42 …* @param Channel|InterceptorChannel $channel An already created Channel or InterceptorChannel obje…
400 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
429 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
458 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
485 if (is_a($channel, 'Grpc\Internal\InterceptorChannel')) {
/external/grpc-grpc/src/php/lib/Grpc/Internal/
DInterceptorChannel.php25 class InterceptorChannel extends \Grpc\Channel class
31 * @param Channel|InterceptorChannel $channel An already created Channel
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DClientInterceptors.java89 channel = new InterceptorChannel(channel, interceptor); in intercept()
144 private static class InterceptorChannel extends Channel {
148 private InterceptorChannel(Channel channel, ClientInterceptor interceptor) {
/external/grpc-grpc/src/php/tests/unit_tests/
DCallInvokerTest.php54 * @param Channel|InterceptorChannel $channel (optional) re-use channel object
DInterceptorTest.php53 * @param Channel|InterceptorChannel $channel (optional) re-use channel object