Contains data obtained during a request made with CPURLConnection. More...
#import <CPURLRequest.h>
Class Methods | |
(id) | + requestWithURL: |
(id) | + requestWithURL:cachePolicy:timeoutInterval: |
Class Methods inherited from CPObject | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(void) | + cancelPreviousPerformRequestsWithTarget: |
(void) | + cancelPreviousPerformRequestsWithTarget:selector:object: |
(Class) | + class |
(BOOL) | + conformsToProtocol: |
(void) | + exposeBinding: |
(void) | + initialize |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesImplementSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isBindingExclusive: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + object:performSelector:withObject:afterDelay:inModes: |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Contains data obtained during a request made with CPURLConnection.
A helper object for CPURLConnection, that contains data obtained during the life of a request.
Definition at line 2 of file CPURLRequest.h.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 278 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 294 of file CPURLRequest.j.
|
implementation |
Makes a deep copy of the receiver. The copy should be functionally equivalent to the receiver.
Reimplemented from CPObject.
Provided by category CPURLRequest(CPCopying).
Definition at line 196 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 230 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 246 of file CPURLRequest.j.
|
implementation |
Equal to [receiver initWithURL:nil]
.
Reimplemented from CPObject.
Definition at line 76 of file CPURLRequest.j.
|
implementation |
Initializes the request with a URL. This is the designated initializer.
aURL | the url to set |
Definition at line 108 of file CPURLRequest.j.
|
implementation |
Initializes the request with a URL. This is the designated initializer.
aURL | the url to set |
aCachePolicy | the cache policy of the request |
aTimeoutInterval | the timeoutInterval of the request |
Definition at line 89 of file CPURLRequest.j.
|
implementation |
Creates a request with a specified URL.
aURL | the URL of the request |
Definition at line 56 of file CPURLRequest.j.
|
implementation |
Creates a request with a specified URL, cachePolicy and timeoutInterval
aURL | the URL of the request |
aCachePolicy | the cache policy of the request |
aTimeoutInterval | the timeoutInterval of the request |
Definition at line 68 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 238 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 254 of file CPURLRequest.j.
|
implementation |
Sets the URL for this request.
aURL | the new URL |
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 133 of file CPURLRequest.j.
Sets the value for the specified header field.
aValue | the value for the header field |
aField | the header field |
Definition at line 153 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 270 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 286 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 214 of file CPURLRequest.j.
Returns the value for the specified header field.
aField | the header field to obtain a value for |
Definition at line 143 of file CPURLRequest.j.
|
implementation |
Synthesized accessor method.
Provided by category CPURLRequest(CPSynthesizedAccessors).
Definition at line 262 of file CPURLRequest.j.