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, unbound
public SMPPSessionContext(SMPPSession smppSession, SessionStateListener sessionStateListener)
public SMPPSessionState getStateProcessor()
public SessionState getSessionState()
SessionContext
protected void changeState(SessionState newState)
changeState
in class AbstractSessionContext