Package io.vertx.rxjava.core.http
Class HttpFrame
- java.lang.Object
-
- io.vertx.rxjava.core.http.HttpFrame
-
- All Implemented Interfaces:
RxDelegate
public class HttpFrame extends Object implements RxDelegate
An HTTP/2 frame. NOTE: This class has been automatically generated from theoriginal
non RX-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HttpFrame>
__TYPE_ARG
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
flags()
HttpFrame
getDelegate()
int
hashCode()
static HttpFrame
newInstance(HttpFrame arg)
Buffer
payload()
String
toString()
int
type()
-
-
-
Method Detail
-
getDelegate
public HttpFrame getDelegate()
- Specified by:
getDelegate
in interfaceRxDelegate
-
type
public int type()
- Returns:
- the 8-bit type of the frame
-
flags
public int flags()
- Returns:
- the 8-bit flags specific to the frame
-
payload
public Buffer payload()
- Returns:
- the frame payload
-
-