Uses of Interface
io.netty5.handler.codec.http2.Http2DataFrame
-
Packages that use Http2DataFrame Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2DataFrame in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2DataFrame Modifier and Type Class Description classDefaultHttp2DataFrameThe defaultHttp2DataFrameimplementation.Methods in io.netty5.handler.codec.http2 that return Http2DataFrame Modifier and Type Method Description Http2DataFrameHttp2DataFrame. copy()Produce a copy of this data frame, which contain a copy of the frame contents.Http2DataFrameHttp2DataChunkedInput. readChunk(BufferAllocator allocator)Methods in io.netty5.handler.codec.http2 that return types with arguments of type Http2DataFrame Modifier and Type Method Description Send<Http2DataFrame>DefaultHttp2DataFrame. send()
-