Package io.netty.handler.codec.http3
Interface Http3CancelPushFrame
-
- All Superinterfaces:
Http3ControlStreamFrame,Http3Frame
- All Known Implementing Classes:
DefaultHttp3CancelPushFrame
public interface Http3CancelPushFrame extends Http3ControlStreamFrame
See CANCEL_PUSH.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longid()Returns the push id that identifies the server push that is being cancelled.default longtype()The type of the frame.
-
-
-
Method Detail
-
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 that identifies the server push that is being cancelled.- Returns:
- the id.
-
-