com.raynigon.ecs.logging.access.server.AccessValve Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ecs-logging-access Show documentation
Show all versions of ecs-logging-access Show documentation
The ecs-logging-access is a part of the unit-api
The newest version!
package com.raynigon.ecs.logging.access.server;
import org.apache.catalina.AccessLog;
import org.apache.catalina.Valve;
public interface AccessValve extends Valve, AccessLog {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy