Uses of Interface
io.netty.handler.codec.quic.QuicConnectionIdGenerator
Packages that use QuicConnectionIdGenerator
-
Uses of QuicConnectionIdGenerator in io.netty.handler.codec.quic
Methods in io.netty.handler.codec.quic that return QuicConnectionIdGeneratorModifier and TypeMethodDescriptionprotected 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 QuicConnectionIdGeneratorModifier and TypeMethodDescriptionQuicServerCodecBuilder.connectionIdAddressGenerator(QuicConnectionIdGenerator connectionIdAddressGenerator) Sets theQuicConnectionIdGeneratorto use.protected abstract voidQuicCodecDispatcher.initChannel(Channel channel, int localConnectionIdLength, QuicConnectionIdGenerator idGenerator) Init theChanneland add all the neededChannelHandlerto the pipeline.