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