/[Apache-SVN]
ViewVC logotype

Revision 1644862


Jump to revision: Previous Next
Author: gavincornwell
Date: Fri Dec 12 11:47:38 2014 UTC (9 years, 4 months ago)
Changed paths: 7
Log Message:
Final part of CMIS-874 (Switch from NSURLConnection to NSURLSession).

Several new session parameters have been added to control the use of background sessions. Setting the "kCMISSessionParameterUseBackgroundNetworkSession" key to YES will create a background network session. 

An identifier for the session and the shared container is required when using background mode, these can be set via the "kCMISSessionParameterBackgroundNetworkSessionId" and "kCMISSessionParameterBackgroundNetworkSessionSharedContainerId" keys, respectively. If they are not supplied default values are used, "ObjectiveCMIS" for the background identifier and "ObjectiveCMISContainer" for the shared container.

Two additional session parameter keys have been added to control request timeout (kCMISSessionParameterRequestTimeout) and whether network reachability checks are performed (kCMISSessionParameterCheckNetworkReachability).

Changed paths

Path Details
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISDefaultNetworkProvider.m modified , text changed
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpDownloadRequest.h modified , text changed
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpDownloadRequest.m modified , text changed
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpRequest.h modified , text changed
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpRequest.m modified , text changed
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpUploadRequest.h modified , text changed
Directorychemistry/objectivecmis/trunk/ObjectiveCMIS/Utils/CMISHttpUploadRequest.m modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26