#import <GRPCTransport+Private.h>
Instance Methods | |
| (id< GRPCTransportFactory >) | - getTransportFactoryWithID: |
Private interfaces of the transport registry.
Definition at line 27 of file GRPCTransport+Private.h.
| - (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.