BootstrapTransport Protocol Reference
Conforms to | KaaTransport |
---|---|
Declared in | BootstrapTransport.h |
– 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