Public Member Functions | |
HttpRequestProperties () | |
void | setRequestProperty (@NonNull String key, @NonNull String value) |
Class for customizing HTTP request properties.
com.foxit.sdk.PDFViewCtrl.HttpRequestProperties.HttpRequestProperties | ( | ) |
void com.foxit.sdk.PDFViewCtrl.HttpRequestProperties.setRequestProperty | ( | @NonNull String | key, |
@NonNull String | value | ||
) |
Sets the general request property. If a property with the key already exists, overwrite its value with the new value.
key | the keyword by which the request is known (e.g., "@code Accept @endcode "). |
value | the value associated with it. |