Uses of Class
io.netty.handler.codec.http2.AbstractHttp2ConnectionHandlerBuilder
Packages that use AbstractHttp2ConnectionHandlerBuilder
-
Uses of AbstractHttp2ConnectionHandlerBuilder in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 with type parameters of type AbstractHttp2ConnectionHandlerBuilderModifier and TypeClassDescriptionclass
AbstractHttp2ConnectionHandlerBuilder<T extends Http2ConnectionHandler,
B extends AbstractHttp2ConnectionHandlerBuilder<T, B>> Abstract base class which defines commonly used features required to buildHttp2ConnectionHandler
instances.Subclasses of AbstractHttp2ConnectionHandlerBuilder in io.netty.handler.codec.http2Modifier and TypeClassDescriptionfinal class
Builder which buildsHttp2ConnectionHandler
objects.class
Builder for theHttp2FrameCodec
.class
Deprecated.final class
Builder which buildsHttpToHttp2ConnectionHandler
objects.
Http2FrameCodecBuilder
together withHttp2MultiplexHandler
.