vertx / io.vertx.reactivex.core.http / HttpFrame

HttpFrame

open class HttpFrame

An HTTP/2 frame. NOTE: This class has been automatically generated from the io.vertx.core.http.HttpFrame non RX-ified interface using Vert.x codegen.

Constructors

<init>

HttpFrame(delegate: HttpFrame)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<HttpFrame>

Functions

equals

open fun equals(other: Any?): Boolean

flags

open fun flags(): Int

getDelegate

open fun getDelegate(): HttpFrame

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: HttpFrame): HttpFrame

payload

open fun payload(): Buffer

toString

open fun toString(): String

type

open fun type(): Int