FMLiveSwitchHttpResponseReceivedArgs Class Reference

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
 

Detailed Description

Arguments passed into callbacks when an HTTP response is received.

Method Documentation

◆ httpResponseReceivedArgs

+ (FMLiveSwitchHttpResponseReceivedArgs*) httpResponseReceivedArgs

◆ init

- (instancetype) init

◆ requestArgs

- (FMLiveSwitchHttpRequestArgs*) requestArgs

Gets the original request arguments.

◆ response

- (NSURLResponse*) response

Gets the incoming HTTP response received from the server.

◆ sender

- (id) sender

Gets the sender of the request, either a client or publisher.

◆ setRequestArgs:

- (void) setRequestArgs: (FMLiveSwitchHttpRequestArgs *)  value

Sets the original request arguments.

◆ setResponse:

- (void) setResponse: (NSURLResponse *)  value

Sets the incoming HTTP response received from the server.

◆ setSender:

- (void) setSender: (id value

Sets the sender of the request, either a client or publisher.