Interface Http3PushPromiseFrame
- All Superinterfaces:
Http3Frame, Http3RequestStreamFrame
- All Known Implementing Classes:
DefaultHttp3PushPromiseFrame
See PUSH_PROMISE.
-
Method Details
-
type
default long type()Description copied from interface:Http3FrameThe type of the frame.- Specified by:
typein interfaceHttp3Frame- Returns:
- the type.
-
id
long id()Returns the push id.- Returns:
- the id.
-
headers
-