public interface SmppSessionChannelListener
| Modifier and Type | Method and Description |
|---|---|
void |
fireChannelClosed()
Fired when the Channel is closed (reached EOF or timed out)
|
void |
fireExceptionThrown(Throwable t)
Fired when an exception was raised by an I/O thread or an upstream handler.
|
void |
firePduReceived(Pdu pdu)
Fired when a PDU was successfully decoded and received on this Channel.
|
void firePduReceived(Pdu pdu)
pdu - The PDU decoded from the Channelvoid fireExceptionThrown(Throwable t)
t - The exception thrownvoid fireChannelClosed()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.