Uses of Interface
org.jboss.resteasy.spi.statistics.MethodStatisticsLogger
-
Packages that use MethodStatisticsLogger Package Description org.jboss.resteasy.core org.jboss.resteasy.spi org.jboss.resteasy.statistics -
-
Uses of MethodStatisticsLogger in org.jboss.resteasy.core
Fields in org.jboss.resteasy.core declared as MethodStatisticsLogger Modifier and Type Field Description protected MethodStatisticsLogger
ResourceLocatorInvoker. methodStatisticsLogger
protected MethodStatisticsLogger
ResourceMethodInvoker. methodStatisticsLogger
Methods in org.jboss.resteasy.core that return MethodStatisticsLogger Modifier and Type Method Description MethodStatisticsLogger
ResourceLocatorInvoker. getMethodStatisticsLogger()
MethodStatisticsLogger
ResourceMethodInvoker. getMethodStatisticsLogger()
Methods in org.jboss.resteasy.core with parameters of type MethodStatisticsLogger Modifier and Type Method Description void
ResourceLocatorInvoker. setMethodStatisticsLogger(MethodStatisticsLogger msLogger)
void
ResourceMethodInvoker. setMethodStatisticsLogger(MethodStatisticsLogger msLogger)
-
Uses of MethodStatisticsLogger in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return MethodStatisticsLogger Modifier and Type Method Description MethodStatisticsLogger
ResourceInvoker. getMethodStatisticsLogger()
Methods in org.jboss.resteasy.spi with parameters of type MethodStatisticsLogger Modifier and Type Method Description void
ResourceInvoker. setMethodStatisticsLogger(MethodStatisticsLogger msLogger)
-
Uses of MethodStatisticsLogger in org.jboss.resteasy.statistics
Classes in org.jboss.resteasy.statistics that implement MethodStatisticsLogger Modifier and Type Class Description class
MethodStatisticsLoggerImpl
Fields in org.jboss.resteasy.statistics declared as MethodStatisticsLogger Modifier and Type Field Description static MethodStatisticsLogger
StatisticsControllerImpl. EMPTY
-