Class JettyBindings.QosFilterHolder

    • Constructor Detail

      • QosFilterHolder

        public QosFilterHolder​(String[] paths,
                               int maxRequests,
                               long timeoutMs)
      • QosFilterHolder

        public QosFilterHolder​(String[] paths,
                               int maxRequests)
    • Method Detail

      • getFilter

        public javax.servlet.Filter getFilter()
        Description copied from interface: ServletFilterHolder
        Get the Filter object that should be added to the servlet. This method is considered "mutually exclusive" from the getFilterClass method. That is, one of them should return null and the other should return an actual value.
        Specified by:
        getFilter in interface ServletFilterHolder
        Returns:
        The Filter object to be added to the servlet
      • getFilterClass

        public Class<? extends javax.servlet.Filter> getFilterClass()
        Description copied from interface: ServletFilterHolder
        Get the class of the Filter object that should be added to the servlet. This method is considered "mutually exclusive" from the getFilter method. That is, one of them should return null and the other should return an actual value.
        Specified by:
        getFilterClass in interface ServletFilterHolder
        Returns:
        The class of the Filter object to be added to the servlet
      • getDispatcherType

        public EnumSet<javax.servlet.DispatcherType> getDispatcherType()
        Description copied from interface: ServletFilterHolder
        The dispatcher type that this Filter should apply to
        Specified by:
        getDispatcherType in interface ServletFilterHolder
        Returns:
        the enumeration of DispatcherTypes that this Filter should apply to