Uses of Interface
ch.qos.logback.access.spi.ServerAdapter
Package
Description
This is logback access' implementation for Jetty 8.
Contains the core classes of logback access.
This is logback access' implementation for Tomcat.
-
Uses of ServerAdapter in ch.qos.logback.access.jetty
Modifier 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.spi
ModifierConstructorDescriptionAccessEvent
(Context context, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, ServerAdapter adapter) -
Uses of ServerAdapter in ch.qos.logback.access.tomcat
Modifier and TypeClassDescriptionclass
A tomcat specific implementation of theServerAdapter
interface.