FMIceLinkHttpResponseReceivedArgs Class Reference

Inherits from NSObject
Declared in FMIceLinkHttpResponseReceivedArgs.h
FMIceLinkHttpResponseReceivedArgs.m

Overview

Arguments passed into callbacks when an HTTP [response](#//api/name/response) is received.

– requestArgs

Gets the original request arguments.
- (FMIceLinkHttpRequestArgs *)requestArgs

Discussion

Gets the original request arguments.

Declared In

FMIceLinkHttpResponseReceivedArgs.h

– response

Gets the incoming HTTP response received from the server.
- (NSURLResponse *)response

Discussion

Gets the incoming HTTP response received from the server.

Declared In

FMIceLinkHttpResponseReceivedArgs.h

– sender

Gets the sender of the request, either a client or publisher.
- (id)sender

Discussion

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

Declared In

FMIceLinkHttpResponseReceivedArgs.h

– setRequestArgs:

Sets the original request arguments.
- (void)setRequestArgs:(FMIceLinkHttpRequestArgs *)value

Discussion

Sets the original request arguments.

Declared In

FMIceLinkHttpResponseReceivedArgs.h

– setResponse:

Sets the incoming HTTP [response](#//api/name/response) received from the server.
- (void)setResponse:(NSURLResponse *)value

Discussion

Sets the incoming HTTP [response](#//api/name/response) received from the server.

Declared In

FMIceLinkHttpResponseReceivedArgs.h

– setSender:

Sets the [sender](#//api/name/sender) of the request, either a client or publisher.
- (void)setSender:(id)value

Discussion

Sets the [sender](#//api/name/sender) of the request, either a client or publisher.

Declared In

FMIceLinkHttpResponseReceivedArgs.h