|
GRPC Objective-C
1.26.0
|
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... | |
Private interfaces of the transport registry.
| - (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.