| Modifier and Type | Method and Description |
|---|---|
QuicChannel |
QuicChannel.flush() |
QuicChannel |
QuicStreamChannel.parent() |
QuicChannel |
QuicChannel.read() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<QuicChannel> |
QuicChannelBootstrap.connect()
Connects a
QuicChannel to 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 a
QuicChannel to the remote peer and notifies the promise once done. |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<QuicChannel> |
QuicChannelBootstrap.connect(io.netty.util.concurrent.Promise<QuicChannel> promise)
Connects a
QuicChannel to the remote peer and notifies the promise once done. |
B |
QuicCodecBuilder.sslEngineProvider(java.util.function.Function<QuicChannel,? extends QuicSslEngine> sslEngineProvider)
|
Copyright © 2020-2025 The Netty Project. All Rights Reserved.