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) theChannelHandlerto use for serving the requests.Http2StreamChannelBootstrap.option(ChannelOption<T> option, T value) Allow to specify aChannelOptionwhich is used for theHttp2StreamChannelinstances once they got created.