@UnstableApi
public interface Http2FrameReader
extends java.io.Closeable
ByteBuf
读取HTTP / 2帧,并在帧完成时通知指定的Http2FrameListener
。
Modifier and Type | Interface and Description |
---|---|
static interface |
Http2FrameReader.Configuration
特定于 Http2FrameReader 的配置
|
Modifier and Type | Method and Description |
---|---|
void |
close()
关闭这个阅读器并释放任何分配的资源。
|
Http2FrameReader.Configuration |
configuration()
获取此 Http2FrameReader 的配置相关元素
|
void |
readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener)
尝试从输入缓冲区读取下一帧。
|
void readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) throws Http2Exception
Http2FrameReader.Configuration configuration()
Http2FrameReader
的配置相关元素
void close()
close
在界面
java.lang.AutoCloseable
close
in interface
java.io.Closeable
Copyright © 2008–2018 The Netty Project. All rights reserved.