Namespace: OpenEdge.Net.HTTP
Class 
ClientOptions
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2014, 2015 by Progress Software Corporation. All rights reserved.
File:ClientOptions
Purpose:A set of options for the HttpClient
Author(s):pjudge
Created:Fri May 23 13:41:30 EDT 2014



Constructor Summary
Options Name Purpose
# ClientOptions () /** Constructor. */

Property Summary
Options Name Purpose
# INTEGER NumRetries /** How many retries of the same request should be attempted */
# DECIMAL PauseBetweenRetry /** The number of seconds (incl. fractions of seconds) between retries */
# INTEGER RequestTimeout /** Defines the maximum time a request must take */


Constructor Detail
Top

PROTECTED ClientOptions ()

Purpose: Constructor.


Property Detail
Top

PROTECTED INTEGER NumRetries

Purpose: How many retries of the same request should be attempted
Returns INTEGER
Top

PROTECTED DECIMAL PauseBetweenRetry

Purpose: The number of seconds (incl. fractions of seconds) between retries
Returns DECIMAL
Top

PROTECTED INTEGER RequestTimeout

Purpose: Defines the maximum time a request must take
Returns INTEGER


10.27.2015 12:36:35