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 TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
NotificationReceiverHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-