public class KeepAliveMonitor extends Object implements org.glassfish.grizzly.http.KeepAliveProbe
| Constructor and Description |
|---|
KeepAliveMonitor(GrizzlyMonitoring grizzlyMonitoring,
String monitoringId,
org.glassfish.grizzly.http.KeepAlive config) |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionAcceptEvent(org.glassfish.grizzly.Connection connection) |
void |
onHitEvent(org.glassfish.grizzly.Connection connection,
int requestNumber) |
void |
onRefuseEvent(org.glassfish.grizzly.Connection connection) |
void |
onTimeoutEvent(org.glassfish.grizzly.Connection connection) |
public KeepAliveMonitor(GrizzlyMonitoring grizzlyMonitoring, String monitoringId, org.glassfish.grizzly.http.KeepAlive config)
public void onConnectionAcceptEvent(org.glassfish.grizzly.Connection connection)
onConnectionAcceptEvent in interface org.glassfish.grizzly.http.KeepAliveProbepublic void onHitEvent(org.glassfish.grizzly.Connection connection,
int requestNumber)
onHitEvent in interface org.glassfish.grizzly.http.KeepAliveProbepublic void onRefuseEvent(org.glassfish.grizzly.Connection connection)
onRefuseEvent in interface org.glassfish.grizzly.http.KeepAliveProbepublic void onTimeoutEvent(org.glassfish.grizzly.Connection connection)
onTimeoutEvent in interface org.glassfish.grizzly.http.KeepAliveProbeCopyright © 2019. All rights reserved.