Searched refs:DuplexStreamingServerCallHandler (Results 1 – 2 of 2) sorted by relevance
211 internal class DuplexStreamingServerCallHandler<TRequest, TResponse> : IServerCallHandler class215 …ic readonly ILogger Logger = GrpcEnvironment.Logger.ForType<DuplexStreamingServerCallHandler<TRequ…220 …public DuplexStreamingServerCallHandler(Method<TRequest, TResponse> method, DuplexStreamingServerM… in DuplexStreamingServerCallHandler() method in Grpc.Core.Internal.DuplexStreamingServerCallHandler270 DuplexStreamingServerCallHandler<byte[], byte[]> callHandlerImpl;276 …this.callHandlerImpl = new DuplexStreamingServerCallHandler<byte[], byte[]>(method, new DuplexStre… in UnimplementedMethodCallHandler()
53 return new DuplexStreamingServerCallHandler<TRequest, TResponse>(method, handler);