Public Member Functions | |
| (id) | - initWithRequest:callback:delegate: [implementation] |
| (id) | - initWithRequest:callback:delegate:startImmediately: [implementation] |
| (void) | - start [implementation] |
| (void) | - removeScriptTag [implementation] |
| (void) | - cancel [implementation] |
Static Public Member Functions | |
| (CPJSONPConnection) | + sendRequest:callback:delegate: [implementation] |
| (CPJSONPConnection) | + connectionWithRequest:callback:delegate: [implementation] |
Definition at line 41 of file CPJSONPConnection.j.
| - (void) cancel | [implementation] |
Definition at line 124 of file CPJSONPConnection.j.
| + (CPJSONPConnection) connectionWithRequest: | (CPURLRequest) | aRequest | ||
| callback: | (CPString) | callbackParameter | ||
| delegate: | (id) | aDelegate | ||
[implementation] |
Definition at line 56 of file CPJSONPConnection.j.
| - (id) initWithRequest: | (CPURLRequest) | aRequest | ||
| callback: | (CPString) | aString | ||
| delegate: | (id) | aDelegate | ||
[implementation] |
Definition at line 61 of file CPJSONPConnection.j.
| - (id) initWithRequest: | (CPURLRequest) | aRequest | ||
| callback: | (CPString) | aString | ||
| delegate: | (id) | aDelegate | ||
| startImmediately: | (BOOL) | shouldStartImmediately | ||
[implementation] |
Definition at line 66 of file CPJSONPConnection.j.
| - (void) removeScriptTag | [implementation] |
Definition at line 113 of file CPJSONPConnection.j.
| + (CPJSONPConnection) sendRequest: | (CPURLRequest) | aRequest | ||
| callback: | (CPString) | callbackParameter | ||
| delegate: | (id) | aDelegate | ||
[implementation] |
| - (void) start | [implementation] |
Definition at line 89 of file CPJSONPConnection.j.
1.5.8