Package io.netty.handler.codec.http2
Interface Http2FrameReader.Configuration
-
- All Known Implementing Classes:
DefaultHttp2FrameReader
- Enclosing interface:
- Http2FrameReader
public static interface Http2FrameReader.ConfigurationConfiguration specific toHttp2FrameReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Http2FrameSizePolicyframeSizePolicy()Get theHttp2FrameSizePolicyfor thisHttp2FrameReaderHttp2HeadersDecoder.ConfigurationheadersConfiguration()Get theHttp2HeadersDecoder.Configurationfor thisHttp2FrameReader
-
-
-
Method Detail
-
headersConfiguration
Http2HeadersDecoder.Configuration headersConfiguration()
Get theHttp2HeadersDecoder.Configurationfor thisHttp2FrameReader
-
frameSizePolicy
Http2FrameSizePolicy frameSizePolicy()
Get theHttp2FrameSizePolicyfor thisHttp2FrameReader
-
-