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