DefaultBootstrapManager Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | BootstrapManager |
| Declared in | DefaultBootstrapManager.h DefaultBootstrapManager.m |
– receiveOperationsServerList
Receives the latest list of servers from the bootstrap service.
- (void)receiveOperationsServerListDiscussion
Receives the latest list of servers from the bootstrap service.
Declared In
BootstrapManager.h
– useNextOperationsServerWithTransportId:failoverStatus:
Force switch to the next operations service that support given TransportProtocolId
- (void)useNextOperationsServerWithTransportId:(TransportProtocolId *)transportId failoverStatus:(FailoverStatus)statusParameters
transportId |
id of the transport protocol. |
|---|---|
status |
failovers status that causes using of the next operation server. |
Discussion
Force switch to the next operations service that support given TransportProtocolId
See Also
Declared In
BootstrapManager.h
– setTransport:
Sets bootstrap transport object.
- (void)setTransport:(id<BootstrapTransport>)transportParameters
transport |
object to be set. |
|---|
Discussion
Sets bootstrap transport object.
See Also
Declared In
BootstrapManager.h
– useNextOperationsServerByAccessPointId:
Update the Channel Manager with endpoint’s properties retrieved by its DNS.
- (void)useNextOperationsServerByAccessPointId:(int32_t)accessPointIdParameters
accessPointId |
endpoint’s DNS. |
|---|
Discussion
Update the Channel Manager with endpoint’s properties retrieved by its DNS.
Declared In
BootstrapManager.h
– setChannelManager:
Sets Channel manager.
- (void)setChannelManager:(id<KaaInternalChannelManager>)channelManagerParameters
manager |
the channel manager to be set. |
|---|
Discussion
Sets Channel manager.
See Also
Declared In
BootstrapManager.h
– setFailoverManager:
Sets Failover manager.
- (void)setFailoverManager:(id<FailoverManager>)failoverManagerParameters
manager |
the failover manager to be set |
|---|
Discussion
Sets Failover manager.
See Also
Declared In
BootstrapManager.h
– onProtocolListUpdated:
Updates the operation server list.
- (void)onProtocolListUpdated:(NSArray *)listParameters
list |
the operation server list. |
|---|
Discussion
Updates the operation server list.
Declared In
BootstrapManager.h