Uses of Class
org.glassfish.jersey.server.internal.monitoring.ResourceMethodStatisticsImpl.Factory
-
Packages that use ResourceMethodStatisticsImpl.Factory Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes. -
-
Uses of ResourceMethodStatisticsImpl.Factory in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring declared as ResourceMethodStatisticsImpl.Factory Modifier and Type Field Description private ResourceMethodStatisticsImpl.FactoryMonitoringStatisticsImpl.Builder. methodFactoryprivate ResourceMethodStatisticsImpl.FactoryResourceStatisticsImpl.Builder. methodFactoryConstructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ResourceMethodStatisticsImpl.Factory Constructor Description Builder(ResourceMethodStatisticsImpl.Factory methodFactory)Create a new builder.Builder(Resource resource, ResourceMethodStatisticsImpl.Factory methodFactory)Create a new builder.
-