Uses of Interface
io.netty.handler.codec.quic.QuicStreamChannel
Packages that use QuicStreamChannel
-
Uses of QuicStreamChannel in io.netty.handler.codec.http3
Subclasses with type arguments of type QuicStreamChannel in io.netty.handler.codec.http3Modifier and TypeClassDescriptionclassAbstract base class that users can extend to init HTTP/3 push-streams for clients.classAbstract base class that users can extend to init HTTP/3 push-streams for servers.classAbstract base class that users can extend to init HTTP/3 request-streams.Methods in io.netty.handler.codec.http3 that return QuicStreamChannelModifier and TypeMethodDescriptionprotected final @Nullable QuicStreamChannelHttp3RequestStreamInboundHandler.controlStream(ChannelHandlerContext ctx) Return the local control stream for this HTTP/3 connection.static @Nullable QuicStreamChannelHttp3.getLocalControlStream(Channel channel) Returns the local initiated control stream for the HTTP/3 connection.Methods in io.netty.handler.codec.http3 that return types with arguments of type QuicStreamChannelModifier and TypeMethodDescriptionHttp3ServerPushStreamManager.newPushStream(long pushId, @Nullable ChannelHandler handler) Returns a new HTTP/3 push-stream that will use the givenChannelHandlerto dispatchHttp3PushStreamFrames too.static Future<QuicStreamChannel> Http3.newRequestStream(QuicChannel channel, ChannelHandler handler) Returns a new HTTP/3 request-stream that will use the givenChannelHandlerto dispatchHttp3RequestStreamFrames too.Methods in io.netty.handler.codec.http3 with parameters of type QuicStreamChannelModifier and TypeMethodDescriptionprotected final voidHttp3PushStreamClientInitializer.initChannel(QuicStreamChannel ch) protected final voidHttp3PushStreamServerInitializer.initChannel(QuicStreamChannel ch) protected final voidHttp3RequestStreamInitializer.initChannel(QuicStreamChannel ch) protected abstract voidHttp3PushStreamClientInitializer.initPushStream(QuicStreamChannel ch) Initialize theQuicStreamChannelto handleHttp3PushStreamFrames.protected abstract voidHttp3PushStreamServerInitializer.initPushStream(QuicStreamChannel ch) Initialize theQuicStreamChannelto handleHttp3PushStreamFrames.protected abstract voidHttp3RequestStreamInitializer.initRequestStream(QuicStreamChannel ch) Init theQuicStreamChannelto handleHttp3RequestStreamFrames.Method parameters in io.netty.handler.codec.http3 with type arguments of type QuicStreamChannelModifier and TypeMethodDescriptionvoidHttp3ServerPushStreamManager.newPushStream(long pushId, @Nullable ChannelHandler handler, Promise<QuicStreamChannel> promise) Returns a new HTTP/3 push-stream that will use the givenChannelHandlerto dispatchHttp3PushStreamFrames too.voidHttp3ServerPushStreamManager.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 QuicStreamChannel in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicStreamChannelMethods in io.netty.handler.codec.quic that return types with arguments of type QuicStreamChannelModifier and TypeMethodDescriptionQuicStreamChannelBootstrap.create()Creates a newQuicStreamChanneland notifies theFuture.QuicStreamChannelBootstrap.create(Promise<QuicStreamChannel> promise) Creates a newQuicStreamChanneland notifies theFuture.default Future<QuicStreamChannel> QuicChannel.createStream(QuicStreamType type, @Nullable ChannelHandler handler) Creates a stream that is using thisQuicChanneland notifies theFutureonce done.QuicChannel.createStream(QuicStreamType type, @Nullable ChannelHandler handler, Promise<QuicStreamChannel> promise) Creates a stream that is using thisQuicChanneland notifies thePromiseonce done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicStreamChannelModifier and TypeMethodDescriptionQuicStreamChannelBootstrap.create(Promise<QuicStreamChannel> promise) Creates a newQuicStreamChanneland notifies theFuture.QuicChannel.createStream(QuicStreamType type, @Nullable ChannelHandler handler, Promise<QuicStreamChannel> promise) Creates a stream that is using thisQuicChanneland notifies thePromiseonce done.