Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressorHttp2ConnectionEncoder
A HTTP2 encoder that will compress data frames according to the
content-encoding header for each stream. |
class |
DefaultHttp2ConnectionEncoder
Default implementation of
Http2ConnectionEncoder . |
Modifier and Type | Method and Description |
---|---|
Http2ConnectionEncoder |
DefaultHttp2ConnectionEncoder.Builder.build() |
Http2ConnectionEncoder |
Http2ConnectionEncoder.Builder.build()
Creates a new encoder instance.
|
Http2ConnectionEncoder |
Http2ConnectionHandler.encoder() |
Modifier and Type | Method and Description |
---|---|
Http2ConnectionDecoder.Builder |
Http2ConnectionDecoder.Builder.encoder(Http2ConnectionEncoder encoder)
Sets the
Http2ConnectionEncoder used when building the decoder. |
DefaultHttp2ConnectionDecoder.Builder |
DefaultHttp2ConnectionDecoder.Builder.encoder(Http2ConnectionEncoder encoder) |
Copyright © 2008–2015 The Netty Project. All rights reserved.