RLMNetworkTransport

Objective-C

@protocol RLMNetworkTransport <NSObject>

Swift

protocol RLMNetworkTransportProtocol : NSObjectProtocol, Sendable

Transporting protocol for foreign interfaces. Allows for custom request/response handling.