Class LearningPushHandler

java.lang.Object
io.undertow.server.handlers.LearningPushHandler
All Implemented Interfaces:
HttpHandler

public class LearningPushHandler extends Object implements HttpHandler
Handler that builds up a cache of resources that a browsers requests, and uses server push to push them when supported.
Author:
Stuart Douglas
  • Constructor Details

    • LearningPushHandler

      public LearningPushHandler(HttpHandler next)
    • LearningPushHandler

      public LearningPushHandler(int maxPathEtries, int maxPathAge, HttpHandler next)
    • LearningPushHandler

      public LearningPushHandler(int maxPathEtries, int maxPathAge, int maxPushEtries, int maxPushAge, HttpHandler next)
  • Method Details