Package ortus.boxlang.web.handlers
Class BLHandler
java.lang.Object
ortus.boxlang.web.handlers.BLHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
Undertow HttpHandler for BoxLang
This mini-server only has one web root for all requests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinalizeResponse(BoxHTTPUndertowExchange httpExchange) Finalize the responsevoidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-
Constructor Details
-
BLHandler
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-
finalizeResponse
Finalize the response- Parameters:
httpExchange- The BoxHTTPUndertowExchange
-