Package ch.qos.logback.access.spi
Interface ServerAdapter
-
- All Known Implementing Classes:
JettyModernServerAdapter,JettyServerAdapter,TomcatServerAdapter
public interface ServerAdapterAn interface to access server-specific methods from the server-independent AccessEvent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>buildResponseHeaderMap()longgetContentLength()longgetRequestTimestamp()intgetStatusCode()
-