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
private abstract static class StreamBufferingEncoder.Frame extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ChannelPromise
promise
-
Constructor Summary
Constructors Constructor Description Frame(ChannelPromise promise)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) void
release(java.lang.Throwable t)
Release any resources (features, buffers, ...) associated with the frame.(package private) abstract void
send(ChannelHandlerContext ctx, int streamId)
-
-
-
Field Detail
-
promise
final ChannelPromise promise
-
-
Constructor Detail
-
Frame
Frame(ChannelPromise promise)
-
-
Method Detail
-
release
void release(java.lang.Throwable t)
Release any resources (features, buffers, ...) associated with the frame.
-
send
abstract void send(ChannelHandlerContext ctx, int streamId)
-
-