BootstrapTransport Protocol Reference Conforms to KaaTransport Declared in BootstrapTransport.h Overview KaaTransport for the Bootstrap service. Updates the Bootstrap manager state. – createResolveRequest required method Creates new Resolve request. - (SyncRequest *)createResolveRequest Return Value Resovle request. Discussion Creates new Resolve request. Declared In BootstrapTransport.h – onResolveResponse: required method Updates the state of the Bootstrap manager according the given response. - (void)onResolveResponse:(SyncResponse *)servers Parameters servers response from Bootstrap server. Discussion Updates the state of the Bootstrap manager according the given response. Declared In BootstrapTransport.h – setBootstrapManager: required method Sets the given Bootstrap manager. - (void)setBootstrapManager:(id<BootstrapManager>)manager Parameters manager the Bootstrap manager to be set. Discussion Sets the given Bootstrap manager. Declared In BootstrapTransport.h