Class CheckForUpdatesFilter

  • All Implemented Interfaces:
    RequestFilter

    public class CheckForUpdatesFilter
    extends java.lang.Object
    implements RequestFilter
    Implements a barrier that periodically asks the UpdateListenerHub to check for updates to files. The UpdateListenerHub is invoked from a write method, meaning that when it is called, all other threads will be blocked.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean service​(Request request, Response response, RequestHandler handler)
      Returns true if the request has been handled, false otherwise.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait