Uses of Enum
ch.qos.logback.core.joran.spi.HttpUtil.RequestMethod
Packages that use HttpUtil.RequestMethod
Package
Description
Contains service provider interface classes for Joran configuration framework.
-
Uses of HttpUtil.RequestMethod in ch.qos.logback.core.joran.spi
Subclasses with type arguments of type HttpUtil.RequestMethod in ch.qos.logback.core.joran.spiMethods 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)