Uses of Class
io.netty.handler.codec.quic.QuicStreamChannelBootstrap
Packages that use QuicStreamChannelBootstrap
-
Uses of QuicStreamChannelBootstrap in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return QuicStreamChannelBootstrapModifier and TypeMethodDescriptionstatic QuicStreamChannelBootstrapHttp3.newRequestStreamBootstrap(QuicChannel channel, ChannelHandler handler) Returns a new HTTP/3 request-stream bootstrap that will use the givenChannelHandlerto dispatchHttp3RequestStreamFrames too.Method parameters in io.netty.handler.codec.http3 with type arguments of type QuicStreamChannelBootstrapModifier and TypeMethodDescriptionvoidHttp3ServerPushStreamManager.newPushStream(long pushId, @Nullable ChannelHandler handler, UnaryOperator<QuicStreamChannelBootstrap> bootstrapConfigurator, Promise<QuicStreamChannel> promise) Returns a new HTTP/3 push-stream that will use the givenChannelHandlerto dispatchHttp3PushStreamFrames too. -
Uses of QuicStreamChannelBootstrap in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicStreamChannelBootstrapModifier and TypeMethodDescriptionQuicStreamChannelBootstrap.attr(AttributeKey<T> key, T value) Allow to specify an initial attribute of the newly createdQuicStreamChannel.QuicStreamChannelBootstrap.handler(ChannelHandler streamHandler) default QuicStreamChannelBootstrapQuicChannel.newStreamBootstrap()Returns a newQuicStreamChannelBootstrapwhich makes it easy to bootstrap newQuicStreamChannels with custom options and attributes.QuicStreamChannelBootstrap.option(ChannelOption<T> option, T value) Allow to specify aChannelOptionwhich is used for theQuicStreamChannelinstances once they got created.QuicStreamChannelBootstrap.type(QuicStreamType type)