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 LearningPushHandler
Handlers. learningPushHandler(int maxEntries, int maxAge, HttpHandler next)
Creates a handler that automatically learns which resources to push based on the referer headerstatic LearningPushHandler
Handlers. learningPushHandler(int maxEntries, HttpHandler next)
Creates a handler that automatically learns which resources to push based on the referer header
-