Java Simon 3.5.0

Uses of Class
org.javasimon.javaee.HttpStopwatchSource.IncludeHttpMethodName

Packages that use HttpStopwatchSource.IncludeHttpMethodName
org.javasimon.javaee Java EE support for Simons contains Java EE components (servlet filter and EJB/CDI interceptor) that can be used or extended. 
 

Uses of HttpStopwatchSource.IncludeHttpMethodName in org.javasimon.javaee
 

Methods in org.javasimon.javaee that return HttpStopwatchSource.IncludeHttpMethodName
 HttpStopwatchSource.IncludeHttpMethodName HttpStopwatchSource.getIncludeHttpMethodName()
          Returns current mode of preserving HTTP method names in simons' names
static HttpStopwatchSource.IncludeHttpMethodName HttpStopwatchSource.IncludeHttpMethodName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HttpStopwatchSource.IncludeHttpMethodName[] HttpStopwatchSource.IncludeHttpMethodName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.javasimon.javaee with parameters of type HttpStopwatchSource.IncludeHttpMethodName
 void HttpStopwatchSource.setIncludeHttpMethodName(HttpStopwatchSource.IncludeHttpMethodName includeHttpMethodName)
          Set current mode of preserving HTTP method names in simons' names
 


Java Simon 3.5.0

Copyright © 2014. All rights reserved.