public class HttpFrame extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<HttpFrame> |
__TYPE_ARG |
Constructor and Description |
---|
HttpFrame(io.vertx.core.http.HttpFrame delegate) |
HttpFrame(Object delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
flags() |
io.vertx.core.http.HttpFrame |
getDelegate() |
int |
hashCode() |
static HttpFrame |
newInstance(io.vertx.core.http.HttpFrame arg) |
Buffer |
payload() |
String |
toString() |
int |
type() |
public HttpFrame(io.vertx.core.http.HttpFrame delegate)
public HttpFrame(Object delegate)
public io.vertx.core.http.HttpFrame getDelegate()
public int type()
public int flags()
public Buffer payload()
public static HttpFrame newInstance(io.vertx.core.http.HttpFrame arg)
Copyright © 2021 Eclipse. All rights reserved.