| Package | Description | 
|---|---|
| io.netty.handler.codec.http2 | 
 Handlers for sending and receiving HTTP/2 frames. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.codec(Http2ConnectionDecoder decoder,
     Http2ConnectionEncoder encoder)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.connection(Http2Connection connection)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.decoderEnforceMaxConsecutiveEmptyDataFrames(int maxConsecutiveEmptyFrames)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.decoderEnforceMaxRstFramesPerWindow(int maxRstFramesPerWindow,
                                   int secondsPerWindow)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.decoupleCloseAndGoAway(boolean decoupleCloseAndGoAway)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.encoderEnforceMaxConcurrentStreams(boolean encoderEnforceMaxConcurrentStreams)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.encoderEnforceMaxRstFramesPerWindow(int maxRstFramesPerWindow,
                                   int secondsPerWindow)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.encoderIgnoreMaxHeaderListSize(boolean encoderIgnoreMaxHeaderListSize)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.flushPreface(boolean flushPreface)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.frameListener(Http2FrameListener frameListener)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.frameLogger(Http2FrameLogger frameLogger)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.gracefulShutdownTimeoutMillis(long gracefulShutdownTimeoutMillis)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.headerSensitivityDetector(Http2HeadersEncoder.SensitivityDetector headerSensitivityDetector)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.httpScheme(HttpScheme httpScheme)
Add  
scheme in Http2Headers if not already present. | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.initialHuffmanDecodeCapacity(int initialHuffmanDecodeCapacity)
Deprecated.  
 | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.initialSettings(Http2Settings settings)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.server(boolean isServer)  | 
HttpToHttp2ConnectionHandlerBuilder | 
HttpToHttp2ConnectionHandlerBuilder.validateHeaders(boolean validateHeaders)  | 
Copyright © 2008–2025 The Netty Project. All rights reserved.