|
Muvicado HD
|
#include <VVCURLDL.h>


Instance Methods | |
| (id) | - initWithAddress: |
| (void) | - perform |
| (void) | - performAsync:withDelegate: |
| (void) | - _performAsyncWithDelegate: |
| (void) | - _performWithDelegate: |
| (void) | - appendDataToPOST: |
| (void) | - appendStringToPOST: |
| (void) | - writePtr:size: |
Class Methods | |
| (id) | + createWithAddress: |
Protected Attributes | |
| NSString * | urlString |
| CURL * | curlHandle |
| NSMutableData * | postData |
| BOOL | performing |
Properties | |
| struct curl_slist * | headerList |
| struct curl_httppost * | firstFormPtr |
| struct curl_httppost * | lastFormPtr |
| BOOL | returnOnMain |
| NSMutableData * | responseData |
| NSString * | responseString |
| CURLcode | err |
Definition at line 30 of file VVCURLDL.h.
| - (void) _performAsyncWithDelegate: | (id< VVCURLDLDelegate >) | d |
| - (void) _performWithDelegate: | (id< VVCURLDLDelegate >) | d |
| - (void) appendDataToPOST: | (NSData *) | d |
| - (void) appendStringToPOST: | (NSString *) | s |
| + (id) createWithAddress: | (NSString *) | a |
| - (id) initWithAddress: | (NSString *) | a |
| - (void) perform |


| - (void) performAsync: | (BOOL) | as | |
| withDelegate: | (id< VVCURLDLDelegate >) | d |
| - (void) writePtr: | (void *) | ptr | |
| size: | (size_t) | s |
|
protected |
Definition at line 32 of file VVCURLDL.h.
|
protected |
Definition at line 42 of file VVCURLDL.h.
|
protected |
Definition at line 37 of file VVCURLDL.h.
|
protected |
Definition at line 31 of file VVCURLDL.h.
|
readatomicassign |
Definition at line 43 of file VVCURLDL.h.
| - (struct curl_httppost *) firstFormPtr |
Definition at line 38 of file VVCURLDL.h.
| - (struct curl_slist *) headerList |
Definition at line 36 of file VVCURLDL.h.
| - (struct curl_httppost *) lastFormPtr |
Definition at line 39 of file VVCURLDL.h.
|
readatomicassign |
Definition at line 34 of file VVCURLDL.h.
|
readatomicassign |
Definition at line 67 of file VVCURLDL.h.
|
readwriteatomicassign |
Definition at line 41 of file VVCURLDL.h.