Uses of Interface
io.netty.handler.codec.quic.QuicConnectionIdGenerator
- 
Packages that use QuicConnectionIdGenerator Package Description io.netty.handler.codec.quic QUIC implementation
- 
- 
Uses of QuicConnectionIdGenerator in io.netty.handler.codec.quicMethods in io.netty.handler.codec.quic that return QuicConnectionIdGenerator Modifier and Type Method Description protected QuicConnectionIdGeneratorQuicCodecDispatcher. newIdGenerator(int idx)Returns aQuicConnectionIdGeneratorthat will encode the given index into all the ids that it produces.static QuicConnectionIdGeneratorQuicConnectionIdGenerator. randomGenerator()Return aQuicConnectionIdGeneratorwhich randomly generates new connection ids.static QuicConnectionIdGeneratorQuicConnectionIdGenerator. signGenerator()Return aQuicConnectionIdGeneratorwhich generates new connection ids by signing the given input.Methods in io.netty.handler.codec.quic with parameters of type QuicConnectionIdGenerator Modifier and Type Method Description QuicServerCodecBuilderQuicServerCodecBuilder. connectionIdAddressGenerator(QuicConnectionIdGenerator connectionIdAddressGenerator)Sets theQuicConnectionIdGeneratorto use.protected abstract voidQuicCodecDispatcher. initChannel(Channel channel, int localConnectionIdLength, QuicConnectionIdGenerator idGenerator)Init theChanneland add all the neededChannelHandlerto the pipeline.
 
-