Undertow Core 2.2.40.Final
-
- 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
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LearningPushHandler
public LearningPushHandler(int maxPathEtries,
int maxPathAge,
int maxPushEtries,
int maxPushAge,
HttpHandler next)
Undertow Core 2.2.40.Final
Copyright © 2026 JBoss by Red Hat. All rights reserved.