FMLiveSwitchHttpSendFinishArgs Class Reference

Arguments for addOnSendStart: (FMLiveSwitchHttpTransfer). More...

Instance Methods

(instancetype) - init
 
(NSMutableData *) - requestBinaryContent
 Gets the binary content of the request. More...
 
(NSString *) - requestTextContent
 Gets the text content of the request. More...
 
(NSMutableData *) - responseBinaryContent
 Gets the binary content of the response. More...
 
(FMLiveSwitchNameValueCollection *) - responseHeaders
 Gets the headers of the response. More...
 
(NSString *) - responseTextContent
 Gets the binary content of the response. More...
 
(id- sender
 Gets the sender of the request, either a client or publisher. More...
 

Class Methods

(FMLiveSwitchHttpSendFinishArgs *) + httpSendFinishArgs
 

Detailed Description

Method Documentation

◆ httpSendFinishArgs

+ (FMLiveSwitchHttpSendFinishArgs*) httpSendFinishArgs

◆ init

- (instancetype) init

◆ requestBinaryContent

- (NSMutableData*) requestBinaryContent

Gets the binary content of the request.

◆ requestTextContent

- (NSString*) requestTextContent

Gets the text content of the request.

◆ responseBinaryContent

- (NSMutableData*) responseBinaryContent

Gets the binary content of the response.

◆ responseHeaders

- (FMLiveSwitchNameValueCollection*) responseHeaders

Gets the headers of the response.

◆ responseTextContent

- (NSString*) responseTextContent

Gets the binary content of the response.

◆ sender

- (id) sender

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