Package io.vertx.mutiny.core.http
Class HttpFrame
java.lang.Object
io.vertx.mutiny.core.http.HttpFrame
- All Implemented Interfaces:
MutinyDelegate
An HTTP/2 frame.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
HttpFrame
public HttpFrame(io.vertx.core.http.HttpFrame delegate) -
HttpFrame
-
-
Method Details
-
getDelegate
public io.vertx.core.http.HttpFrame getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
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
- Returns:
- the frame payload
-
newInstance
-