Uses of Class
io.undertow.server.handlers.LearningPushHandler
-
Packages that use LearningPushHandler Package Description io.undertow -
-
Uses of LearningPushHandler in io.undertow
Methods in io.undertow that return LearningPushHandler Modifier and Type Method Description static LearningPushHandlerHandlers. learningPushHandler(int maxPathEntries, int maxPathAge, int maxPushEntries, int maxPushAge, HttpHandler next)Creates a handler that automatically learns which resources to push based on the referer headerstatic LearningPushHandlerHandlers. learningPushHandler(int maxEntries, int maxAge, HttpHandler next)Creates a handler that automatically learns which resources to push based on the referer headerstatic LearningPushHandlerHandlers. learningPushHandler(int maxEntries, HttpHandler next)Creates a handler that automatically learns which resources to push based on the referer header
-