Uses of Class
io.netty.handler.codec.http2.Http2StreamChannelBootstrap
Packages that use Http2StreamChannelBootstrap
-
Uses of Http2StreamChannelBootstrap in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2StreamChannelBootstrapModifier and TypeMethodDescriptionHttp2StreamChannelBootstrap.attr
(AttributeKey<T> key, T value) Allow to specify an initial attribute of the newly createdHttp2StreamChannel
.Http2StreamChannelBootstrap.handler
(ChannelHandler handler) theChannelHandler
to use for serving the requests.Http2StreamChannelBootstrap.option
(ChannelOption<T> option, T value) Allow to specify aChannelOption
which is used for theHttp2StreamChannel
instances once they got created.