Foxit PDF SDK
9.1
|
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... | |
This class represents a response for a certificate.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithOther: | (FSResponse*) | other |
Constructor, with another response object.
[in] | other | Another response object. |
- (id) initWithType: | (FSResponseResponseType) | type | |
response_data: | (NSString *) | response_data | |
Constructor, with parameters.
[in] | type | Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values. |
[in] | response_data | Response content. |
- (void) set: | (FSResponseResponseType) | type | |
response_data: | (NSString *) | response_data | |
Set value.
[in] | type | Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values. |
[in] | response_data | Response content. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
Response content.
|
readwritenonatomicassign |
Response type. Please refer to values starting from FSResponseTypeNone and this should be one of these values.