-
- All Implemented Interfaces:
-
javax.management.MBeanRegistration,org.apache.catalina.AccessLog,org.apache.catalina.Contained,org.apache.catalina.JmxEnabled,org.apache.catalina.Lifecycle,org.apache.catalina.Valve
public final class LogbackAccessTomcatValve extends ValveBase implements AccessLogThe Tomcat Valve to emit Logback-access events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogbackAccessTomcatValve.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanasyncSupportedprivate final Containercontainerprivate final LogcontainerLogprivate final Valvenextprivate final MBeanServermserver
-
Constructor Summary
Constructors Constructor Description LogbackAccessTomcatValve(LogbackAccessContext logbackAccessContext)
-
Method Summary
Modifier and Type Method Description BooleangetRequestAttributesEnabled()UnitsetRequestAttributesEnabled(Boolean value)Unitinvoke(Request request, Response response)Unitlog(Request request, Response response, Long time)-
Methods inherited from class dev.akkinoc.spring.boot.logback.access.tomcat.LogbackAccessTomcatValve
backgroundProcess, getContainer, getDomainInternal, getNext, getObjectNameKeyProperties, isAsyncSupported, setAsyncSupported, setContainer, setNext, startInternal, stopInternal, toString -
Methods inherited from class org.apache.catalina.util.LifecycleMBeanBase
addLifecycleListener, destroy, findLifecycleListeners, fireLifecycleEvent, getState, getStateName, getThrowOnFailure, init, removeLifecycleListener, setState, setState, setThrowOnFailure, start, stop -
Methods inherited from class org.apache.catalina.valves.ValveBase
destroyInternal, getDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregister, unregister -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LogbackAccessTomcatValve
LogbackAccessTomcatValve(LogbackAccessContext logbackAccessContext)
-
-
Method Detail
-
getRequestAttributesEnabled
Boolean getRequestAttributesEnabled()
-
setRequestAttributesEnabled
Unit setRequestAttributesEnabled(Boolean value)
-
-
-
-