Class IncludeExcludeConnectionStatistics

  • All Implemented Interfaces:
    java.util.EventListener, Connection.Listener, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.LifeCycle

    public class IncludeExcludeConnectionStatistics
    extends ConnectionStatistics
    • Constructor Detail

      • IncludeExcludeConnectionStatistics

        public IncludeExcludeConnectionStatistics()
    • Method Detail

      • include

        public void include​(java.lang.String className)
                     throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • include

        public void include​(java.lang.Class<? extends Connection> clazz)
      • exclude

        public void exclude​(java.lang.String className)
                     throws java.lang.ClassNotFoundException
        Throws:
        java.lang.ClassNotFoundException
      • exclude

        public void exclude​(java.lang.Class<? extends Connection> clazz)