Uses of Class
io.netty5.handler.codec.http2.Http2StreamChannelBootstrap
-
Packages that use Http2StreamChannelBootstrap Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2StreamChannelBootstrap in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 that return Http2StreamChannelBootstrap Modifier and Type Method Description <T> Http2StreamChannelBootstrap
Http2StreamChannelBootstrap. attr(AttributeKey<T> key, T value)
Allow to specify an initial attribute of the newly createdHttp2StreamChannel
.Http2StreamChannelBootstrap
Http2StreamChannelBootstrap. handler(ChannelHandler handler)
theChannelHandler
to use for serving the requests.<T> Http2StreamChannelBootstrap
Http2StreamChannelBootstrap. option(ChannelOption<T> option, T value)
Allow to specify aChannelOption
which is used for theHttp2StreamChannel
instances once they got created.
-