Class KeepAliveMonitor
- java.lang.Object
-
- com.sun.enterprise.v3.services.impl.monitor.KeepAliveMonitor
-
- All Implemented Interfaces:
org.glassfish.grizzly.http.KeepAliveProbe
public class KeepAliveMonitor extends Object implements org.glassfish.grizzly.http.KeepAliveProbe
- Author:
- oleksiys
-
-
Constructor Summary
Constructors Constructor Description KeepAliveMonitor(GrizzlyMonitoring grizzlyMonitoring, String monitoringId, org.glassfish.grizzly.http.KeepAlive config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonConnectionAcceptEvent(org.glassfish.grizzly.Connection connection)voidonHitEvent(org.glassfish.grizzly.Connection connection, int requestNumber)voidonRefuseEvent(org.glassfish.grizzly.Connection connection)voidonTimeoutEvent(org.glassfish.grizzly.Connection connection)
-
-
-
Constructor Detail
-
KeepAliveMonitor
public KeepAliveMonitor(GrizzlyMonitoring grizzlyMonitoring, String monitoringId, org.glassfish.grizzly.http.KeepAlive config)
-
-
Method Detail
-
onConnectionAcceptEvent
public void onConnectionAcceptEvent(org.glassfish.grizzly.Connection connection)
- Specified by:
onConnectionAcceptEventin interfaceorg.glassfish.grizzly.http.KeepAliveProbe
-
onHitEvent
public void onHitEvent(org.glassfish.grizzly.Connection connection, int requestNumber)- Specified by:
onHitEventin interfaceorg.glassfish.grizzly.http.KeepAliveProbe
-
onRefuseEvent
public void onRefuseEvent(org.glassfish.grizzly.Connection connection)
- Specified by:
onRefuseEventin interfaceorg.glassfish.grizzly.http.KeepAliveProbe
-
onTimeoutEvent
public void onTimeoutEvent(org.glassfish.grizzly.Connection connection)
- Specified by:
onTimeoutEventin interfaceorg.glassfish.grizzly.http.KeepAliveProbe
-
-