Uses of Class
org.mobicents.protocols.smpp.Session

Packages that use Session
org.mobicents.protocols.smpp Base smppapi functionality. 
org.mobicents.protocols.smpp.event Utility classes used by the smppapi. 
org.mobicents.protocols.smpp.util Network protocol support. 
 

Uses of Session in org.mobicents.protocols.smpp
 

Methods in org.mobicents.protocols.smpp that return Session
 Session ReceiverThread.getSession()
           
 Session Receiver.getSession()
          Get the session that this receiver is using.
 

Methods in org.mobicents.protocols.smpp with parameters of type Session
 void ReceiverThread.setSession(Session session)
           
 void Receiver.setSession(Session session)
          Se the session that this receiver is using.
 

Constructors in org.mobicents.protocols.smpp with parameters of type Session
ReceiverThread(Session session)
           
 

Uses of Session in org.mobicents.protocols.smpp.event
 

Methods in org.mobicents.protocols.smpp.event that return Session
 Session SMPPEvent.getSource()
          Get the source connection of this event.
 

Methods in org.mobicents.protocols.smpp.event with parameters of type Session
 void SMPPEventAdapter.bindResponse(Session source, BindResp br)
          Bind response packet received from the SMSC.
 void SMPPEventAdapter.cancelSMResponse(Session source, CancelSMResp cmr)
          CancelSM response packet received from the SMSC.
 void SMPPEventAdapter.deliverSM(Session source, DeliverSM dm)
          DeliverSM packet received from the SMSC.
 void SMPPEventAdapter.genericNack(Session source, GenericNack nack)
          GenericNack packet received from the SMSC.
 void TaskExecutorEventDispatcher.notifyObservers(Session conn, SMPPEvent event)
           
 void SimpleEventDispatcher.notifyObservers(Session conn, SMPPEvent event)
          Notify registered observers of an SMPP event.
 void EventDispatcher.notifyObservers(Session conn, SMPPEvent event)
          Notify all registered observers of an SMPP event.
 void TaskExecutorEventDispatcher.notifyObservers(Session conn, SMPPPacket packet)
           
 void SimpleEventDispatcher.notifyObservers(Session conn, SMPPPacket packet)
          Notify registered observers of an incoming SMPP packet.
 void EventDispatcher.notifyObservers(Session conn, SMPPPacket packet)
          Notify all registered observers of a received SMPP packet.
 void SMPPEventAdapter.packetReceived(Session source, SMPPPacket pak)
           
 void SessionObserver.packetReceived(Session source, SMPPPacket packet)
          Called when a new SMPP packet has been received from the SMSC.
 void SMPPEventAdapter.paramRetrieveResponse(Session source, ParamRetrieveResp prr)
          ParamRetrieve response packet received from the SMSC.
 void SMPPEventAdapter.queryLink(Session source, EnquireLink el)
          EnquireLink packet received from the SMSC.
 void SMPPEventAdapter.queryLinkResponse(Session source, EnquireLinkResp elr)
          EnquireLink response packet received from the SMSC.
 void SMPPEventAdapter.queryResponse(Session source, SMPPPacket qr)
          One of a QuerySM, QueryLastMsgs or QueryMsgDetails response packet has been received from the SMSC.
 void SMPPEventAdapter.receiverException(Session source, ReceiverExceptionEvent rev)
          Receiver thread caught a non-fatal exception.
 void SMPPEventAdapter.receiverExit(Session source, ReceiverExitEvent rev)
          Receiver thread exited normally.
 void SMPPEventAdapter.receiverExitException(Session source, ReceiverExitEvent rev)
          Receiver thread exited due to fatal exception.
 void SMPPEventAdapter.receiverStart(Session source, ReceiverStartEvent rs)
          Receiver thread has started up.
 void SMPPEventAdapter.replaceSMResponse(Session source, ReplaceSMResp rmr)
          ReplaceSM response packet received from the SMSC.
 void SMPPEventAdapter.submitMultiResponse(Session source, SubmitMultiResp smr)
          SubmitMulti response packet received from the SMSC.
 void SMPPEventAdapter.submitSMResponse(Session source, SubmitSMResp smr)
          SubmitSM response packet received from the SMSC.
 void SMPPEventAdapter.unbind(Session source, Unbind ubd)
          Unbind packet received from the SMSC.
 void SMPPEventAdapter.unbindResponse(Session source, UnbindResp ubr)
          Unbind response packet received from the SMSC.
 void SMPPEventAdapter.unidentified(Session source, SMPPPacket pak)
          An unidentified packet has been received from the SMSC.
 void SMPPEventAdapter.update(Session source, SMPPEvent event)
           
 void SessionObserver.update(Session source, SMPPEvent event)
          Called for all events other than packet reception.
 void SMPPEventAdapter.userEvent(Session source, SMPPEvent ev)
          PLACEHOLDER.
 

Constructors in org.mobicents.protocols.smpp.event with parameters of type Session
ReceiverExceptionEvent(Session source, Throwable t)
          Create a new ReceiverExceptionEvent.
ReceiverExceptionEvent(Session source, Throwable t, SessionState state)
          Create a new ReceiverExceptionEvent.
ReceiverExitEvent(Session source)
          Create a new ReceiverExitEvent.
ReceiverExitEvent(Session source, Throwable t)
          Create a new ReceiverExitEvent.
ReceiverExitEvent(Session source, Throwable t, SessionState state)
          Create a new ReceiverExitEvent.
ReceiverStartEvent(Session source)
          Create a new ReceiverStartEvent.
SMPPEvent(int type, Session source)
          Construct a new event.
 

Uses of Session in org.mobicents.protocols.smpp.util
 

Methods in org.mobicents.protocols.smpp.util with parameters of type Session
 void SyncWrapper.packetReceived(Session source, SMPPPacket packet)
           
 void AutoResponder.packetReceived(Session source, SMPPPacket packet)
           
 void SyncWrapper.update(Session source, SMPPEvent event)
           
 void AutoResponder.update(Session source, SMPPEvent event)
           
 

Constructors in org.mobicents.protocols.smpp.util with parameters of type Session
SyncWrapper(Session connection)
           
 



Copyright © 2011 Mobicents. All Rights Reserved.