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.
HttpFrame(delegate: HttpFrame) |
static val __TYPE_ARG: TypeArg<HttpFrame> |
open fun equals(other: Any?): Boolean |
|
open fun flags(): Int |
|
open fun getDelegate(): HttpFrame |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: HttpFrame): HttpFrame |
|
open fun payload(): Buffer |
|
open fun toString(): String |
|
open fun type(): Int |