Class FilterChain

    • Method Detail

      • next

        public ResponseContext next​(RequestContext request)
        Deprecated.
        Invoke the next filter in the chain. If there are no more filters in the chain, pass the request context on to the Provider for processing.