Foxit PDF SDK  9.1
FSResponse Class Reference
Inheritance diagram for FSResponse:

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithOther:
 Constructor, with another response object.
More...
 
(id) - initWithType:response_data:
 Constructor, with parameters.
More...
 
(void) - set:response_data:
 Set value.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

Properties

NSString * response_data
 Response content.
More...
 
FSResponseResponseType type
 Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values.
More...
 

Detailed Description

This class represents a response for a certificate.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithOther:

- (id) initWithOther: (FSResponse*)  other

Constructor, with another response object.

Parameters
[in]otherAnother response object.

◆ initWithType:response_data:

- (id) initWithType: (FSResponseResponseType type
response_data: (NSString *)  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: (NSString *)  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.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ response_data

- (NSString *) response_data
readwritenonatomiccopy

Response content.

◆ type

- (FSResponseResponseType) type
readwritenonatomicassign

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