open class ResponseContentTypeHandler : Handler<RoutingContext>
A handler which sets the response content type automatically according to the best Accept header match. The header is set only if:
ResponseContentTypeHandler(delegate: ResponseContentTypeHandler) |
static val __TYPE_ARG: TypeArg<ResponseContentTypeHandler> |
open static fun create(): ResponseContentTypeHandler
Create a response content type handler. open static fun create(disableFlag: String): ResponseContentTypeHandler
Create a response content type handler with a custom disable flag. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): ResponseContentTypeHandler |
|
open fun handle(arg0: RoutingContext): Unit |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: ResponseContentTypeHandler): ResponseContentTypeHandler |
|
open fun toString(): String |