Arguments passed into callbacks when an HTTP request is created. More...
Instance Methods | |
| (instancetype) | - init |
| (NSMutableURLRequest *) | - request |
| Gets the outgoing HTTP request about to be sent to the server. More... | |
| (FMLiveSwitchHttpRequestArgs *) | - requestArgs |
| Gets the original request arguments. More... | |
| (id) | - sender |
| Gets the sender of the request, either a client or publisher. More... | |
| (void) | - setRequest: |
| Sets the outgoing HTTP request about to be sent to the server. More... | |
| (void) | - setRequestArgs: |
| Sets the original request arguments. More... | |
| (void) | - setSender: |
| Sets the sender of the request, either a client or publisher. More... | |
Class Methods | |
| (FMLiveSwitchHttpRequestCreatedArgs *) | + httpRequestCreatedArgs |
Arguments passed into callbacks when an HTTP request is created.
| + (FMLiveSwitchHttpRequestCreatedArgs*) httpRequestCreatedArgs |
| - (instancetype) init |
| - (NSMutableURLRequest*) request |
Gets the outgoing HTTP request about to be sent to the server.
| - (FMLiveSwitchHttpRequestArgs*) requestArgs |
Gets the original request arguments.
| - (id) sender |
Gets the sender of the request, either a client or publisher.
| - (void) setRequest: | (NSMutableURLRequest *) | value |
Sets the outgoing HTTP request about to be sent to the server.
| - (void) setRequestArgs: | (FMLiveSwitchHttpRequestArgs *) | value |
Sets the original request arguments.
| - (void) setSender: | (id) | value |
Sets the sender of the request, either a client or publisher.