Package io.undertow.server.handlers
Class PredicateContextHandler
java.lang.Object
io.undertow.server.handlers.PredicateContextHandler
- All Implemented Interfaces:
HttpHandler
Handler that sets up the predicate context
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
PredicateContextHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-