GRPC Objective-C  1.71.0
Instance Methods | Properties
<GRPCTransportFactory> Protocol Reference

The factory to create a transport. More...

#import <GRPCTransport.h>

Instance Methods

(GRPCTransport *) - createTransportWithManager:
 Create a transport implementation instance. More...
 

Properties

NSArray< id< GRPCInterceptorFactory > > * transportInterceptorFactories
 Get a list of factories for transport inteceptors. More...
 

Detailed Description

The factory to create a transport.

Method Documentation

◆ createTransportWithManager:

- (GRPCTransport *) createTransportWithManager: (GRPCTransportManager *)  transportManager

Create a transport implementation instance.

Property Documentation

◆ transportInterceptorFactories

- (NSArray<id<GRPCInterceptorFactory> >*) transportInterceptorFactories
readnonatomicassign

Get a list of factories for transport inteceptors.


The documentation for this protocol was generated from the following file: