API  1.0.0
<CPURLConnectionDelegate > Protocol Reference
+ 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
 

Detailed Description

Definition at line 24 of file CPURLConnection.j.

Method Documentation

◆ connection:didFailWithError:()

- (void CPURLConnectionDelegate) connection: (CPURLConnection anURLConnection
didFailWithError: (CPException anError 

◆ connection:didReceiveData:()

- (void CPURLConnectionDelegate) connection: (CPURLConnection anURLConnection
didReceiveData: (CPString aData 

◆ connection:didReceiveResponse:()

- (void CPURLConnectionDelegate) connection: (CPURLConnection anURLConnection
didReceiveResponse: (CPString aResponse 

◆ connectionDidFinishLoading:()

- (void CPURLConnectionDelegate) connectionDidFinishLoading: (CPURLConnection anURLConnection

◆ connectionDidReceiveAuthenticationChallenge:()

- (void CPURLConnectionDelegate) connectionDidReceiveAuthenticationChallenge: (CPURLConnection anURLConnection

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