api

http4k / org.http4k.server / HttpUndertowHandler

HttpUndertowHandler

class HttpUndertowHandler : HttpHandler

Exposed to allow for insertion into a customised Undertow server instance

Constructors

Name Summary
<init> Exposed to allow for insertion into a customised Undertow server instanceHttpUndertowHandler(handler: HttpHandler)

Functions

Name Summary
handleRequest fun handleRequest(exchange: HttpServerExchange): Unit