Package io.vertx.reactivex.core.http
Class HttpFrame
- java.lang.Object
-
- io.vertx.reactivex.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 theoriginalnon 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 booleanequals(Object o)intflags()HttpFramegetDelegate()inthashCode()static HttpFramenewInstance(HttpFrame arg)Bufferpayload()StringtoString()inttype()
-
-
-
Method Detail
-
getDelegate
public HttpFrame getDelegate()
- Specified by:
getDelegatein 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
-
-