Uses of Interface
io.netty5.handler.codec.http2.Http2HeadersDecoder.Configuration
-
Packages that use Http2HeadersDecoder.Configuration Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2HeadersDecoder.Configuration in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2HeadersDecoder.Configuration Modifier and Type Class Description class
DefaultHttp2HeadersDecoder
Methods in io.netty5.handler.codec.http2 that return Http2HeadersDecoder.Configuration Modifier and Type Method Description Http2HeadersDecoder.Configuration
DefaultHttp2HeadersDecoder. configuration()
Http2HeadersDecoder.Configuration
Http2HeadersDecoder. configuration()
Get theHttp2HeadersDecoder.Configuration
for thisHttp2HeadersDecoder
Http2HeadersDecoder.Configuration
DefaultHttp2FrameReader. headersConfiguration()
Http2HeadersDecoder.Configuration
Http2FrameReader.Configuration. headersConfiguration()
Get theHttp2HeadersDecoder.Configuration
for thisHttp2FrameReader
-