Uses of Interface
io.netty.handler.codec.quic.QuicChannel
-
-
Uses of QuicChannel in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicChannel Modifier and Type Method Description QuicChannelQuicChannel. flush()QuicChannelQuicStreamChannel. parent()QuicChannelQuicChannel. read()Methods in io.netty.handler.codec.quic that return types with arguments of type QuicChannel Modifier and Type Method Description io.netty.util.concurrent.Future<QuicChannel>QuicChannelBootstrap. connect()Connects aQuicChannelto the remote peer and notifies the future once done.io.netty.util.concurrent.Future<QuicChannel>QuicChannelBootstrap. connect(io.netty.util.concurrent.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 QuicChannel Modifier and Type Method Description io.netty.util.concurrent.Future<QuicChannel>QuicChannelBootstrap. connect(io.netty.util.concurrent.Promise<QuicChannel> promise)Connects aQuicChannelto the remote peer and notifies the promise once done.BQuicCodecBuilder. sslEngineProvider(Function<QuicChannel,? extends QuicSslEngine> sslEngineProvider)
-