vertx / io.vertx.core.http / GoAwayConverter

GoAwayConverter

open class GoAwayConverter

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

Constructors

<init>

GoAwayConverter()

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

Functions

fromJson

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

toJson

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