Uses of Class
ch.qos.logback.access.jetty.RequestLogImpl.State
-
Packages that use RequestLogImpl.State Package Description ch.qos.logback.access.jetty This is logback access' implementation for Jetty 8. -
-
Uses of RequestLogImpl.State in ch.qos.logback.access.jetty
Fields in ch.qos.logback.access.jetty declared as RequestLogImpl.State Modifier and Type Field Description (package private) RequestLogImpl.StateRequestLogImpl. stateMethods in ch.qos.logback.access.jetty that return RequestLogImpl.State Modifier and Type Method Description static RequestLogImpl.StateRequestLogImpl.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestLogImpl.State[]RequestLogImpl.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-