Searched refs:DuplexStreamingServerCallHandler (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 227 internal class DuplexStreamingServerCallHandler<TRequest, TResponse> : IServerCallHandler class 231 …ic readonly ILogger Logger = GrpcEnvironment.Logger.ForType<DuplexStreamingServerCallHandler<TRequ… 236 …public DuplexStreamingServerCallHandler(Method<TRequest, TResponse> method, DuplexStreamingServerM… in DuplexStreamingServerCallHandler() method in Grpc.Core.Internal.DuplexStreamingServerCallHandler 283 …return new DuplexStreamingServerCallHandler<TRequest, TResponse>(method, (requestStream, responseS… in Intercept() 291 DuplexStreamingServerCallHandler<byte[], byte[]> callHandlerImpl; 297 …this.callHandlerImpl = new DuplexStreamingServerCallHandler<byte[], byte[]>(method, new DuplexStre… in UnimplementedMethodCallHandler()
|
D | ServerCalls.cs | 53 return new DuplexStreamingServerCallHandler<TRequest, TResponse>(method, handler);
|