vertx / io.vertx.core.http / Http2SettingsConverter

Http2SettingsConverter

open class Http2SettingsConverter

Converter for io.vertx.core.http.Http2Settings. NOTE: This class has been automatically generated from the io.vertx.core.http.Http2Settings original class using Vert.x codegen.

Constructors

<init>

Http2SettingsConverter()

Converter for io.vertx.core.http.Http2Settings. NOTE: This class has been automatically generated from the io.vertx.core.http.Http2Settings original class using Vert.x codegen.

Functions

fromJson

open static fun fromJson(json: JsonObject, obj: Http2Settings): Unit

toJson

open static fun toJson(obj: Http2Settings, json: JsonObject): Unit