Package io.gravitee.gateway.api.http2
Interface HttpFrame
public interface HttpFrame
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
Method Summary
-
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
-
create
-