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 -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class io.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
configuration, decodeHeaders, maxHeaderListSize, maxHeaderListSize, maxHeaderListSizeGoAway, maxHeaderTableSize, maxHeaderTableSize, numberOfHeadersGuess, validateHeaders, validateHeaderValues
-
Constructor Details
-
GrpcHttp2ServerHeadersDecoder
GrpcHttp2ServerHeadersDecoder(long maxHeaderListSize)
-
-
Method Details
-
newHeaders
- Overrides:
newHeaders
in classio.netty.handler.codec.http2.DefaultHttp2HeadersDecoder
-