DITMutableConnect

@interface DITMutableConnect : DITConnect

Mutable DITConnect interface to configure specific servers Ditto should attempt to connect to. They are either TCP or WebSocket servers. TCP servers take host:port syntax and WebSocket URLs take the form wss://server.example.com.

Please refer to the documentation on Ditto’s website for configuring cloud or client/server scenarios.

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSMutableSet<NSString *> *tcpServers
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSMutableSet<NSString *> *websocketURLs
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic) NSTimeInterval retryInterval