public class ClientSmppSessionHandler
extends com.cloudhopper.smpp.impl.DefaultSmppSessionHandler
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSmppSessionHandler.DeliveryReceiptSender |
| Constructor and Description |
|---|
ClientSmppSessionHandler(SmppTestingForm testingForm) |
| Modifier and Type | Method and Description |
|---|---|
void |
fireChannelUnexpectedlyClosed() |
void |
fireExpectedPduResponseReceived(com.cloudhopper.smpp.PduAsyncResponse pduAsyncResponse) |
void |
firePduRequestExpired(com.cloudhopper.smpp.pdu.PduRequest pduRequest) |
com.cloudhopper.smpp.pdu.PduResponse |
firePduRequestReceived(com.cloudhopper.smpp.pdu.PduRequest pduRequest) |
void |
fireRecoverablePduException(com.cloudhopper.smpp.type.RecoverablePduException e) |
void |
fireUnexpectedPduResponseReceived(com.cloudhopper.smpp.pdu.PduResponse pduResponse) |
void |
fireUnknownThrowable(java.lang.Throwable t) |
void |
fireUnrecoverablePduException(com.cloudhopper.smpp.type.UnrecoverablePduException e) |
public ClientSmppSessionHandler(SmppTestingForm testingForm)
public void fireChannelUnexpectedlyClosed()
fireChannelUnexpectedlyClosed in interface com.cloudhopper.smpp.SmppSessionHandlerfireChannelUnexpectedlyClosed in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic com.cloudhopper.smpp.pdu.PduResponse firePduRequestReceived(com.cloudhopper.smpp.pdu.PduRequest pduRequest)
firePduRequestReceived in interface com.cloudhopper.smpp.SmppSessionHandlerfirePduRequestReceived in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic void firePduRequestExpired(com.cloudhopper.smpp.pdu.PduRequest pduRequest)
firePduRequestExpired in interface com.cloudhopper.smpp.SmppSessionHandlerfirePduRequestExpired in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic void fireExpectedPduResponseReceived(com.cloudhopper.smpp.PduAsyncResponse pduAsyncResponse)
fireExpectedPduResponseReceived in interface com.cloudhopper.smpp.SmppSessionHandlerfireExpectedPduResponseReceived in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic void fireUnexpectedPduResponseReceived(com.cloudhopper.smpp.pdu.PduResponse pduResponse)
fireUnexpectedPduResponseReceived in interface com.cloudhopper.smpp.SmppSessionHandlerfireUnexpectedPduResponseReceived in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic void fireUnrecoverablePduException(com.cloudhopper.smpp.type.UnrecoverablePduException e)
fireUnrecoverablePduException in interface com.cloudhopper.smpp.SmppSessionHandlerfireUnrecoverablePduException in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic void fireRecoverablePduException(com.cloudhopper.smpp.type.RecoverablePduException e)
fireRecoverablePduException in interface com.cloudhopper.smpp.SmppSessionHandlerfireRecoverablePduException in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerpublic void fireUnknownThrowable(java.lang.Throwable t)
fireUnknownThrowable in interface com.cloudhopper.smpp.SmppSessionHandlerfireUnknownThrowable in class com.cloudhopper.smpp.impl.DefaultSmppSessionHandlerCopyright © 2017. All Rights Reserved.