Uses of Interface
io.netty5.handler.codec.http2.Http2PushPromiseFrame
-
Packages that use Http2PushPromiseFrame Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2PushPromiseFrame in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2PushPromiseFrame Modifier and Type Class Description class
DefaultHttp2PushPromiseFrame
Default implementation ofHttp2PushPromiseFrame
Methods in io.netty5.handler.codec.http2 that return Http2PushPromiseFrame Modifier and Type Method Description Http2PushPromiseFrame
DefaultHttp2PushPromiseFrame. stream(Http2FrameStream stream)
Http2PushPromiseFrame
Http2PushPromiseFrame. stream(Http2FrameStream stream)
-