Package io.grpc.netty

Class GrpcHttp2HeadersUtils.GrpcHttp2ClientHeadersDecoder

  • All Implemented Interfaces:
    io.netty.handler.codec.http2.Http2HeadersDecoder, io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
    Enclosing class:
    GrpcHttp2HeadersUtils

    static final class GrpcHttp2HeadersUtils.GrpcHttp2ClientHeadersDecoder
    extends io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.netty.handler.codec.http2.Http2HeadersDecoder

        io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected GrpcHttp2HeadersUtils.GrpcHttp2InboundHeaders newHeaders()  
      • Methods inherited from class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder

        configuration, decodeHeaders, maxHeaderListSize, maxHeaderListSize, maxHeaderListSizeGoAway, maxHeaderTableSize, maxHeaderTableSize, numberOfHeadersGuess, validateHeaders, validateHeaderValues
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GrpcHttp2ClientHeadersDecoder

        GrpcHttp2ClientHeadersDecoder​(long maxHeaderListSize)