getHandler

abstract fun getHandler(next: HttpHandler): HttpHandler

Create the HttpHandler instance that should be added.

Return

the new HTTP handler instance

Parameters

next

the next handler in the chain