vertx / io.vertx.core.http / HttpClientResponse / customFrameHandler

customFrameHandler

abstract fun customFrameHandler(handler: Handler<HttpFrame>): HttpClientResponse

Set an custom frame handler. The handler will get notified when the http stream receives an custom HTTP/2 frame. HTTP/2 permits extension of the protocol.

Return
a reference to this, so the API can be used fluently