Package io.undertow.server.handlers
Class ConfiguredPushHandler
java.lang.Object
io.undertow.server.handlers.ConfiguredPushHandler
- All Implemented Interfaces:
HttpHandler
Handler that pushes resources based on a provided URL
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequestHeader(String name, String value) voidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
ConfiguredPushHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-
addRequestHeader
-
addRoute
-