Uses of Class
io.netty.handler.codec.quic.QuicStreamChannelBootstrap
-
Packages that use QuicStreamChannelBootstrap Package Description io.netty.handler.codec.http3 HTTP/3 implementation.io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicStreamChannelBootstrap in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 that return QuicStreamChannelBootstrap Modifier and Type Method Description static 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 QuicStreamChannelBootstrap Modifier and Type Method Description voidHttp3ServerPushStreamManager. newPushStream(long pushId, @Nullable ChannelHandler handler, java.util.function.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 QuicStreamChannelBootstrap Modifier and Type Method Description <T> QuicStreamChannelBootstrapQuicStreamChannelBootstrap. attr(AttributeKey<T> key, T value)Allow to specify an initial attribute of the newly createdQuicStreamChannel.QuicStreamChannelBootstrapQuicStreamChannelBootstrap. handler(ChannelHandler streamHandler)default QuicStreamChannelBootstrapQuicChannel. newStreamBootstrap()Returns a newQuicStreamChannelBootstrapwhich makes it easy to bootstrap newQuicStreamChannels with custom options and attributes.<T> QuicStreamChannelBootstrapQuicStreamChannelBootstrap. option(ChannelOption<T> option, T value)Allow to specify aChannelOptionwhich is used for theQuicStreamChannelinstances once they got created.QuicStreamChannelBootstrapQuicStreamChannelBootstrap. type(QuicStreamType type)
-