HTTP Connection Notifications
Provides a comprehensive list of connection notifications sent from the HTTP Module.
ClientConMgrTimeout
Setting the client connection manager timeout value. This is configurable on the JConsole.
ClientIdleTimeout
The amount of idle time for the connection after which the connection can be reclaimed. This is configurable from the JConsole.
ClientMaxTotalConn
Setting the client connection manager maximum number of connections from the JConsole.
ClientReclaimPeriod
The number of seconds to wait before the reclaim thread is run to reclaim an idle connection. This is set from the JConsole.
ConnectionRetry
The send request operation failed while trying to connect to the server. This will cause a retry.
EndpointInformation
Request for endpoint information.
HttpLoopBackValues
Loopback port values set by the user, on the JConsole, and persisted in the sysconf.
ReadConnectionParam
The input connection parameter is not mapped by the user.
ReceiveActivate
The receive activity failed to activate.
ReceiveDeActivate
The receive activity failed to stop.
ReceiveIOError
An I/O error occurred while the receive activity processed the request. Possible cause might be a broken connection.
ReceiveSendReplyError
A connection problem caused an error while sending the response from the receive activity.
ReplyConnectionError
An error occurred while sending the response. Probable cause is a connection error.
SendRequestConnection
The send request operation failed because a connection to the server could not be established.
StaleConnectionCheck
Specifies if the stale connection check should be run on the connection manager. This is set (True or False) from the JConsole.
Parent topic:
HTTP Module