DefaultBootstrapTransport Class Reference
Inherits from | AbstractKaaTransport : NSObject |
---|---|
Conforms to | BootstrapTransport |
Declared in | DefaultBootstrapTransport.h DefaultBootstrapTransport.m |
– createResolveRequest
Creates new Resolve request.
- (SyncRequest *)createResolveRequest
Return 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 *)servers
Parameters
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>)manager
Parameters
manager |
the Bootstrap manager to be set. |
---|
Discussion
Sets the given Bootstrap manager.
Declared In
BootstrapTransport.h