| Package | Description |
|---|---|
| ch.qos.logback.access.jetty |
This is logback access' implementation for Jetty 8.
|
| ch.qos.logback.access.spi |
Contains the core classes of logback access.
|
| ch.qos.logback.access.tomcat |
This is logback access' implementation for Tomcat.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JettyServerAdapter
A jetty specific implementation of the
ServerAdapter interface. |
| Modifier and Type | Method and Description |
|---|---|
ServerAdapter |
AccessEvent.getServerAdapter() |
ServerAdapter |
IAccessEvent.getServerAdapter() |
| Constructor and Description |
|---|
AccessEvent(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse,
ServerAdapter adapter) |
| Modifier and Type | Class and Description |
|---|---|
class |
TomcatServerAdapter
A tomcat specific implementation of the
ServerAdapter interface. |
Copyright © 2005–2022 QOS.ch. All rights reserved.