FMIceLinkHttpResponseArgs Class Reference

Inherits from NSObject
Declared in FMIceLinkHttpResponseArgs.h
FMIceLinkHttpResponseArgs.m

Overview

Arguments for receiving an HTTP response.

– binaryContent

Gets the binary content read from the HTTP response.
- (NSMutableData *)binaryContent

Discussion

Gets the binary content read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h

– exception

Gets the exception generated while completing the request.
- (NSException *)exception

Discussion

Gets the exception generated while completing the request.

Declared In

FMIceLinkHttpResponseArgs.h

– headers

Gets the headers read from the HTTP response.
- (FMIceLinkNameValueCollection *)headers

Discussion

Gets the headers read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h

+ httpResponseArgsWithRequestArgs:

Initializes a new instance of the FMIceLinkHttpResponseArgs class.
+ (FMIceLinkHttpResponseArgs *)httpResponseArgsWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs

Parameters

requestArgs

The request arguments.

Discussion

Initializes a new instance of the FMIceLinkHttpResponseArgs class.

Declared In

FMIceLinkHttpResponseArgs.h

– initWithRequestArgs:

Initializes a new instance of the FMIceLinkHttpResponseArgs class.
- (instancetype)initWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs

Parameters

requestArgs

The request arguments.

Discussion

Initializes a new instance of the FMIceLinkHttpResponseArgs class.

Declared In

FMIceLinkHttpResponseArgs.h

– requestArgs

Gets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).
- (FMIceLinkHttpRequestArgs *)requestArgs

Discussion

Gets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).

Declared In

FMIceLinkHttpResponseArgs.h

– setBinaryContent:

Sets the binary content read from the HTTP response.
- (void)setBinaryContent:(NSMutableData *)value

Discussion

Sets the binary content read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h

– setException:

Sets the [exception](#//api/name/exception) generated while completing the request.
- (void)setException:(NSException *)value

Discussion

Sets the [exception](#//api/name/exception) generated while completing the request.

Declared In

FMIceLinkHttpResponseArgs.h

– setRequestArgs:

Sets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).
- (void)setRequestArgs:(FMIceLinkHttpRequestArgs *)value

Discussion

Sets the original [FMIceLinkHttpRequestArgs](../Classes/FMIceLinkHttpRequestArgs.html).

Declared In

FMIceLinkHttpResponseArgs.h

– setStatusCode:

Sets the status code read from the HTTP response.
- (void)setStatusCode:(int)value

Discussion

Sets the status code read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h

– setTextContent:

Sets the text content read from the HTTP response.
- (void)setTextContent:(NSString *)value

Discussion

Sets the text content read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h

– statusCode

Gets the status code read from the HTTP response.
- (int)statusCode

Discussion

Gets the status code read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h

– textContent

Gets the text content read from the HTTP response.
- (NSString *)textContent

Discussion

Gets the text content read from the HTTP response.

Declared In

FMIceLinkHttpResponseArgs.h