Uses of Class
io.netty.handler.codec.quic.QuicConnectionAddress
Packages that use QuicConnectionAddress
-
Uses of QuicConnectionAddress in io.netty.handler.codec.quic
Fields in io.netty.handler.codec.quic declared as QuicConnectionAddressModifier and TypeFieldDescriptionstatic final QuicConnectionAddressQuicConnectionAddress.EPHEMERALSpecialQuicConnectionAddressthat should be used when the connection address should be generated and chosen on the fly.Methods in io.netty.handler.codec.quic that return QuicConnectionAddressModifier and TypeMethodDescription@Nullable QuicConnectionAddressQuicChannel.localAddress()Returns the localQuicConnectionAddress.static QuicConnectionAddressQuicConnectionAddress.random()Return a random generatedQuicConnectionAddressof maximum size that can be used to connect aQuicChannelstatic QuicConnectionAddressQuicConnectionAddress.random(int length) Return a random generatedQuicConnectionAddressof a given length that can be used to connect aQuicChannel@Nullable QuicConnectionAddressQuicChannel.remoteAddress()Returns the remoteQuicConnectionAddress.Methods in io.netty.handler.codec.quic with parameters of type QuicConnectionAddressModifier and TypeMethodDescriptionQuicChannelBootstrap.connectionAddress(QuicConnectionAddress connectionAddress) Set theQuicConnectionAddressto use.