Package io.netty.handler.codec.http2
Class StreamBufferingEncoder.Frame
java.lang.Object
io.netty.handler.codec.http2.StreamBufferingEncoder.Frame
- Direct Known Subclasses:
StreamBufferingEncoder.DataFrame
,StreamBufferingEncoder.HeadersFrame
- Enclosing class:
StreamBufferingEncoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
Release any resources (features, buffers, ...) associated with the frame.(package private) abstract void
send
(ChannelHandlerContext ctx, int streamId)
-
Field Details
-
promise
-
-
Constructor Details
-
Frame
Frame(ChannelPromise promise)
-
-
Method Details
-
release
Release any resources (features, buffers, ...) associated with the frame. -
send
-