public interface ResponseStatistics
snapshot()
should be used.
See monitoring statistics for general details about statistics.
Modifier and Type | Method and Description |
---|---|
Integer |
getLastResponseCode()
Returns the response code of a last response written by the application.
|
Map<Integer,Long> |
getResponseCodes()
Returns statistics of response codes produces by the application.
|
ResponseStatistics |
snapshot()
Get the immutable and consistent snapshot of the monitoring statistics.
|
Integer getLastResponseCode()
Map<Integer,Long> getResponseCodes()
ResponseStatistics snapshot()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.