DefaultBootstrapTransport Class Reference
| Inherits from | AbstractKaaTransport : NSObject |
|---|---|
| Conforms to | BootstrapTransport |
| Declared in | DefaultBootstrapTransport.h DefaultBootstrapTransport.m |
– createResolveRequest
Creates new Resolve request.
- (SyncRequest *)createResolveRequestReturn Value
Resovle request.
Discussion
Creates new Resolve request.
Declared In
BootstrapTransport.h
– onResolveResponse:
Updates the state of the Bootstrap manager according the given response.
- (void)onResolveResponse:(SyncResponse *)serversParameters
servers |
response from Bootstrap server. |
|---|
Discussion
Updates the state of the Bootstrap manager according the given response.
Declared In
BootstrapTransport.h
– setBootstrapManager:
Sets the given Bootstrap manager.
- (void)setBootstrapManager:(id<BootstrapManager>)managerParameters
manager |
the Bootstrap manager to be set. |
|---|
Discussion
Sets the given Bootstrap manager.
Declared In
BootstrapTransport.h