Uses of Class
io.netty5.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
-
Packages that use AbstractInboundHttp2ToHttpAdapterBuilder Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of AbstractInboundHttp2ToHttpAdapterBuilder in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 with type parameters of type AbstractInboundHttp2ToHttpAdapterBuilder Modifier and Type Class Description class
AbstractInboundHttp2ToHttpAdapterBuilder<T extends InboundHttp2ToHttpAdapter,B extends AbstractInboundHttp2ToHttpAdapterBuilder<T,B>>
A skeletal builder implementation ofInboundHttp2ToHttpAdapter
and its subtypes.Subclasses of AbstractInboundHttp2ToHttpAdapterBuilder in io.netty5.handler.codec.http2 Modifier and Type Class Description class
InboundHttp2ToHttpAdapterBuilder
Builds anInboundHttp2ToHttpAdapter
.
-