Class ServerConfigValveHost


  • public class ServerConfigValveHost
    extends Object
    A component to insert into the request processing pipeline of the underlying tomcat server. (See: https://tomcat.apache.org/tomcat-8.5-doc/config/valve.html for further information.)
    • Constructor Detail

      • ServerConfigValveHost

        public ServerConfigValveHost()
    • Method Detail

      • getClassName

        @Nullable
        public @Nullable String getClassName()
        The Java class name of the valve implementation to use.
        Returns:
        className
      • setClassName

        public void setClassName​(String className)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object