JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.vertx.core.http
HttpFrame
Contents
Description
Method Summary
Method Details
type()
flags()
payload()
Hide sidebar
Show sidebar
Interface HttpFrame
public interface
HttpFrame
An HTTP/2 frame.
Author:
Julien Viet
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
flags
()
Buffer
payload
()
int
type
()
Method Details
type
int
type
()
Returns:
the 8-bit type of the frame
flags
int
flags
()
Returns:
the 8-bit flags specific to the frame
payload
Buffer
payload
()
Returns:
the frame payload