Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
static class |
CompressorHttp2ConnectionEncoder.Builder
Builder for new instances of
CompressorHttp2ConnectionEncoder |
static class |
DefaultHttp2ConnectionEncoder.Builder
Builder for new instances of
DefaultHttp2ConnectionEncoder . |
Modifier and Type | Method and Description |
---|---|
Http2ConnectionEncoder.Builder |
Http2ConnectionEncoder.Builder.connection(Http2Connection connection)
Sets the
Http2Connection to be used when building the encoder. |
Http2ConnectionEncoder.Builder |
Http2ConnectionEncoder.Builder.frameWriter(Http2FrameWriter frameWriter)
Sets the
Http2FrameWriter to be used when building the encoder. |
Http2ConnectionEncoder.Builder |
Http2ConnectionEncoder.Builder.lifecycleManager(Http2LifecycleManager lifecycleManager)
Sets the
Http2LifecycleManager to be used when building the encoder. |
Constructor and Description |
---|
Http2ConnectionHandler(Http2ConnectionDecoder.Builder decoderBuilder,
Http2ConnectionEncoder.Builder encoderBuilder)
Constructor for pre-configured encoder and decoder builders.
|
HttpToHttp2ConnectionHandler(Http2ConnectionDecoder.Builder decoderBuilder,
Http2ConnectionEncoder.Builder encoderBuilder) |
Copyright © 2008–2015 The Netty Project. All rights reserved.