Uses of Interface
io.netty.handler.codec.quic.QuicChannel
-
Packages that use QuicChannel Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicChannel in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicChannel Modifier and Type Method Description QuicChannel
QuicChannel. flush()
QuicChannel
QuicStreamChannel. parent()
QuicChannel
QuicChannel. read()
Methods in io.netty.handler.codec.quic that return types with arguments of type QuicChannel Modifier and Type Method Description Future<QuicChannel>
QuicChannelBootstrap. connect()
Connects aQuicChannel
to the remote peer and notifies the future once done.Future<QuicChannel>
QuicChannelBootstrap. connect(Promise<QuicChannel> promise)
Connects aQuicChannel
to the remote peer and notifies the promise once done.Method parameters in io.netty.handler.codec.quic with type arguments of type QuicChannel Modifier and Type Method Description Future<QuicChannel>
QuicChannelBootstrap. connect(Promise<QuicChannel> promise)
Connects aQuicChannel
to the remote peer and notifies the promise once done.B
QuicCodecBuilder. sslEngineProvider(java.util.function.Function<QuicChannel,? extends QuicSslEngine> sslEngineProvider)
-