| Package | Description |
|---|---|
| io.undertow |
| Modifier and Type | Method | Description |
|---|---|---|
static LearningPushHandler |
Handlers.learningPushHandler(int maxEntries,
HttpHandler next)
Creates a handler that automatically learns which resources to push based on the referer header
|
|
static LearningPushHandler |
Handlers.learningPushHandler(int maxEntries,
int maxAge,
HttpHandler next)
Creates a handler that automatically learns which resources to push based on the referer header
|
|
static LearningPushHandler |
Handlers.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 header
|
Copyright © 2026 JBoss by Red Hat. All rights reserved.