GRPC Objective-C  1.26.0
Instance Methods
GRPCTransportRegistry(Private) Category Reference

Private interfaces of the transport registry. More...

#import <GRPCTransport+Private.h>

Instance Methods

(id< GRPCTransportFactory >) - getTransportFactoryWithID:
 Get a transport implementation's factory by its transport id. More...
 

Detailed Description

Private interfaces of the transport registry.

Method Documentation

◆ getTransportFactoryWithID:()

- (id<GRPCTransportFactory>) getTransportFactoryWithID: (GRPCTransportID transportID

Get a transport implementation's factory by its transport id.

If the transport id was not registered with the registry, the default transport factory (core + secure) is returned. If the default transport does not exist, an exception is thrown.

Extends class GRPCTransportRegistry.


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