Package | Description |
---|---|
io.netty.handler.codec.http2 |
Modifier and Type | Method and Description |
---|---|
<T> ForkedHttp2StreamChannelBootstrap |
ForkedHttp2StreamChannelBootstrap.attr(io.netty.util.AttributeKey<T> key,
T value)
Allow to specify an initial attribute of the newly created
Http2StreamChannel . |
ForkedHttp2StreamChannelBootstrap |
ForkedHttp2StreamChannelBootstrap.handler(io.netty.channel.ChannelHandler handler)
the
ChannelHandler to use for serving the requests. |
<T> ForkedHttp2StreamChannelBootstrap |
ForkedHttp2StreamChannelBootstrap.option(io.netty.channel.ChannelOption<T> option,
T value)
Allow to specify a
ChannelOption which is used for the Http2StreamChannel instances once they got
created. |
Copyright © 2019. All rights reserved.