软件包 | 描述 |
---|---|
io.netty.channel.embedded |
一个虚拟的 Channel ,帮助包装一系列处理程序来单元测试处理程序或在非I / O上下文中使用它们。
|
io.netty.handler.codec.http |
编码器,解码器及其相关的HTTP消息类型。
|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
EmbeddedChannel |
EmbeddedChannel.flushInbound()
刷新此 Channel 的入站。
|
EmbeddedChannel |
EmbeddedChannel.flushOutbound()
刷新 Channel 的出站。
|
Modifier and Type | Method and Description |
---|---|
EmbeddedChannel |
HttpContentEncoder.Result.contentEncoder() |
protected EmbeddedChannel |
HttpContentDecompressor.newContentDecoder(java.lang.String contentEncoding) |
protected abstract EmbeddedChannel |
HttpContentDecoder.newContentDecoder(java.lang.String contentEncoding)
返回一个新的 EmbeddedChannel ,它解码在指定的contentEncoding中编码的HTTP消息内容。
|
Constructor and Description |
---|
Result(java.lang.String targetContentEncoding, EmbeddedChannel contentEncoder) |
Modifier and Type | Method and Description |
---|---|
protected EmbeddedChannel |
CompressorHttp2ConnectionEncoder.newContentCompressor(ChannelHandlerContext ctx, java.lang.CharSequence contentEncoding)
返回一个新 EmbeddedChannel 编码指定编码的HTTP2消息内容contentEncoding 。
|
protected EmbeddedChannel |
DelegatingDecompressorFrameListener.newContentDecompressor(ChannelHandlerContext ctx, java.lang.CharSequence contentEncoding)
返回一个新的 EmbeddedChannel ,它解码在指定的contentEncoding 编码的contentEncoding 消息内容。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.