Uses of Class
io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
Packages that use InboundHttp2ToHttpAdapter
-
Uses of InboundHttp2ToHttpAdapter in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 with type parameters of type InboundHttp2ToHttpAdapterModifier and TypeClassDescriptionclass
AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,
B extends AbstractInboundHttp2ToHttpAdapterBuilder<T, B>> A skeletal builder implementation ofInboundHttp2ToHttpAdapter
and its subtypes.Methods in io.netty.handler.codec.http2 that return InboundHttp2ToHttpAdapterModifier and TypeMethodDescriptionInboundHttp2ToHttpAdapterBuilder.build()
protected InboundHttp2ToHttpAdapter
InboundHttp2ToHttpAdapterBuilder.build
(Http2Connection connection, int maxContentLength, boolean validateHttpHeaders, boolean propagateSettings)