![]() |
Diffusion Apple API 6.12.0
Unified Client Library for iOS, tvOS and OS X / macOS
|
Secondary remote server that accepts a connection from a primary server.
This type accepts a connection from a PTDiffusionPrimaryInitiatorRemoteServer with the same name configured at the primary server (cluster).
Use the method PTDiffusionRemoteServerBuilder#createSecondaryAcceptorRemoteServer to create an instance of this type.
Properties | |
| NSString * | name |
| NSString *_Nullable | primaryHostName |
| NSString * | principal |
| NSDictionary< PTDiffusionRemoteServerConnectionOption *, NSString * > * | connectionOptions |
| NSString * | missingTopicNotificationFilter |
Properties inherited from PTDiffusionRemoteServer | |
| NSString * | name |
| NSString *_Nullable | url |
| NSString * | principal |
| NSDictionary< PTDiffusionRemoteServerConnectionOption *, NSString * > * | connectionOptions |
| NSString * | missingTopicNotificationFilter |
| PTDiffusionRemoteServerType | type |
|
readnonatomicassign |
The remote server connection options.
|
readnonatomicassign |
The missing topic notification filter expression or null if one has not been specified.
|
readnonatomicassign |
The remote server name.
|
readnonatomicassign |
The primary server host name used in SSL validation.
|
readnonatomicassign |
The principal used for the connection.
This is used to authenticate the connection at the primary server.