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 TypeClassDescriptionclassAbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter, B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>> A skeletal builder implementation ofInboundHttp2ToHttpAdapterand its subtypes.Subclasses with type arguments of type InboundHttp2ToHttpAdapter in io.netty.handler.codec.http2Methods in io.netty.handler.codec.http2 that return InboundHttp2ToHttpAdapterModifier and TypeMethodDescriptionInboundHttp2ToHttpAdapterBuilder.build()protected InboundHttp2ToHttpAdapterInboundHttp2ToHttpAdapterBuilder.build(Http2Connection connection, int maxContentLength, boolean validateHttpHeaders, boolean propagateSettings)