HTTPMultipartUpload Class Reference

#import <HTTPMultipartUpload.h>

Inheritance diagram for HTTPMultipartUpload:

Inheritance graph
[legend]
Collaboration diagram for HTTPMultipartUpload:

Collaboration graph
[legend]

List of all members.

Public Member Functions

(id- initWithURL:
(NSURL *) - URL
(void) - setParameters:
(NSDictionary *) - parameters
(void) - addFileAtPath:name:
(void) - addFileContents:name:
(NSDictionary *) - files
(NSData *) - send:
(NSHTTPURLResponse *) - response

Protected Attributes

NSURL * url_
NSDictionary * parameters_
NSMutableDictionary * files_
NSString * boundary_
NSHTTPURLResponse * response_


Member Function Documentation

- (id) initWithURL: (NSURL *)  url  

- (NSURL *) URL  

- (void) setParameters: (NSDictionary *)  parameters  

- (NSDictionary *) parameters  

- (void) addFileAtPath: (NSString *)  path
name: (NSString *)  name 

- (void) addFileContents: (NSData *)  data
name: (NSString *)  name 

- (NSDictionary *) files  

- (NSData *) send: (NSError **)  error  

- (NSHTTPURLResponse *) response  


Member Data Documentation

- (NSURL*) url_ [protected]

- (NSDictionary*) parameters_ [protected]

- (NSMutableDictionary*) files_ [protected]

- (NSString*) boundary_ [protected]

- (NSHTTPURLResponse*) response_ [protected]


The documentation for this class was generated from the following file:

Generated Mozilla by doxygen 1.5.6