Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.microbench.channel |
Benchmarks for
io.netty.channel . |
Modifier and Type | Method and Description |
---|---|
EmbeddedChannel |
HttpContentEncoder.Result.contentEncoder() |
protected abstract EmbeddedChannel |
HttpContentDecoder.newContentDecoder(String contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP message
content encoded in the specified contentEncoding. |
protected EmbeddedChannel |
HttpContentDecompressor.newContentDecoder(String contentEncoding) |
Constructor and Description |
---|
HttpContentEncoder.Result(String targetContentEncoding,
EmbeddedChannel contentEncoder) |
Modifier and Type | Method and Description |
---|---|
protected EmbeddedChannel |
CompressorHttp2ConnectionEncoder.newContentCompressor(ChannelHandlerContext ctx,
CharSequence contentEncoding)
Returns a new
EmbeddedChannel that encodes the HTTP2 message content encoded in the specified
contentEncoding . |
protected EmbeddedChannel |
DelegatingDecompressorFrameListener.newContentDecompressor(ChannelHandlerContext ctx,
CharSequence contentEncoding)
Returns a new
EmbeddedChannel that decodes the HTTP2 message content encoded in the specified
contentEncoding . |
Constructor and Description |
---|
EmbeddedChannelWriteReleaseHandlerContext(ByteBufAllocator alloc,
ChannelHandler handler,
EmbeddedChannel channel) |
Copyright © 2008–2016 The Netty Project. All rights reserved.