| Modifier and Type | Method and Description |
|---|---|
abstract QuicSslEngine |
QuicSslContext.newEngine(io.netty.buffer.ByteBufAllocator alloc) |
abstract QuicSslEngine |
QuicSslContext.newEngine(io.netty.buffer.ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.ChannelHandler |
QuicServerCodecBuilder.build(io.netty.incubator.codec.quic.QuicheConfig config,
java.util.function.Function<QuicChannel,? extends QuicSslEngine> sslEngineProvider,
java.util.concurrent.Executor sslTaskExecutor,
int localConnIdLength,
FlushStrategy flushStrategy) |
protected io.netty.channel.ChannelHandler |
QuicClientCodecBuilder.build(io.netty.incubator.codec.quic.QuicheConfig config,
java.util.function.Function<QuicChannel,? extends QuicSslEngine> sslEngineProvider,
java.util.concurrent.Executor sslTaskExecutor,
int localConnIdLength,
FlushStrategy flushStrategy) |
protected abstract io.netty.channel.ChannelHandler |
QuicCodecBuilder.build(io.netty.incubator.codec.quic.QuicheConfig config,
java.util.function.Function<QuicChannel,? extends QuicSslEngine> sslContextProvider,
java.util.concurrent.Executor sslTaskExecutor,
int localConnIdLength,
FlushStrategy flushStrategy)
Builds the QUIC codec.
|
B |
QuicCodecBuilder.sslEngineProvider(java.util.function.Function<QuicChannel,? extends QuicSslEngine> sslEngineProvider)
|
Copyright © 2020-2023 The Netty Project. All Rights Reserved.