RedirectionTransport Protocol Reference
| Declared in | RedirectionTransport.h |
|---|
– setBootstrapManager:
required method
Sets the given Bootstrap manager.
- (void)setBootstrapManager:(id<BootstrapManager>)managerParameters
manager |
The Bootstrap manager to be set. |
|---|
Discussion
Sets the given Bootstrap manager.
See Also
Declared In
RedirectionTransport.h
– onRedirectionResponse:
required method
Retrieves the redirection info from the response and passes it to Bootstrap manager.
- (void)onRedirectionResponse:(RedirectSyncResponse *)responseParameters
response |
The response from the server. |
|---|
Discussion
Retrieves the redirection info from the response and passes it to Bootstrap manager.
Declared In
RedirectionTransport.h