Class MonitoringEventListener.MethodStats

java.lang.Object
org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.TimeStats
org.glassfish.jersey.server.internal.monitoring.MonitoringEventListener.MethodStats
Enclosing class:
MonitoringEventListener

static class MonitoringEventListener.MethodStats extends MonitoringEventListener.TimeStats
Method statistics.
  • Field Details

  • Constructor Details

    • MethodStats

      private MethodStats(ResourceMethod method, long startTime, long requestDuration)
  • Method Details

    • getMethod

      ResourceMethod getMethod()
      Get the resource method executed.
      Returns:
      resource method.