@FunctionalInterface
public interface EarlyDataSendCallback
QuicChannel.| Modifier and Type | Method and Description |
|---|---|
void |
send(QuicChannel quicChannel)
Allow to send early-data if possible.
|
void send(QuicChannel quicChannel)
quicChannel - the QuicChannel which will be used to send data on (if any).Copyright © 2020-2022 The Netty Project. All Rights Reserved.