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 MethodStatisticsLoggerResourceLocatorInvoker. methodStatisticsLoggerprotected MethodStatisticsLoggerResourceMethodInvoker. methodStatisticsLoggerMethods in org.jboss.resteasy.core that return MethodStatisticsLogger Modifier and Type Method Description MethodStatisticsLoggerResourceLocatorInvoker. getMethodStatisticsLogger()MethodStatisticsLoggerResourceMethodInvoker. getMethodStatisticsLogger()Methods in org.jboss.resteasy.core with parameters of type MethodStatisticsLogger Modifier and Type Method Description voidResourceLocatorInvoker. setMethodStatisticsLogger(MethodStatisticsLogger msLogger)voidResourceMethodInvoker. 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 MethodStatisticsLoggerResourceInvoker. getMethodStatisticsLogger()Methods in org.jboss.resteasy.spi with parameters of type MethodStatisticsLogger Modifier and Type Method Description voidResourceInvoker. 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 classMethodStatisticsLoggerImplFields in org.jboss.resteasy.statistics declared as MethodStatisticsLogger Modifier and Type Field Description static MethodStatisticsLoggerStatisticsControllerImpl. EMPTY
-