Uses of Interface
org.jboss.resteasy.spi.statistics.StatisticsController
-
Packages that use StatisticsController Package Description org.jboss.resteasy.core org.jboss.resteasy.core.providerfactory org.jboss.resteasy.spi org.jboss.resteasy.statistics -
-
Uses of StatisticsController in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as StatisticsController Modifier and Type Field Description protected StatisticsController
LocatorRegistry. statisticsController
protected StatisticsController
ResourceMethodRegistry. statisticsController
-
Uses of StatisticsController in org.jboss.resteasy.core.providerfactory
Methods in org.jboss.resteasy.core.providerfactory that return StatisticsController Modifier and Type Method Description StatisticsController
ResteasyProviderFactoryDelegate. getStatisticsController()
StatisticsController
ResteasyProviderFactoryImpl. getStatisticsController()
-
Uses of StatisticsController in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return StatisticsController Modifier and Type Method Description abstract StatisticsController
ResteasyProviderFactory. getStatisticsController()
-
Uses of StatisticsController in org.jboss.resteasy.statistics
Classes in org.jboss.resteasy.statistics that implement StatisticsController Modifier and Type Class Description class
StatisticsControllerImpl
-