Package org.wildfly.extension.undertow
Class DefaultResponseCodeHandler
- java.lang.Object
-
- org.wildfly.extension.undertow.DefaultResponseCodeHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class DefaultResponseCodeHandler extends Object implements io.undertow.server.HttpHandler
Simple hander to set default code- Author:
- baranowb
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.logging.Loggerlogprotected static booleantraceEnabled
-
Constructor Summary
Constructors Constructor Description DefaultResponseCodeHandler(int defaultCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)voidsetSuspended(boolean suspended)
-