| Modifier and Type | Field and Description |
|---|---|
static QuicConnectionAddress |
QuicConnectionAddress.EPHEMERAL
Special
QuicConnectionAddress that should be used when the connection address should be generated
and chosen on the fly. |
| Modifier and Type | Method and Description |
|---|---|
static QuicConnectionAddress |
QuicConnectionAddress.random()
Return a random generated
QuicConnectionAddress of maximum size
that can be used to connect a QuicChannel |
static QuicConnectionAddress |
QuicConnectionAddress.random(int length)
Return a random generated
QuicConnectionAddress of a given length
that can be used to connect a QuicChannel |
| Modifier and Type | Method and Description |
|---|---|
QuicChannelBootstrap |
QuicChannelBootstrap.connectionAddress(QuicConnectionAddress connectionAddress)
Set the
QuicConnectionAddress to use. |
Copyright © 2020-2021 The Netty Project. All Rights Reserved.