FMIceLinkHttpWebRequestTransfer Class Reference

Inherits from FMIceLinkHttpTransfer : NSObject
Declared in FMIceLinkHttpWebRequestTransfer.h
FMIceLinkHttpWebRequestTransfer.m

– sendTextWithRequestArgs:

Sends text content synchronously using the specified arguments.
- (FMIceLinkHttpResponseArgs *)sendTextWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs

Parameters

requestArgs

The request arguments.

Return Value

The response arguments from the server.

Discussion

Sends text content synchronously using the specified arguments.

Declared In

FMIceLinkHttpTransfer.h

– sendTextAsyncWithRequestArgs:callback:

Sends text content asynchronously using the specified arguments.
- (void)sendTextAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1 *)callback

Parameters

requestArgs

The request arguments.

callback

The callback to execute on success or failure.

Discussion

Sends text content asynchronously using the specified arguments.

Declared In

FMIceLinkHttpTransfer.h

– sendBinaryWithRequestArgs:

Sends binary content synchronously using the specified arguments.
- (FMIceLinkHttpResponseArgs *)sendBinaryWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs

Parameters

requestArgs

The request arguments.

Return Value

The response arguments from the server.

Discussion

Sends binary content synchronously using the specified arguments.

Declared In

FMIceLinkHttpTransfer.h

– sendBinaryAsyncWithRequestArgs:callback:

Sends binary content asynchronously using the specified arguments.
- (void)sendBinaryAsyncWithRequestArgs:(FMIceLinkHttpRequestArgs *)requestArgs callback:(FMIceLinkAction1 *)callback

Parameters

requestArgs

The request arguments.

callback

The callback to execute on success or failure.

Discussion

Sends binary content asynchronously using the specified arguments.

Declared In

FMIceLinkHttpTransfer.h

– shutdown

Releases any resources and shuts down.
- (void)shutdown

Discussion

Releases any resources and shuts down.

Declared In

FMIceLinkHttpTransfer.h