public class SMPPSessionContext extends AbstractSessionContext
| Constructor and Description |
|---|
SMPPSessionContext(SMPPSession smppSession,
SessionStateListener sessionStateListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeState(SessionState newState) |
SessionState |
getSessionState()
Get current session state.
|
SMPPSessionState |
getStateProcessor() |
addSessionStateListener, bound, close, fireStateChanged, getLastActivityTimestamp, notifyActivity, open, removeSessionStateListener, unboundpublic SMPPSessionContext(SMPPSession smppSession, SessionStateListener sessionStateListener)
public SMPPSessionState getStateProcessor()
public SessionState getSessionState()
SessionContextprotected void changeState(SessionState newState)
changeState in class AbstractSessionContext