public interface PacketListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onAfterSent(ChannelContext channelContext,
Packet packet,
boolean isSentSuccess) |
default void onAfterSent(ChannelContext channelContext, Packet packet, boolean isSentSuccess) throws Exception
channelContext - ChannelContextpacket - PacketisSentSuccess - isSentSuccessException - ExceptionCopyright © 2024. All rights reserved.