Public Member Functions | |
(id) | - initWithRequest:delegate:startImmediately: [implementation] |
(id) | - initWithRequest:delegate: [implementation] |
(id) | - delegate [implementation] |
(void) | - start [implementation] |
(void) | - cancel [implementation] |
(BOOL) | - isLocalFileConnection [implementation] |
Static Public Member Functions | |
(void) | + setClassDelegate: [implementation] |
(CPData) | + sendSynchronousRequest:returningResponse:error: [implementation] |
(CPURLConnection) | + connectionWithRequest:delegate: [implementation] |
Definition at line 80 of file CPURLConnection.j.
- (void) cancel | [implementation] |
Definition at line 218 of file CPURLConnection.j.
+ (CPURLConnection) connectionWithRequest: | (CPURLRequest) | aRequest | ||
delegate: | (id) | aDelegate | ||
[implementation] |
Definition at line 134 of file CPURLConnection.j.
- (id) delegate | [implementation] |
Definition at line 181 of file CPURLConnection.j.
- (id) initWithRequest: | (CPURLRequest) | aRequest | ||
delegate: | (id) | aDelegate | ||
[implementation] |
Definition at line 173 of file CPURLConnection.j.
- (id) initWithRequest: | (CPURLRequest) | aRequest | ||
delegate: | (id) | aDelegate | ||
startImmediately: | (BOOL) | shouldStartImmediately | ||
[implementation] |
Definition at line 146 of file CPURLConnection.j.
- (BOOL) isLocalFileConnection | [implementation] |
Definition at line 232 of file CPURLConnection.j.
+ (CPData) sendSynchronousRequest: | (CPURLRequest) | aRequest | ||
returningResponse: | ({CPURLResponse}) | aURLResponse | ||
error: | ({CPError}) | anError | ||
[implementation] |
Definition at line 102 of file CPURLConnection.j.
+ (void) setClassDelegate: | (id) | delegate | [implementation] |
Definition at line 90 of file CPURLConnection.j.
- (void) start | [implementation] |
Definition at line 189 of file CPURLConnection.j.