Uses of Class
io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
-
Packages that use InboundHttp2ToHttpAdapterBuilder Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of InboundHttp2ToHttpAdapterBuilder in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return InboundHttp2ToHttpAdapterBuilder Modifier and Type Method Description InboundHttp2ToHttpAdapterBuilder
InboundHttp2ToHttpAdapterBuilder. maxContentLength(int maxContentLength)
InboundHttp2ToHttpAdapterBuilder
InboundHttp2ToHttpAdapterBuilder. propagateSettings(boolean propagate)
InboundHttp2ToHttpAdapterBuilder
InboundHttp2ToHttpAdapterBuilder. validateHttpHeaders(boolean validate)
-