Interface Http2FrameReader.Configuration
- All Known Implementing Classes:
DefaultHttp2FrameReader
- Enclosing interface:
Http2FrameReader
public static interface Http2FrameReader.Configuration
Configuration specific to
Http2FrameReader-
Method Summary
Modifier and TypeMethodDescriptionGet theHttp2FrameSizePolicyfor thisHttp2FrameReaderGet theHttp2HeadersDecoder.Configurationfor thisHttp2FrameReader
-
Method Details
-
headersConfiguration
Http2HeadersDecoder.Configuration headersConfiguration()Get theHttp2HeadersDecoder.Configurationfor thisHttp2FrameReader -
frameSizePolicy
Http2FrameSizePolicy frameSizePolicy()Get theHttp2FrameSizePolicyfor thisHttp2FrameReader
-