程序包 | 说明 |
---|---|
io.netty.channel.embedded |
A virtual
Channel that helps wrapping a series of handlers to
unit test the handlers or use them in non-I/O context. |
io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http . |
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 方法和说明 |
---|---|
EmbeddedChannel |
EmbeddedChannel.flushInbound()
Flushes the inbound of this
Channel . |
EmbeddedChannel |
EmbeddedChannel.flushOutbound()
Flushes the outbound of this
Channel . |
限定符和类型 | 方法和说明 |
---|---|
EmbeddedChannel |
HttpContentEncoder.Result.contentEncoder() |
protected EmbeddedChannel |
HttpContentDecompressor.newContentDecoder(java.lang.String contentEncoding) |
protected abstract EmbeddedChannel |
HttpContentDecoder.newContentDecoder(java.lang.String contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP message
content encoded in the specified contentEncoding. |
构造器和说明 |
---|
Result(java.lang.String targetContentEncoding,
EmbeddedChannel contentEncoder) |
限定符和类型 | 方法和说明 |
---|---|
protected EmbeddedChannel |
CompressorHttp2ConnectionEncoder.newContentCompressor(ChannelHandlerContext ctx,
java.lang.CharSequence contentEncoding)
Returns a new
EmbeddedChannel that encodes the HTTP2 message content encoded in the specified
contentEncoding . |
protected EmbeddedChannel |
DelegatingDecompressorFrameListener.newContentDecompressor(ChannelHandlerContext ctx,
java.lang.CharSequence contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP2 message content encoded in the specified
contentEncoding . |