Inheritance diagram for <CPURLConnectionDelegate >:Instance Methods | |
| (void) | - connection:didFailWithError: |
| (void) | - connection:didReceiveData: |
| (void) | - connection:didReceiveResponse: |
| (void) | - connectionDidFinishLoading: |
| (void) | - connectionDidReceiveAuthenticationChallenge: |
Instance Methods inherited from <CPObject> | |
| (Class) | - class |
| (BOOL) | - conformsToProtocol: |
| (CPString) | - debugDescription |
| (CPString) | - description |
| (CPUInteger) | - hash |
| (BOOL) | - isEqual: |
| (BOOL) | - isKindOfClass: |
| (BOOL) | - isMemberOfClass: |
| (BOOL) | - isProxy |
| (id) | - performSelector: |
| (id) | - performSelector:withObject: |
| (id) | - performSelector:withObject:withObject: |
| (BOOL) | - respondsToSelector: |
| (id) | - self |
| (Class) | - superclass |
Definition at line 24 of file CPURLConnection.j.
| - (void CPURLConnectionDelegate) connection: | (CPURLConnection) | anURLConnection | |
| didFailWithError: | (CPException) | anError | |
| - (void CPURLConnectionDelegate) connection: | (CPURLConnection) | anURLConnection | |
| didReceiveData: | (CPString) | aData | |
| - (void CPURLConnectionDelegate) connection: | (CPURLConnection) | anURLConnection | |
| didReceiveResponse: | (CPString) | aResponse | |
| - (void CPURLConnectionDelegate) connectionDidFinishLoading: | (CPURLConnection) | anURLConnection |
| - (void CPURLConnectionDelegate) connectionDidReceiveAuthenticationChallenge: | (CPURLConnection) | anURLConnection |