Package io.undertow.server.handlers
Class RequestDumpingHandler
java.lang.Object
io.undertow.server.handlers.RequestDumpingHandler
- All Implemented Interfaces:
HttpHandler
Handler that dumps a exchange to a log.
- Author:
- Stuart Douglas
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
RequestDumpingHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-