Arguments passed into callbacks when an HTTP response is received. More...
Instance Methods | |
| (instancetype) | - init |
| (FMLiveSwitchHttpRequestArgs *) | - requestArgs |
| Gets the original request arguments. More... | |
| (NSURLResponse *) | - response |
| Gets the incoming HTTP response received from the server. More... | |
| (id) | - sender |
| Gets the sender of the request, either a client or publisher. More... | |
| (void) | - setRequestArgs: |
| Sets the original request arguments. More... | |
| (void) | - setResponse: |
| Sets the incoming HTTP response received from the server. More... | |
| (void) | - setSender: |
| Sets the sender of the request, either a client or publisher. More... | |
Class Methods | |
| (FMLiveSwitchHttpResponseReceivedArgs *) | + httpResponseReceivedArgs |
Arguments passed into callbacks when an HTTP response is received.
| + (FMLiveSwitchHttpResponseReceivedArgs*) httpResponseReceivedArgs |
| - (instancetype) init |
| - (FMLiveSwitchHttpRequestArgs*) requestArgs |
Gets the original request arguments.
| - (NSURLResponse*) response |
Gets the incoming HTTP response received from the server.
| - (id) sender |
Gets the sender of the request, either a client or publisher.
| - (void) setRequestArgs: | (FMLiveSwitchHttpRequestArgs *) | value |
Sets the original request arguments.
| - (void) setResponse: | (NSURLResponse *) | value |
Sets the incoming HTTP response received from the server.
| - (void) setSender: | (id) | value |
Sets the sender of the request, either a client or publisher.