|
GRPC Objective-C
1.26.0
|
| ▼C<GRPCAuthorizationProtocol> | Implement this protocol to provide a token to gRPC when a call is initiated |
| CGIDSignIn(GRPC) | Extend GIDSignIn class to comply GRPCAuthorizationProtocol |
| 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 |
| CGRPCCall(V2API) | |
| CGRPCCall2(Interceptor) | The interface for gRPC global interceptor |
| ▼C<GRPCChannelFactory> | A factory interface which generates new channel |
| CGRPCCronetChannelFactory | |
| CGRPCInsecureChannelFactory | |
| CGRPCSecureChannelFactory | |
| CGRPCChannelPool(Test) | Test-only interface for GRPCChannelPool |
| CGRPCDefaultTransportImplList | The default transport implementations available in gRPC |
| ▼C<GRPCDispatchable> | An object that processes its methods with a dispatch queue |
| ►C<GRPCInterceptorInterface> | The GRPCInterceptorInterface defines the request events that can occur to an interceptor |
| ►C<GRPCResponseHandler> | An object can implement this protocol to receive responses from server from a call |
| C<GRPCInterceptorFactory> | An interceptor factory object is used to create interceptor object for the call at the call start time |
| CGRPCPooledChannel(Test) | Test-only interface for GRPCPooledChannel |
| CGRPCProtoCall | This subclass is empty now |
| CGRPCTransportRegistry(Private) | Private interfaces of the transport registry |
| CGRXWriter(Immediate) | |
| CGRXWriter(Transformations) | |
| ▼C<GRXWriterNSObject> | |
| ►C<GRPCRequestHeaders> | This protocol is kept for backwards compatibility with existing code |
| ▼C<NSCopying> | |
| ►CGRPCCallOptions | Immutable user configurable options for a gRPC call |
| CGRPCChannelConfiguration | Signature for the channel |
| CGRPCMutableCallOptions | Mutable user configurable options for a gRPC call |
| CGRPCRequestOptions | HTTP request parameters |
| CNSData(GRPC) | |
| CNSDictionary(GRPC) | |
| ▼CNSEnumerator | |
| CGRXNSBlockEnumerator | Concrete subclass of NSEnumerator that delegates the invocations of nextObject to a block passed on initialization |
| CGRXNSFastEnumerator | This is a bridge to interact through NSEnumerator's interface with objects that only conform to NSFastEnumeration |
| CGRXNSScalarEnumerator | Concrete subclass of NSEnumerator whose instances return a single object before finishing |
| CNSEnumerator(GRXUtil) | |
| CNSError(GRPC) | |
| ▼C<NSMutableCopying> | |
| CGRPCCallOptions | Immutable user configurable options for a gRPC call |
| CGRPCMutableCallOptions | Mutable user configurable options for a gRPC call |
| ▼CNSMutableDictionary | |
| CGRPCRequestHeaders | |
| ▼CNSObject | |
| CGRPCCall2 | A GRPCCall2 object represents an RPC call |
| CGRPCCallOptions | Immutable user configurable options for a gRPC call |
| CGRPCChannel | Each separate instance of this class represents at least one TCP connection to the provided host |
| CGRPCChannelConfiguration | Signature for the channel |
| CGRPCChannelPool | Manage the pool of connected channels |
| CGRPCCompletionQueue | This class lets one more easily use |grpc_completion_queue| |
| CGRPCCoreCronetFactory | The factory for gRPC Core + Cronet transport implementation |
| CGRPCCoreInsecureFactory | The factory for gRPC Core + CFStream + insecure channel transport implementation |
| CGRPCCoreSecureFactory | The factory for gRPC Core + CFStream + TLS secure channel transport implementation |
| CGRPCCronetChannelFactory | |
| CGRPCHost | |
| CGRPCInsecureChannelFactory | |
| CGRPCInterceptor | Base class for a gRPC interceptor |
| CGRPCInterceptorManager | GRPCInterceptorManager is a helper class to forward messages between the interceptors |
| ►CGRPCOperation | |
| CGRPCPooledChannel | A proxied channel object that can be retained and used to create GRPCWrappedCall object regardless of the current connection status |
| CGRPCRequestOptions | HTTP request parameters |
| CGRPCSecureChannelFactory | |
| CGRPCStreamingProtoCall | A client-streaming RPC call with Protobuf |
| CGRPCTransport | Base class for transport implementations |
| CGRPCTransportManager | GRPCTransportManager is a helper class to forward messages between the last interceptor and the transport instance |
| CGRPCTransportRegistry | The registry of transport implementations |
| CGRPCUnaryProtoCall | A unary-request RPC call with Protobuf |
| CGRPCWrappedCall | |
| CGRXConcurrentWriteable | This is a thread-safe wrapper over a GRXWriteable instance |
| CGRXWriteable | Utility to create objects that conform to the GRXWriteable protocol, from blocks that handle each of the two methods of the protocol |
| ►CGRXWriter | An GRXWriter object can produce, on demand, a sequence of values |
| ▼C<NSObject> | |
| C<GRPCInterceptorInterface> | The GRPCInterceptorInterface defines the request events that can occur to an interceptor |
| C<GRPCProtoResponseHandler> | An object can implement this protocol to receive responses from server from a call |
| C<GRPCResponseHandler> | An object can implement this protocol to receive responses from server from a call |
| ►C<GRPCTransportFactory> | The factory to create a transport |
| ►C<GRXWriteable> | A GRXWriteable is an object to which a sequence of values can be sent |
| ▼CProtoMethod | |
| CGRPCProtoMethod | This subclass is empty now |
| ▼CProtoService | |
| CGRPCProtoService | This subclass is empty now |
| CProtoService(Legacy) | |
| ▼C<ResponseType> | |
| CGRPCUnaryResponseHandler | A convenience class of objects that act as response handlers of calls |