Uses of Class
io.netty5.handler.codec.http2.InboundHttp2ToHttpAdapter
-
Packages that use InboundHttp2ToHttpAdapter Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of InboundHttp2ToHttpAdapter in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 with type parameters of type InboundHttp2ToHttpAdapter Modifier and Type Class Description class
AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>>
A skeletal builder implementation ofInboundHttp2ToHttpAdapter
and its subtypes.Methods in io.netty5.handler.codec.http2 that return InboundHttp2ToHttpAdapter Modifier and Type Method Description InboundHttp2ToHttpAdapter
InboundHttp2ToHttpAdapterBuilder. build()
protected InboundHttp2ToHttpAdapter
InboundHttp2ToHttpAdapterBuilder. build(Http2Connection connection, int maxContentLength, boolean validateHttpHeaders, boolean propagateSettings)
-