Package io.grpc.netty

Class GrpcHttp2HeadersUtils.GrpcHttp2ServerHeadersDecoder

java.lang.Object
io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
io.grpc.netty.GrpcHttp2HeadersUtils.GrpcHttp2ServerHeadersDecoder
All Implemented Interfaces:
io.netty.handler.codec.http2.Http2HeadersDecoder, io.netty.handler.codec.http2.Http2HeadersDecoder.Configuration
Enclosing class:
GrpcHttp2HeadersUtils

static final class GrpcHttp2HeadersUtils.GrpcHttp2ServerHeadersDecoder 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
  • Constructor Summary

    Constructors
    Constructor
    Description
    GrpcHttp2ServerHeadersDecoder(long maxHeaderListSize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 Details

    • GrpcHttp2ServerHeadersDecoder

      GrpcHttp2ServerHeadersDecoder(long maxHeaderListSize)
  • Method Details