Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

glassfish:kernel:connections-keep-alive:setMaxCountRequestsEvent

set maximum count requests event

Synopsis

glassfish:kernel:connections-keep-alive:setMaxCountRequestsEvent(
java.lang.String listenerName,
int maxRequests)

Description

This event is called when the maximum allowed number of HTTP requests that can be processed on a single connection is changed.

Use this event to get notification of changes to the maximum allowed number of HTTP requests that can be processed on a single connection.

Parameters

listenerName

The name of the network listener associated with this keep-alive setting.

maxRequests

The maximum allowed number of HTTP requests that can be processed on a single connection.