Package io.undertow.server.handlers
Class HttpTraceHandler
- java.lang.Object
-
- io.undertow.server.handlers.HttpTraceHandler
-
- All Implemented Interfaces:
HttpHandler
public class HttpTraceHandler extends Object implements HttpHandler
A handler that handles HTTP trace requests- Author:
- Stuart Douglas
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpTraceHandler.Builder
-
Constructor Summary
Constructors Constructor Description HttpTraceHandler(HttpHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(HttpServerExchange exchange)Handle the request.StringtoString()
-
-
-
Constructor Detail
-
HttpTraceHandler
public HttpTraceHandler(HttpHandler handler)
-
-
Method Detail
-
handleRequest
public void handleRequest(HttpServerExchange exchange) throws Exception
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-
-