Package io.undertow.security.handlers
Class NotificationReceiverHandler
java.lang.Object
io.undertow.security.handlers.NotificationReceiverHandler
- All Implemented Interfaces:
HttpHandler
A
HttpHandler
to register a list of NotificationReceiver
instances with the current SecurityContext
.- Author:
- Darran Lofthouse
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationReceiverHandler
(HttpHandler next, Collection<NotificationReceiver> receivers) -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
NotificationReceiverHandler
-
-
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
-