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.KeepAliveProbe
public void onHitEvent(org.glassfish.grizzly.Connection connection, int requestNumber)
onHitEvent
in interface org.glassfish.grizzly.http.KeepAliveProbe
public void onRefuseEvent(org.glassfish.grizzly.Connection connection)
onRefuseEvent
in interface org.glassfish.grizzly.http.KeepAliveProbe
public void onTimeoutEvent(org.glassfish.grizzly.Connection connection)
onTimeoutEvent
in interface org.glassfish.grizzly.http.KeepAliveProbe
Copyright © 2020. All rights reserved.