| Modifier and Type | Method and Description |
|---|---|
<T> QuicStreamChannelBootstrap |
QuicStreamChannelBootstrap.attr(io.netty.util.AttributeKey<T> key,
T value)
Allow to specify an initial attribute of the newly created
QuicStreamChannel. |
QuicStreamChannelBootstrap |
QuicStreamChannelBootstrap.handler(io.netty.channel.ChannelHandler streamHandler)
|
default QuicStreamChannelBootstrap |
QuicChannel.newStreamBootstrap()
Returns a new
QuicStreamChannelBootstrap which makes it easy to bootstrap new QuicStreamChannels
with custom options and attributes. |
<T> QuicStreamChannelBootstrap |
QuicStreamChannelBootstrap.option(io.netty.channel.ChannelOption<T> option,
T value)
Allow to specify a
ChannelOption which is used for the QuicStreamChannel instances once they got
created. |
QuicStreamChannelBootstrap |
QuicStreamChannelBootstrap.type(QuicStreamType type)
|
Copyright © 2020–2021 The Netty Project. All rights reserved.