Class FilterHandle

    • Method Detail

      • getFilter

        public javax.servlet.Filter getFilter()
      • getFilterId

        public long getFilterId()
      • getOrder

        public int getOrder()
      • getOrderSource

        public String getOrderSource()
      • getCalls

        public long getCalls()
      • getTime

        public long getTime()
        get the total duration to process this filter
        Returns:
        duration in miliseconds
      • getTimePerCall

        public long getTimePerCall()
        get the average duration per call of this filter
        Returns:
        the average duration in microseconds
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object