public interface ResponseStatistics
snapshot()
should be used.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getLastResponseCode()
Returns the response code of a last response written by the application.
|
java.util.Map<java.lang.Integer,java.lang.Long> |
getResponseCodes()
Returns statistics of response codes produces by the application.
|
ResponseStatistics |
snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
java.lang.Integer getLastResponseCode()
java.util.Map<java.lang.Integer,java.lang.Long> getResponseCodes()
@Deprecated ResponseStatistics snapshot()