Uses of Enum
ch.qos.logback.core.joran.spi.HttpUtil.RequestMethod
Packages that use HttpUtil.RequestMethod
-
Uses of HttpUtil.RequestMethod in ch.qos.logback.core.joran.spi
Methods in ch.qos.logback.core.joran.spi that return HttpUtil.RequestMethodModifier and TypeMethodDescriptionstatic HttpUtil.RequestMethodReturns 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.RequestMethodModifierConstructorDescriptionHttpUtil(HttpUtil.RequestMethod requestMethod, String urlStr) HttpUtil(HttpUtil.RequestMethod requestMethod, URL url)