NSURLConnection Class Reference
PDF
Overview
Tasks
Preflighting a Request
Loading Data Synchronously
Loading Data Asynchronously
Stopping a Connection
Runloop Scheduling
Connection Authentication
Connection Data and Responses
Connection Completion
Class Methods
canHandleRequest:
connectionWithRequest:delegate:
sendSynchronousRequest:returningResponse:error:
Instance Methods
cancel
initWithRequest:delegate:
initWithRequest:delegate:startImmediately:
scheduleInRunLoop:forMode:
start
unscheduleFromRunLoop:forMode:
Delegate Methods
connection:didCancelAuthenticationChallenge:
connection:didFailWithError:
connection:didReceiveAuthenticationChallenge:
connection:didReceiveData:
connection:didReceiveResponse:
connection:willCacheResponse:
connection:willSendRequest:redirectResponse:
connectionDidFinishLoading:
Revision History
Index
Companion Guide
URL Loading System