Avaya Client Services API Reference (OS X)
Instance Methods | Properties | List of all members
CSDownloadResultInfo Class Reference

Set of additional values that are passed to Download Service's completion handler. More...

#import <CSDownloadResultInfo.h>

Inherits NSObject.

Instance Methods

(instancetype) - initWithETag:isNotModified:actualLocationURL:isMovedPermanently:
 

Properties

NSString * eTag
 Value of HTTP 1.1 entity tag returned by server. More...
 
BOOL isNotModified
 A boolean value indicating whether the data was not modified. More...
 
NSURL * actualLocationURL
 New target URL if redirection happens. More...
 
BOOL isMovedPermanently
 Were all of the redirections in the redirection chain permanent? More...
 

Detailed Description

Set of additional values that are passed to Download Service's completion handler.

Method Documentation

- (instancetype) initWithETag: (NSString *)  eTag
isNotModified: (BOOL)  isNotModified
actualLocationURL: (NSURL *)  actualLocationURL
isMovedPermanently: (BOOL)  isMovedPermanently 

Property Documentation

- (NSURL*) actualLocationURL
readnonatomiccopy

New target URL if redirection happens.

Contains the last URL in redirection chain.

- (NSString*) eTag
readnonatomiccopy

Value of HTTP 1.1 entity tag returned by server.

- (BOOL) isMovedPermanently
readnonatomicassign

Were all of the redirections in the redirection chain permanent?

- (BOOL) isNotModified
readnonatomicassign

A boolean value indicating whether the data was not modified.

It is calculated by server based on the ETag passed in the optional parameters.


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