Uses of Interface
ch.qos.logback.access.common.spi.ServerAdapter
Packages that use ServerAdapter
Package
Description
Contains the core classes of logback access.
This is logback access' implementation for Jetty 8.
This is logback access' implementation for Tomcat.
-
Uses of ServerAdapter in ch.qos.logback.access.common.spi
Methods in ch.qos.logback.access.common.spi that return ServerAdapterConstructors in ch.qos.logback.access.common.spi with parameters of type ServerAdapterModifierConstructorDescriptionAccessEvent
(ch.qos.logback.core.Context context, jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, ServerAdapter adapter) -
Uses of ServerAdapter in ch.qos.logback.access.jetty
Classes in ch.qos.logback.access.jetty that implement ServerAdapterModifier and TypeClassDescriptionclass
A Jetty 9.4.x and 10.0.x specific implementation of theServerAdapter
interface.class
A jetty specific implementation of theServerAdapter
interface. -
Uses of ServerAdapter in ch.qos.logback.access.tomcat
Classes in ch.qos.logback.access.tomcat that implement ServerAdapterModifier and TypeClassDescriptionclass
A tomcat specific implementation of theServerAdapter
interface.