Class ResponseStatisticsImpl.Builder
java.lang.Object
org.glassfish.jersey.server.internal.monitoring.ResponseStatisticsImpl.Builder
- Enclosing class:
ResponseStatisticsImpl
This builder does not need to be threadsafe since it's called only from the jersey-background-task-scheduler.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addResponseCode
(int responseCode) (package private) ResponseStatisticsImpl
build()
-
Field Details
-
responseCodesMap
-
lastResponseCode
-
cached
-
-
Constructor Details
-
Builder
Builder()
-
-
Method Details
-
addResponseCode
void addResponseCode(int responseCode) -
build
ResponseStatisticsImpl build()
-