Class SslEarlyDataReadyEvent
java.lang.Object
io.netty.handler.codec.quic.SslEarlyDataReadyEvent
Event which is fired once it's possible to send early data on the client-side.
See RFC8446 4.2.10 Early Data Indication.
Users might call Channel.writeAndFlush(Object) or
ChannelOutboundInvoker.writeAndFlush(Object) to send early data.
Please be aware that early data may be replay-able and so may have other security concerns then other data.
-
Method Summary