DefaultRedirectionTransport Class Reference

Inherits from NSObject
Conforms to RedirectionTransport
Declared in DefaultRedirectionTransport.h
DefaultRedirectionTransport.m

– 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.

See Also

Declared In

RedirectionTransport.h

– onRedirectionResponse:

Retrieves the redirection info from the response and passes it to Bootstrap manager.

- (void)onRedirectionResponse:(RedirectSyncResponse *)response

Parameters

response

The response from the server.

Discussion

Retrieves the redirection info from the response and passes it to Bootstrap manager.

Declared In

RedirectionTransport.h