GRPC Objective-C
1.39.1
|
CGIDSignIn(GRPC) | Extend GIDSignIn class to comply GRPCAuthorizationProtocol |
C<GRPCAuthorizationProtocol> | Implement this protocol to provide a token to gRPC when a call is initiated |
CGRPCCall | This is the legacy interface of this gRPC library |
CGRPCCall(ChannelArg) | The interface is deprecated |
CGRPCCall(ChannelCredentials) | The interface is deprecated |
CGRPCCall(Cronet) | The interface is deprecated |
CGRPCCall(OAuth2) | The interface is deprecated |
CGRPCCall(Tests) | The interface is deprecated |
CGRPCCall2 | A GRPCCall2 object represents an RPC call |
CGRPCCall2(Interceptor) | The interface for gRPC global interceptor |
CGRPCCallOptions | Immutable user configurable options for a gRPC call |
CGRPCDefaultTransportImplList | The default transport implementations available in gRPC |
C<GRPCDispatchable> | An object that processes its methods with a dispatch queue |
CGRPCInterceptor | Base class for a gRPC interceptor |
C<GRPCInterceptorFactory> | An interceptor factory object is used to create interceptor object for the call at the call start time |
C<GRPCInterceptorInterface> | The GRPCInterceptorInterface defines the request events that can occur to an interceptor |
CGRPCInterceptorManager | GRPCInterceptorManager is a helper class to forward messages between the interceptors |
CGRPCMutableCallOptions | Mutable user configurable options for a gRPC call |
CGRPCProtoCall | This subclass is empty now |
CGRPCProtoMethod | This subclass is empty now |
C<GRPCProtoResponseHandler> | An object can implement this protocol to receive responses from server from a call |
CGRPCProtoService | This subclass is empty now |
C<GRPCRequestHeaders> | This protocol is kept for backwards compatibility with existing code |
CGRPCRequestOptions | HTTP request parameters |
C<GRPCResponseHandler> | An object can implement this protocol to receive responses from server from a call |
CGRPCStreamingProtoCall | A client-streaming RPC call with Protobuf |
CGRPCTransport | Base class for transport implementations |
C<GRPCTransportFactory> | The factory to create a transport |
CGRPCTransportRegistry | The registry of transport implementations |
CGRPCUnaryProtoCall | A unary-request RPC call with Protobuf |
CGRPCUnaryResponseHandler | A convenience class of objects that act as response handlers of calls |
CGRXBufferedPipe | A buffered pipe is a Writer that also acts as a Writeable |
CGRXConcurrentWriteable | This is a thread-safe wrapper over a GRXWriteable instance |
CGRXForwardingWriter | A "proxy" class that simply forwards values, completion, and errors from its input writer to its writeable |
CGRXImmediateSingleWriter | Utility to construct GRXWriter instances from values that are immediately available when required |
CGRXImmediateWriter | Utility to construct GRXWriter instances from values that are immediately available when required |
CGRXMappingWriter | A "proxy" writer that transforms all the values of its input writer by using a mapping function |
CGRXWriteable | Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of the two methods of the protocol |
C<GRXWriteable> | A GRXWriteable is an object to which a sequence of values can be sent |
CGRXWriter | An GRXWriter object can produce, on demand, a sequence of values |
CGRXWriter(Immediate) | |
CGRXWriter(Transformations) | |
CNSEnumerator(GRXUtil) | |
CNSMutableDictionary(GRPCRequestHeaders) | This is only needed for backwards-compatibility |
CProtoService(Legacy) |