Uses of Class
io.netty.handler.codec.quic.QuicStreamChannelBootstrap
-
Packages that use QuicStreamChannelBootstrap Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicStreamChannelBootstrap in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicStreamChannelBootstrap Modifier and Type Method Description <T> QuicStreamChannelBootstrap
QuicStreamChannelBootstrap. attr(AttributeKey<T> key, T value)
Allow to specify an initial attribute of the newly createdQuicStreamChannel
.QuicStreamChannelBootstrap
QuicStreamChannelBootstrap. handler(ChannelHandler streamHandler)
default QuicStreamChannelBootstrap
QuicChannel. newStreamBootstrap()
Returns a newQuicStreamChannelBootstrap
which makes it easy to bootstrap newQuicStreamChannel
s with custom options and attributes.<T> QuicStreamChannelBootstrap
QuicStreamChannelBootstrap. option(ChannelOption<T> option, T value)
Allow to specify aChannelOption
which is used for theQuicStreamChannel
instances once they got created.QuicStreamChannelBootstrap
QuicStreamChannelBootstrap. type(QuicStreamType type)
-