StandardHttpContextMap

Description:

Provides the ability to store and retrieve HTTP requests and responses external to a Processor, so that multiple Processors can interact with the same HTTP request.

Tags:

http, request, response

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Maximum Outstanding RequestsMaximum Outstanding Requests5000The maximum number of HTTP requests that can be outstanding at any one time. Any attempt to register an additional HTTP Request will cause an error
Request ExpirationRequest Expiration1 minSpecifies how long an HTTP Request should be left unanswered before being evicted from the cache and being responded to with a Service Unavailable status code

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.

See Also:

HandleHttpRequest, HandleHttpResponse