Uses of Class
io.netty.handler.codec.quic.QuicConnectionAddress
-
Packages that use QuicConnectionAddress Package Description io.netty.handler.codec.quic QUIC implementation -
-
Uses of QuicConnectionAddress in io.netty.handler.codec.quic
Fields in io.netty.handler.codec.quic declared as QuicConnectionAddress Modifier and Type Field Description static 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 QuicConnectionAddress Modifier and Type Method Description @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 QuicConnectionAddress Modifier and Type Method Description QuicChannelBootstrapQuicChannelBootstrap. connectionAddress(QuicConnectionAddress connectionAddress)Set theQuicConnectionAddressto use.
-