public class SMPPServerSessionUnbound extends java.lang.Object implements SMPPServerSessionState
Constructor and Description |
---|
SMPPServerSessionUnbound() |
Modifier and Type | Method and Description |
---|---|
SessionState |
getSessionState()
Get the associated session state value.
|
void |
processBind(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler)
Process the bind request command.
|
void |
processCancelSm(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler)
Process the cancel short message request command.
|
void |
processDataSm(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the data short message request command.
|
void |
processDataSmResp(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the data short message response command.
|
void |
processDeliverSmResp(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler) |
void |
processEnquireLink(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the enquire_link command.
|
void |
processEnquireLinkResp(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the enquire_link_resp command.
|
void |
processGenericNack(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the generick_nack command.
|
void |
processQuerySm(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler) |
void |
processReplaceSm(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler) |
void |
processSubmitMulti(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler) |
void |
processSubmitSm(Command pduHeader,
byte[] pdu,
ServerResponseHandler responseHandler)
Process the submit short message request command.
|
void |
processUnbind(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the unbind command.
|
void |
processUnbindResp(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the unbind_resp command.
|
void |
processUnknownCid(Command pduHeader,
byte[] pdu,
BaseResponseHandler responseHandler)
Process the unknown command id.
|
public SessionState getSessionState()
SessionState
associated by the interface implementation.public void processBind(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
SMPPServerSessionState
processBind
in interface SMPPServerSessionState
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the response handler.java.io.IOException
- if there is an IO error occur.public void processDeliverSmResp(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
processDeliverSmResp
in interface SMPPServerSessionState
java.io.IOException
public void processQuerySm(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
processQuerySm
in interface SMPPServerSessionState
java.io.IOException
public void processSubmitSm(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
SMPPServerSessionState
processSubmitSm
in interface SMPPServerSessionState
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the response handler.java.io.IOException
public void processSubmitMulti(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
processSubmitMulti
in interface SMPPServerSessionState
java.io.IOException
public void processEnquireLink(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processEnquireLinkResp(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processGenericNack(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processUnbind(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processUnbindResp(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processUnknownCid(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processDataSm(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processDataSmResp(Command pduHeader, byte[] pdu, BaseResponseHandler responseHandler) throws java.io.IOException
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processCancelSm(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
SMPPServerSessionState
processCancelSm
in interface SMPPServerSessionState
pduHeader
- is the PDU header.pdu
- is the complete PDU.responseHandler
- is the session handler.java.io.IOException
- throw if there is an IO error occur.public void processReplaceSm(Command pduHeader, byte[] pdu, ServerResponseHandler responseHandler) throws java.io.IOException
processReplaceSm
in interface SMPPServerSessionState
java.io.IOException