CBLURLEndpoint
@interface CBLURLEndpoint : NSObject <CBLEndpoint>
URL based replication target endpoint.
-
The URL object.
Declaration
Objective-C
@property (nonatomic, readonly) NSURL *_Nonnull url;
-
Initializes with the given URL. The supported URL schemes are ws and wss for transferring data over a secure connection.
Declaration
Objective-C
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url;
Parameters
url
The URL object.
Return Value
The CBLURLEndpoint object.
-
Unavailable
Not available
Declaration
Objective-C
- (nonnull instancetype)init;