Uses of Interface
io.netty.handler.codec.quic.QuicChannel
Packages that use QuicChannel
-
Uses of QuicChannel in io.netty.handler.codec.http3
Methods in io.netty.handler.codec.http3 with parameters of type QuicChannelModifier and TypeMethodDescriptionstatic Future<QuicStreamChannel> Http3.newRequestStream(QuicChannel channel, ChannelHandler handler) Returns a new HTTP/3 request-stream that will use the givenChannelHandlerto dispatchHttp3RequestStreamFrames too.static QuicStreamChannelBootstrapHttp3.newRequestStreamBootstrap(QuicChannel channel, ChannelHandler handler) Returns a new HTTP/3 request-stream bootstrap that will use the givenChannelHandlerto dispatchHttp3RequestStreamFrames too.Constructors in io.netty.handler.codec.http3 with parameters of type QuicChannelModifierConstructorDescriptionHttp3ServerPushStreamManager(QuicChannel channel) Creates a new instance.Http3ServerPushStreamManager(QuicChannel channel, int initialPushStreamsCountHint) Creates a new instance. -
Uses of QuicChannel in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicChannelModifier and TypeMethodDescriptionQuicChannel.flush()QuicStreamChannel.parent()QuicChannel.read()Methods in io.netty.handler.codec.quic that return types with arguments of type QuicChannelModifier and TypeMethodDescriptionQuicChannelBootstrap.connect()Connects aQuicChannelto the remote peer and notifies the future once done.QuicChannelBootstrap.connect(Promise<QuicChannel> promise) Connects aQuicChannelto the remote peer and notifies the promise once done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicChannelModifier and TypeMethodDescriptionQuicChannelBootstrap.connect(Promise<QuicChannel> promise) Connects aQuicChannelto the remote peer and notifies the promise once done.final BQuicCodecBuilder.sslEngineProvider(Function<QuicChannel, ? extends QuicSslEngine> sslEngineProvider)