Foxit PDF SDK
FSResponse Class Reference

Inherits NSObject.

Instance Methods

(id) - init
 Constructor.

 
(id) - initWithOther:
 Constructor, with another response object.
More...
 
(id) - initWithType:response_data:
 Constructor, with parameters.
More...
 
(void) - set:response_data:
 Set value.
More...
 

Properties

NSData * response_data
 Response content.

 
FSResponseResponseType type
 Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values.

 

Detailed Description

This class represents a response for a certificate.

Method Documentation

◆ initWithOther:()

- (id) initWithOther: (FSResponse*)  other

Constructor, with another response object.

Parameters
[in]otherAnother response object.

◆ initWithType:response_data:()

- (id) initWithType: (FSResponseResponseType type
response_data: (NSData *)  response_data 

Constructor, with parameters.

Parameters
[in]typeResponse type. Please refer to values starting from FSResponseTypeNone and this should be one of these values.
[in]response_dataResponse content.

◆ set:response_data:()

- (void) set: (FSResponseResponseType type
response_data: (NSData *)  response_data 

Set value.

Parameters
[in]typeResponse type. Please refer to values starting from FSResponseTypeNone and this should be one of these values.
[in]response_dataResponse content.
Returns
None.