Version
SmppSessionChannelListener
public interface SmppSessionChannelListener
SmppSessionChannelListener is a low-level event interface used to observe raw channel activity in an SMPP session. It provides hooks for receiving decoded PDUs, handling exceptions, and reacting to channel closure events. This interface is useful for debugging, monitoring, or building custom SMPP session logic that operates closer to the transport layer.
Methods:
void firePduReceived(Pdu pdu) | Triggered when a decoded PDU is received on the channel (regardless of type). |
void fireExceptionThrown(Throwable t) | Called when an exception occurs during channel operations, including encoding/decoding failures or I/O errors. |
void fireChannelClosed() | Invoked when the underlying network channel is closed, either by the peer or internally. |
Start innovating with Mobius
What's next? Let's talk!