Lines Matching refs:gRPC
3 * Copyright 2015 gRPC authors.
20 * The gRPC protocol is an RPC protocol on top of HTTP2.
27 * Conceptually, each gRPC call consists of a bidirectional stream of binary messages, with RPCs of
40 #pragma mark gRPC errors
42 /** Domain of NSError objects produced by gRPC. */
46 * gRPC error codes.
47 * Note that a few of these are never produced by the gRPC libraries, but are of general utility for
127 * Internal error. Means some invariant expected by the server application or the gRPC library has
143 * Safety remark of a gRPC method as defined in RFC 2616 Section 9.1
148 /** Signal that the call is idempotent. gRPC is free to use PUT verb. */
150 /** Signal that the call is cacheable and will not affect server state. gRPC is free to use GET
164 /** Represents a single gRPC remote call. */
175 * positive, the gRPC call returns with status GRPCErrorCodeDeadlineExceeded if it is not completed
229 * A gRPC call might not complete until the request writer finishes. On the other hand, the request