Uses of Class
ch.qos.logback.core.joran.spi.HttpUtil.RequestMethod
-
Packages that use HttpUtil.RequestMethod Package Description ch.qos.logback.core.joran.spi Contains service provider interface classes for Joran configuration framework. -
-
Uses of HttpUtil.RequestMethod in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return HttpUtil.RequestMethod Modifier and Type Method Description static HttpUtil.RequestMethodHttpUtil.RequestMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpUtil.RequestMethod[]HttpUtil.RequestMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.qos.logback.core.joran.spi with parameters of type HttpUtil.RequestMethod Constructor Description HttpUtil(HttpUtil.RequestMethod requestMethod, String urlStr)HttpUtil(HttpUtil.RequestMethod requestMethod, URL url)
-